Merge branch 'db/learn-HEAD'

* db/learn-HEAD:
  Make ls-remote http://... list HEAD, like for git://...
  Make walker.fetch_ref() take a struct ref.
This commit is contained in:
Junio C Hamano
2008-05-08 20:06:23 -07:00
10 changed files with 79 additions and 29 deletions

View File

@ -635,6 +635,7 @@ struct ref {
struct ref *next;
unsigned char old_sha1[20];
unsigned char new_sha1[20];
char *symref;
unsigned int force:1,
merge:1,
nonfastforward:1,