Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-commit: don't add multiple Signed-off-by: from the same identity
[gitweb.git]
/
revision.c
diff --git
a/revision.c
b/revision.c
index 7834bb108e27a819a4a619a85123443f254d421d..5184716bf0af35298d2a1bd3b9411b518be09e14 100644
(file)
--- a/
revision.c
+++ b/
revision.c
@@
-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;