Skip to content

Commit bedbeb1

Browse files
committed
Merge branch 'rs/shortlog-cleanup'
Code clean-up. * rs/shortlog-cleanup: shortlog: don't set after_subject to an empty string
2 parents 3bf7d37 + d41626f commit bedbeb1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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.print_email_subject = 1;
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)