On Fri, Sep 25, 2020 at 03:57:01PM -0700, Junio C Hamano wrote: > * jk/shortlog-group-by-trailer (2020-09-25) 8 commits > - 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: refactor committer/author grouping > - shortlog: change "author" variables to "ident" > > "git shortlog" has been taught to group commits by the contents of > the trailer lines, like "Reviewed-by:", "Coauthored-by:", etc. > > Will merge to 'next'. Note that I just sent out a v2 of this one in response to review: https://lore.kernel.org/git/20200927083933.GA2222823@xxxxxxxxxxxxxxxxxxxxxxx/ The changes are fairly minor, so I think it would be OK to proceed as planned with v2 in your next integration cycle. -Peff