Re: [PATCH 7/7] git-shortlog.txt: make SYNOPSIS match log, update OPTIONS

2013-04-21 Thread Junio C Hamano
Ramkumar Ramachandra writes: > diff --git a/Documentation/git-shortlog.txt b/Documentation/git-shortlog.txt > index c7f7f51..2a66518 100644 > --- a/Documentation/git-shortlog.txt > +++ b/Documentation/git-shortlog.txt > @@ -8,8 +8,8 @@ git-shortlog - Summarize 'git log' output > SYNOPSIS >

[PATCH 7/7] git-shortlog.txt: make SYNOPSIS match log, update OPTIONS

2013-04-21 Thread Ramkumar Ramachandra
There are broadly two problems with the current SYNOPSIS. First, it completely omits the detail that paths can be specified. Second, it attempts to list all the options: this is futile as, in addition to the options unique to it, it accepts all the options that git-rev-list accepts. In fixing th