git shortlog documentation: add long options and fix a typo
Signed-off-by: Michele Ballabio <barra_cuda@katamail.com> Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
parent
71e2e5993b
commit
bb924cb331
@ -9,7 +9,7 @@ SYNOPSIS
|
||||
--------
|
||||
[verse]
|
||||
git-log --pretty=short | 'git-shortlog' [-h] [-n] [-s]
|
||||
git-shortlog [-n|--number] [-s|--summary] [<committish>...]
|
||||
git-shortlog [-n|--numbered] [-s|--summary] [<committish>...]
|
||||
|
||||
DESCRIPTION
|
||||
-----------
|
||||
@ -22,14 +22,14 @@ Additionally, "[PATCH]" will be stripped from the commit description.
|
||||
OPTIONS
|
||||
-------
|
||||
|
||||
-h::
|
||||
-h, \--help::
|
||||
Print a short usage message and exit.
|
||||
|
||||
-n::
|
||||
-n, \--numbered::
|
||||
Sort output according to the number of commits per author instead
|
||||
of author alphabetic order.
|
||||
|
||||
-s::
|
||||
-s, \--summary::
|
||||
Suppress commit description and provide a commit count summary only.
|
||||
|
||||
FILES
|
||||
|
Loading…
Reference in New Issue
Block a user