We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3bf7d37 + d41626f commit bedbeb1Copy full SHA for bedbeb1
1 file changed
builtin/shortlog.c
@@ -149,7 +149,6 @@ void shortlog_add_commit(struct shortlog *log, struct commit *commit)
149
ctx.fmt = CMIT_FMT_USERFORMAT;
150
ctx.abbrev = log->abbrev;
151
ctx.print_email_subject = 1;
152
- ctx.after_subject = "";
153
ctx.date_mode.type = DATE_NORMAL;
154
ctx.output_encoding = get_log_output_encoding();
155
0 commit comments