Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
git shortlog documentation: add long options and fix a typo
author
Michele Ballabio
<barra_cuda@katamail.com>
Fri, 27 Apr 2007 19:56:47 +0000
(21:56 +0200)
committer
Junio C Hamano
<junkio@cox.net>
Sat, 28 Apr 2007 06:17:58 +0000
(23:17 -0700)
Signed-off-by: Michele Ballabio <barra_cuda@katamail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-shortlog.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
71e2e59
)
diff --git
a/Documentation/git-shortlog.txt
b/Documentation/git-shortlog.txt
index 1c8c55ef6eac57d5bcc1cad7afbecd354af9d3ab..15cc6f77c1e9b8a77c8396fab99cf9d9fda98ef3 100644
(file)
--- a/
Documentation/git-shortlog.txt
+++ b/
Documentation/git-shortlog.txt
@@
-9,7
+9,7
@@
SYNOPSIS
--------
[verse]
git-log --pretty=short | 'git-shortlog' [-h] [-n] [-s]
--------
[verse]
git-log --pretty=short | 'git-shortlog' [-h] [-n] [-s]
-git-shortlog [-n|--number] [-s|--summary] [<committish>...]
+git-shortlog [-n|--number
ed
] [-s|--summary] [<committish>...]
DESCRIPTION
-----------
DESCRIPTION
-----------
@@
-22,14
+22,14
@@
Additionally, "[PATCH]" will be stripped from the commit description.
OPTIONS
-------
OPTIONS
-------
--h::
+-h
, \--help
::
Print a short usage message and exit.
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.
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
Suppress commit description and provide a commit count summary only.
FILES