git_extract_argv0_path: do nothing without RUNTIME_PREFIX
[gitweb.git] / builtin / shortlog.c
index c9585d475d90c41554465f870e530c16ab93199f..677f372083c0f726b0d773ca502a4d6e09cb98eb 100644 (file)
@@ -149,7 +149,6 @@ void shortlog_add_commit(struct shortlog *log, struct commit *commit)
        ctx.fmt = CMIT_FMT_USERFORMAT;
        ctx.abbrev = log->abbrev;
        ctx.subject = "";
-       ctx.after_subject = "";
        ctx.date_mode.type = DATE_NORMAL;
        ctx.output_encoding = get_log_output_encoding();