Merge branch 'rs/shortlog-cleanup'

Code clean-up.

* rs/shortlog-cleanup:
  shortlog: don't set after_subject to an empty string
This commit is contained in:
Junio C Hamano 2017-03-24 13:07:37 -07:00
Родитель 3bf7d37a7d d41626ff9e
Коммит bedbeb1bb3
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -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();