This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: onwards to git


On Fri, May 1, 2009 at 12:54 PM, Andreas Schwab <schwab@linux-m68k.org> wrote:
>> Q: How do I checkout the glibc-2_9-branch from git?
>>
>> A: Checkout the sources from the glibc-2_9 tag into a local branch
>> named glibc-2_9-branch
>> git checkout -b glibc-2_9-branch glibc-2_9
>
> You probably want to use origin/glibc-2_9-branch instead of the tag.
> With a recent version of git (since 1.6.1) you can use this:
>
> $ git checkout --track origin/glibc-2_9-branch
>
> This is equivalent to the following:
>
> $ git checkout --track -b glibc-2_9-branch origin/glibc-2_9-branch

There is no glibc-2_9-branch in the git repo, are we missing branches?

carlos@crasus:~/src/fsf/glibc/glibc$ git branch -a
* master
  origin/HEAD
  origin/cvs/TRUNK
  origin/cvs/fedora-2_3-branch
  origin/cvs/fedora-2_5-branch
  origin/cvs/fedora-branch
  origin/cvs/fsf
  origin/cvs/glibc-2-1-branch
  origin/cvs/glibc-2-2-branch
  origin/cvs/glibc-2_0_x
  origin/cvs/glibc-2_3-branch
  origin/cvs/glibc-2_5-branch
  origin/cvs/glibc-2_6-branch
  origin/cvs/glibc-2_7-branch
  origin/cvs/master
  origin/cvs/master-UNNAMED-BRANCH
  origin/cvs/sparc-2_0_x-branch
  origin/cvs/thomas-posix1996
  origin/master

Cheers,
Carlos.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]