From: Jakub Narebski <jnareb@gmail.com>
To: git@vger.kernel.org
Subject: Re: Show remote branches on gitweb
Date: Tue, 28 Nov 2006 16:14:39 +0100 [thread overview]
Message-ID: <ekhjlo$jv0$1@sea.gmane.org> (raw)
In-Reply-To: ek7m6m$qqd$1@sea.gmane.org
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
next prev parent reply other threads:[~2006-11-28 15:14 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-11-24 20:06 Show remote branches on gitweb Pazu
2006-11-24 20:17 ` Jakub Narebski
2006-11-24 20:56 ` Jakub Narebski
2006-11-24 23:59 ` Petr Baudis
2006-11-25 0:12 ` Jakub Narebski
2006-11-25 0:40 ` Junio C Hamano
2006-11-25 0:50 ` Petr Baudis
2006-11-25 1:04 ` Junio C Hamano
2006-11-28 15:14 ` Jakub Narebski [this message]
2006-11-27 19:20 ` Pazu
2006-11-27 19:26 ` Jakub Narebski
2006-11-28 2:59 ` Pazu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='ekhjlo$jv0$1@sea.gmane.org' \
--to=jnareb@gmail.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).