format-patch: Add format.subjectprefix config option

This change lets you use the format.subjectprefix config option to override the
default subject prefix.

Signed-off-by: Adam Roben <aroben@apple.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Adam Roben
2007-07-01 17:48:59 -07:00
committed by Junio C Hamano
parent 05dcd69891
commit dbd2144736
6 changed files with 76 additions and 3 deletions

View File

@ -667,7 +667,6 @@ void init_revisions(struct rev_info *revs, const char *prefix)
revs->min_age = -1;
revs->skip_count = -1;
revs->max_count = -1;
revs->subject_prefix = "PATCH";
revs->prune_fn = NULL;
revs->prune_data = NULL;