diff options
author | Jeff King <peff@peff.net> | 2020-09-27 04:40:11 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-09-27 12:21:05 -0700 |
commit | 56d5dde7526e725a9e590f32fe38ce6b3391bc36 (patch) | |
tree | fa9c3bd197b2c82945b9659c6fac17b665edad24 /builtin/ls-tree.c | |
parent | shortlog: rename parse_stdin_ident() (diff) | |
download | tgif-56d5dde7526e725a9e590f32fe38ce6b3391bc36.tar.xz |
shortlog: parse trailer idents
Trailers don't necessarily contain name/email identity values, so
shortlog has so far treated them as opaque strings. However, since many
trailers do contain identities, it's useful to treat them as such when
they can be parsed. That lets "-e" work as usual, as well as mailmap.
When they can't be parsed, we'll continue with the old behavior of
treating them as a single string (there's no new test for that here,
since the existing tests cover a trailer like this).
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/ls-tree.c')
0 files changed, 0 insertions, 0 deletions