OSDN Git Service

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)
commitfbfda15fb8daf7388a19b8bed2f319a8c1b6c5f1
treec5109230c95068da6d220505a0ceee82d59b123c
parenta274e0a036ea886a31f8b216564ab1b4a3142f6c
shortlog: group by committer information

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>
builtin/shortlog.c
shortlog.h