summaryrefslogtreecommitdiff
path: root/builtin
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-03-24 20:07:37 (GMT)
committerJunio C Hamano <gitster@pobox.com>2017-03-24 20:07:37 (GMT)
commitbedbeb1bb31b787e1125c3c63622ff384565b271 (patch)
tree6389bbb6ba397e58b5097216522fd8901266f4d3 /builtin
parent3bf7d37a7d6e7a2bd52bd4cf7341967e5b4f4877 (diff)
parentd41626ff9ef54db6582c398b14209c556df4ddfc (diff)
downloadgit-bedbeb1bb31b787e1125c3c63622ff384565b271.zip
git-bedbeb1bb31b787e1125c3c63622ff384565b271.tar.gz
git-bedbeb1bb31b787e1125c3c63622ff384565b271.tar.bz2
Merge branch 'rs/shortlog-cleanup'
Code clean-up. * rs/shortlog-cleanup: shortlog: don't set after_subject to an empty string
Diffstat (limited to 'builtin')
-rw-r--r--builtin/shortlog.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/builtin/shortlog.c b/builtin/shortlog.c
index f78bb48..7cff183 100644
--- a/builtin/shortlog.c
+++ b/builtin/shortlog.c
@@ -149,7 +149,6 @@ void shortlog_add_commit(struct shortlog *log, struct commit *commit)
ctx.fmt = CMIT_FMT_USERFORMAT;
ctx.abbrev = log->abbrev;
ctx.print_email_subject = 1;
- ctx.after_subject = "";
ctx.date_mode.type = DATE_NORMAL;
ctx.output_encoding = get_log_output_encoding();