Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Change attribute negation marker from '!' to '-'.
[gitweb.git]
/
builtin-log.c
diff --git
a/builtin-log.c
b/builtin-log.c
index eea96901b9dc339aa2b60ba35c8ce6a5ee369125..469949457f61eee95f6ba801c4f81328a06cffda 100644
(file)
--- a/
builtin-log.c
+++ b/
builtin-log.c
@@
-419,7
+419,6
@@
int cmd_format_patch(int argc, const char **argv, const char *prefix)
rev.ignore_merges = 1;
rev.diffopt.msg_sep = "";
rev.diffopt.recursive = 1;
- rev.subject_prefix = "PATCH";
rev.extra_headers = extra_headers;