Browse Source

commit.h: add 'type' to struct name_decoration

This allows for semantically better handling of decoration type.

Signed-off-by: Nazri Ramliy <ayiehere@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Nazri Ramliy 15 years ago committed by Junio C Hamano
parent
commit
eb3005e274
  1. 1
      commit.h

1
commit.h

@ -28,6 +28,7 @@ extern const char *commit_type; @@ -28,6 +28,7 @@ extern const char *commit_type;
extern struct decoration name_decoration;
struct name_decoration {
struct name_decoration *next;
int type;
char name[1];
};


Loading…
Cancel
Save