Skip to content

Commit

Permalink
struct ref_entry: document name member
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
mhagger authored and gitster committed Dec 12, 2011
1 parent 9859a02 commit c49b039
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions refs.c
Expand Up @@ -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];
};

Expand Down

0 comments on commit c49b039

Please sign in to comment.