Make "parse_object()" also fill in commit message buffer data.
[git.git] / commit.h
index 0bb8779..f7a2cb8 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;