shortlog: don't set after_subject to an empty string
commitd41626ff9ef54db6582c398b14209c556df4ddfc
authorRené Scharfe <l.s.r@web.de>
Fri, 17 Mar 2017 23:52:28 +0000 (18 00:52 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sat, 18 Mar 2017 17:28:45 +0000 (18 10:28 -0700)
treed729caef12ff8110f5ad3401977b2e5b654dcde0
parent7c9c2f8c394a4c1f4e09d6d5542c4e7965cc9240
shortlog: don't set after_subject to an empty string

The string after_subject is added to a strbuf by pp_title_line() if
it's not NULL.  Adding an empty string has the same effect as not
adding anything, but the latter is easier, so don't bother changing
the context member from NULL to "".

Signed-off-by: Rene Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/shortlog.c