Skip to content

Commit fb0ab97

Browse files
committed
Merge branch 'rs/shortlog-cleanup' into maint
Code clean-up. * rs/shortlog-cleanup: shortlog: don't set after_subject to an empty string
2 parents 1c91ec0 + d41626f commit fb0ab97

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

builtin/shortlog.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ void shortlog_add_commit(struct shortlog *log, struct commit *commit)
149149
ctx.fmt = CMIT_FMT_USERFORMAT;
150150
ctx.abbrev = log->abbrev;
151151
ctx.subject = "";
152-
ctx.after_subject = "";
153152
ctx.date_mode.type = DATE_NORMAL;
154153
ctx.output_encoding = get_log_output_encoding();
155154

0 commit comments

Comments
 (0)