git-commit: don't add multiple Signed-off-by: from the same identity
[gitweb.git] / revision.c
index 7834bb108e27a819a4a619a85123443f254d421d..5184716bf0af35298d2a1bd3b9411b518be09e14 100644 (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;