git-shortlog.txt: make SYNOPSIS match log, update OPTIONS
commit46b2a46dd90f60b99faba8ee7c49c88cb58e0d8a
authorRamkumar Ramachandra <artagnon@gmail.com>
Mon, 22 Apr 2013 05:30:30 +0000 (22 11:00 +0530)
committerJunio C Hamano <gitster@pobox.com>
Mon, 22 Apr 2013 06:11:02 +0000 (21 23:11 -0700)
tree5e2e717fef4cfac235f38b014e6eb0c0829094a0
parent00200e9ea090cbf68c33e8d00c2976ee49972fdd
git-shortlog.txt: make SYNOPSIS match log, update OPTIONS

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 these problems, make the SYNOPSIS consistent with
that in git-log.txt.  Also add the corresponding sections to OPTIONS.
Save adding the options from rev-list-options.txt for a later patch,
as it requires some work to pick out the options that are relevant to
shortlog.

Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-shortlog.txt