]> git.ipfire.org Git - thirdparty/git.git/blobdiff - commit.h
Makefile: Include subdirectories in "make cover" reports
[thirdparty/git.git] / commit.h
index e958a7c3dfbb3ff76410dc83e47d0ffa950af9ea..eb2b8ac3cd5f375e70354e8c364abd036b0966ed 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];
 };