X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=revision.h;h=7d85b0f2e97884daea9dfc9020526b91e8c4974a;hb=67d4160712ef07bc7a5bc6790f166ba39d45a82a;hp=62759f7bc05c0133fd900bca15f01c4d17487589;hpb=22b49b7fb960921146ebc7b49fe1f014e828b671;p=git.git diff --git a/revision.h b/revision.h index 62759f7bc..7d85b0f2e 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;