Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Documentation: emphasise 'git shortlog' in its synopsis
author
Thomas Rast
<trast@student.ethz.ch>
Sun, 10 Jan 2010 20:29:34 +0000
(21:29 +0100)
committer
Thomas Rast
<trast@student.ethz.ch>
Sun, 10 Jan 2010 20:29:34 +0000
(21:29 +0100)
The accepted style in the SYNOPSIS section is for a command to be
'emphasised'. Do so for the git-shortlog(1) manpage.
Signed-off-by: Thomas Rast <trast@student.ethz.ch>
Documentation/git-shortlog.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(from parent 1:
4fdff3d
)
diff --git
a/Documentation/git-shortlog.txt
b/Documentation/git-shortlog.txt
index ecf9e2718c1e6c720ca1155607c192100cdf4663..dfd4d0c2233df09b64a10d1ad31a36afaa01ec7c 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] [-e] [-w]
-
git shortlog
[-n|--numbered] [-s|--summary] [-e|--email] [-w[<width>[,<indent1>[,<indent2>]]]] [<committish>...]
+
'git shortlog'
[-n|--numbered] [-s|--summary] [-e|--email] [-w[<width>[,<indent1>[,<indent2>]]]] [<committish>...]
DESCRIPTION
-----------