git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Local clone checks out wrong branch based on remote HEAD
@ 2009-03-17 19:19 Tom Preston-Werner
  2009-03-17 19:39 ` Daniel Barkalow
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Tom Preston-Werner @ 2009-03-17 19:19 UTC (permalink / raw)
  To: git

I'm having some unexpected behavior when cloning a remote repo that
has several branches at the same commit. On the remote side, the HEAD
is 'trunk':

git@remote ~/repositories/akincisor/site.git $ cat HEAD
ref: refs/heads/trunk

After cloning this with a standard `git clone`, the refs are:

[11:48][tom@solid:~/dev/sandbox/site(release)]$ git branch -r -v
  origin/HEAD    a52528a Fixed some routing problems
  origin/release a52528a Fixed some routing problems
  origin/trunk   a52528a Fixed some routing problems

And the checked out branch is 'release' instead of 'trunk' as I would expect:

[11:48][tom@solid:~/dev/sandbox/site(release)]$ git branch
* release

I'm guessing that the first branch that matches the remote HEAD
revision is being checked out instead of the actual remote branch. I
would expect the correct branch to be chosen regardless of where the
branches are pointing.

Tom

--
Tom Preston-Werner
github.com/mojombo

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2009-03-19  4:06 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-17 19:19 Local clone checks out wrong branch based on remote HEAD Tom Preston-Werner
2009-03-17 19:39 ` Daniel Barkalow
2009-03-17 23:40   ` Junio C Hamano
2009-03-18  1:51     ` Jeff King
2009-03-17 21:31 ` Nanako Shiraishi
2009-03-18  0:54 ` Jeff King
2009-03-18 10:05   ` Michael J Gruber
2009-03-18 21:11     ` Jay Soffian
2009-03-19  4:04       ` Jeff King
2009-03-19  4:02     ` Jeff King

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).