X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=revision.h;h=7d85b0f2e97884daea9dfc9020526b91e8c4974a;hb=1a82e79315ed633f6b0b1fc4076054950c5380d3;hp=62759f7bc05c0133fd900bca15f01c4d17487589;hpb=596524b33d50e47e2375cec9e00aff59f0e8278b;p=git.git diff --git a/revision.h b/revision.h index 62759f7b..7d85b0f2 100644 --- a/revision.h +++ b/revision.h @@ -59,6 +59,9 @@ struct rev_info { enum cmit_fmt commit_format; struct log_info *loginfo; int nr, total; + const char *mime_boundary; + const char *add_signoff; + const char *extra_headers; /* special limits */ int max_count;