]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jk/shortlog-group-by-trailer'
authorJunio C Hamano <gitster@pobox.com>
Sun, 4 Oct 2020 19:49:14 +0000 (12:49 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 4 Oct 2020 19:49:14 +0000 (12:49 -0700)
"git shortlog" has been taught to group commits by the contents of
the trailer lines, like "Reviewed-by:", "Coauthored-by:", etc.

* jk/shortlog-group-by-trailer:
  shortlog: allow multiple groups to be specified
  shortlog: parse trailer idents
  shortlog: rename parse_stdin_ident()
  shortlog: de-duplicate trailer values
  shortlog: match commit trailers with --group
  trailer: add interface for iterating over commit trailers
  shortlog: add grouping option
  shortlog: change "author" variables to "ident"

1  2 
builtin/log.c
trailer.c

diff --cc builtin/log.c
Simple merge
diff --cc trailer.c
Simple merge