struct ref_entry: document name member
Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
9859a023fe
commit
c49b039bdd
1
refs.c
1
refs.c
@ -11,6 +11,7 @@ struct ref_entry {
|
|||||||
unsigned char flag; /* ISSYMREF? ISPACKED? */
|
unsigned char flag; /* ISSYMREF? ISPACKED? */
|
||||||
unsigned char sha1[20];
|
unsigned char sha1[20];
|
||||||
unsigned char peeled[20];
|
unsigned char peeled[20];
|
||||||
|
/* The full name of the reference (e.g., "refs/heads/master"): */
|
||||||
char name[FLEX_ARRAY];
|
char name[FLEX_ARRAY];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user