From 20ff06805c66826404b154b9309a8581449af2b0 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Fri, 2 Jun 2006 15:21:17 +0200 Subject: format-patch: resurrect extra headers from config Once again, if you have [format] headers = "Origamization: EvilEmpire\n" format-patch will add these headers just after the "Subject:" line. Signed-off-by: Johannes Schindelin Signed-off-by: Junio C Hamano --- revision.h | 1 + 1 file changed, 1 insertion(+) (limited to 'revision.h') 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; -- cgit v1.2.3