| commit | 6762079a96dd18bcaab75f2d05034f7447434161 | [log] [tgz] |
|---|---|---|
| author | Nanako Shiraishi <nanako3@bluebottle.com> | Sat Jun 16 15:26:08 2007 -0700 |
| committer | Junio C Hamano <gitster@pobox.com> | Wed Jun 20 16:33:24 2007 -0700 |
| tree | b145c14b68a17cf0b963c9acf3722e3e1de87832 | |
| parent | 45fd8bd32dd68ce6b14a406d0abbd6f56490131c [diff] |
Cloning from a repo without "current branch" If the remote repository does not have a "current branch", git-clone was confused and did not set up the resulting new repository correctly. It did not reset HEAD from the default 'master', and did not write the SHA1 to the master branch. Signed-off-by: Nanako Shiraishi <nanako3@bluebottle.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>