зеркало из https://github.com/microsoft/git.git
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:
Родитель
9859a023fe
Коммит
c49b039bdd
1
refs.c
1
refs.c
|
@ -11,6 +11,7 @@ struct ref_entry {
|
|||
unsigned char flag; /* ISSYMREF? ISPACKED? */
|
||||
unsigned char sha1[20];
|
||||
unsigned char peeled[20];
|
||||
/* The full name of the reference (e.g., "refs/heads/master"): */
|
||||
char name[FLEX_ARRAY];
|
||||
};
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче