X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=commit.h;h=f7a2cb88bd457d11fd1dcb17f5fb17b0860c72ba;hb=a00d7d106aa333c4b4d0095f58e05c0c4621bbc2;hp=0bb8779ca740af3b474eae8c5019ef309cc8021c;hpb=3ff1fbbb9446e03050047a67247151887ee59e70;p=git.git diff --git a/commit.h b/commit.h index 0bb8779c..f7a2cb88 100644 --- 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;