diff options
author | Junio C Hamano <junkio@cox.net> | 2006-06-02 13:50:31 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-06-02 13:50:31 -0700 |
commit | 283d3184dfe1c4053470ab2b6bfc8250d130e0bb (patch) | |
tree | e2e5af328e471b2a9f24ddcb9c0366bc6d5ee30e /revision.h | |
parent | Merge branch 'master' into next (diff) | |
parent | format-patch: resurrect extra headers from config (diff) | |
download | tgif-283d3184dfe1c4053470ab2b6bfc8250d130e0bb.tar.xz |
Merge branch 'jc/fmt-patch' into next
* jc/fmt-patch:
format-patch: resurrect extra headers from config
Diffstat (limited to 'revision.h')
-rw-r--r-- | revision.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/revision.h b/revision.h index 75796bc138..7d85b0f2e9 100644 --- a/revision.h +++ b/revision.h @@ -61,6 +61,7 @@ struct rev_info { int nr, total; const char *mime_boundary; const char *add_signoff; + const char *extra_headers; /* special limits */ int max_count; |