* Pierre Habouzit <madcoder@xxxxxxxxxx> wrote: > Agreed, here is the patch that does that, and a sample output is: > > $ git shortlog -n -s -e HEAD -- builtin-commit.c > 11 Junio C Hamano <gitster@xxxxxxxxx> > 6 Johannes Schindelin <Johannes.Schindelin@xxxxxx> > 6 Kristian Høgsberg <krh@xxxxxxxxxx> > 2 Jeff King <peff@xxxxxxxx> > 1 Alex Riesen <raa.lkml@xxxxxxxxx> > 1 Pierre Habouzit <madcoder@xxxxxxxxxx> > 1 Shawn Bohrer <shawn.bohrer@xxxxxxxxx> > 1 Wincent Colaiuta <win@xxxxxxxxxxx> great - this looks really neat! btw., stupid question: why are the git-shortlog command line arguments different from git-log? I got used to things like: git-log kernel/ so for me it would be natural to just do: git-shortlog -n -s kernel/ but this currently produces this output: $ git-shortlog -n -s kernel/ (reading log to summarize from standard input) which is quite a bit confusing to someone who'd like to keep as few details of command line arguments in his head as possible :-) Ingo - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html