shortlog: group by committer information
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 11 Oct 2016 18:45:58 +0000 (11:45 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 16 Dec 2016 00:19:13 +0000 (16:19 -0800)
In some situations you may want to group the commits not by author,
but by committer instead.

For example, when I just wanted to look up what I'm still missing from
linux-next in the current merge window, I don't care so much about who
wrote a patch, as what git tree it came from, which generally boils
down to "who committed it".

So make git shortlog take a "-c" or "--committer" option to switch
grouping to that.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found