X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=commit.h;h=30702ca937562c9a7cd830050c97c42cf232b95a;hb=a60d2d8f2dbeb7025e04dd65fc2dedd8271c9cc6;hp=9dda2f045fc96a145081fab74ea84976227e9787;hpb=51017101c7a308745ba3c04944457f1dc6a55780;p=git.git diff --git a/commit.h b/commit.h index 9dda2f04..30702ca9 100644 --- a/commit.h +++ b/commit.h @@ -17,6 +17,7 @@ struct commit { char *buffer; }; +extern int save_commit_buffer; extern const char *commit_type; struct commit *lookup_commit(const unsigned char *sha1);