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

2013-04-21 Thread Junio C Hamano
Ramkumar Ramachandra writes: > +..:: > + Consider only commits between the named two revisions. When > + either or is omitted, it defaults to `HEAD`, > + i.e. the tip of the current branch. For a more complete list > + of ways to spell .., see > + linkgit:gitrevisions[7].

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

2013-04-20 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