This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: git.infradead.org missing most GCC SVN branches?
- From: "Daniel Berlin" <dberlin at dberlin dot org>
- To: Nix <nix at esperi dot org dot uk>
- Cc: "David Woodhouse" <dwmw2 at infradead dot org>, gcc at gcc dot gnu dot org
- Date: Sun, 6 Jul 2008 13:44:08 -0400
- Subject: Re: git.infradead.org missing most GCC SVN branches?
- References: <87ej672epi.fsf@hades.wkstn.nix>
gcc.gnu.org/git/gcc.git tracks all branches.
Just remember to tell it to fetch all remote refs (since git-svn
branches are done as remotes)
On Sun, Jul 6, 2008 at 11:51 AM, Nix <nix@esperi.org.uk> wrote:
> [David, my fallible memory says that you operate this incredibly useful
> service: if not, feel free to ignore it / tell me who does / forward
> it on.]
>
> I just had reason to want to look at the 4.3 branch (as opposed to HEAD
> as usual) and found that the git mirror on git.infradead.org isn't
> tracking it:
>
> * remote origin
> URL: git://git.infradead.org/gcc.git
> Remote branch merged with 'git pull' while on branch trunk
> trunk
> Tracked remote branches
> autovect-branch fixed-point gcc-4_1-branch gcc-4_2-branch master trunk
>
> Might it be a good idea to expand the set of GCC SVN branches that this
> repository is tracking a bit? I'm not asking for every random weird
> branch, but release branches and perhaps major branches under
> development might be a good idea.
>