Code

[PATCH] Buglets fix in the new two scripts
[git.git] / commit.h
index 620e936bbc70d713ac351af3a2950400579841dc..f7a2cb88bd457d11fd1dcb17f5fb17b0860c72ba 100644 (file)
--- a/commit.h
+++ b/commit.h
@@ -14,6 +14,7 @@ struct commit {
        unsigned long date;
        struct commit_list *parents;
        struct tree *tree;
+       char *buffer;
 };
 
 extern const char *commit_type;