Code

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