From: Junio C Hamano Date: Fri, 24 Mar 2017 20:07:37 +0000 (-0700) Subject: Merge branch 'rs/shortlog-cleanup' X-Git-Tag: v2.13.0-rc0~77 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/bedbeb1bb31b787e1125c3c63622ff384565b271 Merge branch 'rs/shortlog-cleanup' Code clean-up. * rs/shortlog-cleanup: shortlog: don't set after_subject to an empty string --- bedbeb1bb31b787e1125c3c63622ff384565b271 diff --cc builtin/shortlog.c index f78bb4818d,677f372083..7cff1839fc --- a/builtin/shortlog.c +++ b/builtin/shortlog.c @@@ -148,8 -148,7 +148,7 @@@ void shortlog_add_commit(struct shortlo ctx.fmt = CMIT_FMT_USERFORMAT; ctx.abbrev = log->abbrev; - ctx.subject = ""; + ctx.print_email_subject = 1; - ctx.after_subject = ""; ctx.date_mode.type = DATE_NORMAL; ctx.output_encoding = get_log_output_encoding();