diff options
author | Jeff King <peff@peff.net> | 2024-03-20 01:27:16 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2024-03-20 01:54:15 +0100 |
commit | c7f6a534f0fae4a93123309e627e4d52f768b83b (patch) | |
tree | 8183ab0f2d800e000c25ec14f73f4e271de2485b /pretty.h | |
parent | Git 2.44 (diff) | |
download | git-c7f6a534f0fae4a93123309e627e4d52f768b83b.tar.xz git-c7f6a534f0fae4a93123309e627e4d52f768b83b.zip |
shortlog: stop setting pp.print_email_subject
When shortlog processes a commit using its internal traversal, it may
pretty-print the subject line for the summary view. When we do so, we
set the "print_email_subject" flag in the pretty-print context. But this
flag does nothing! Since we are using CMIT_FMT_USERFORMAT, we skip most
of the usual formatting code entirely.
This flag is there due to commit 6d167fd7cc (pretty: use
fmt_output_email_subject(), 2017-03-01). But that just switched us away
from setting an empty "subject" header field, which was similarly
useless. That was added by dd2e794a21 (Refactor pretty_print_commit
arguments into a struct, 2009-10-19). Before using the struct, we had to
pass _something_ as the argument, so we passed the empty string (a NULL
would have worked equally well).
So this setting has never done anything, and we can drop the line. That
shortens the code, but more importantly, makes it easier to reason about
and refactor the other users of this flag.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'pretty.h')
0 files changed, 0 insertions, 0 deletions