X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=commit.h;h=30702ca937562c9a7cd830050c97c42cf232b95a;hb=40a10462498bdd23d4e49f02867b8be50eb78704;hp=9dda2f045fc96a145081fab74ea84976227e9787;hpb=f76412ed6dbf2f9863115ee38f4198368dbaf7b1;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);