Jakub Narebski wrote: > Jakub Narebski wrote: > >> Pazu wrote: >> >>> Is there any way to do it? I'm using git-svn to track a remote subversion >>> repository, and it would be very nice to browse the history for a remote branch >>> for which I didn't start a local branch yet. >> >> Planned, not implemented yet. > > The problem is that to implement it _well_ we have to get remotes, both > $GIT_DIR/remotes and config remote.xxx, info. And the latter (config > remotes info) needs config parsing, something we lack. We could simplify things, and assume that remote name is _never_ hierarchical, so that remote branches names are: remotes/<remote>/<branch> where <remote> does not contain '/'. Additional problem is for "summary" view: should we limit number of heads per remote, should we sort heads inside remote, or should we also sort remotes, or should we sort remotes by time without grouping into repos? -- Jakub Narebski Warsaw, Poland ShadeHawk on #git - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html