Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
commit.h: add 'type' to struct name_decoration
[gitweb.git]
/
commit.h
diff --git
a/commit.h
b/commit.h
index 6ef88dcf45d6c5b2cd0f26397db2fc7b8859d581..ba818fccbeae11e69e3677b1abb120579f0246bb 100644
(file)
--- a/
commit.h
+++ b/
commit.h
@@
-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];
};