summaryrefslogtreecommitdiffstats
path: root/git-shortlog.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-04-13 05:33:18 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-04-13 05:33:18 +0000
commit1bdd3b0f84f2ffeb9f08fce80c8ddc3e76c17210 (patch)
treecdae991508c4549129da1abaac0f21ca90687c64 /git-shortlog.txt
parente79159d5498ad2b14be1b372eab269a78cfc3443 (diff)
downloadgit-htmldocs-1bdd3b0f84f2ffeb9f08fce80c8ddc3e76c17210.tar.gz
Autogenerated HTML docs for v1.5.5-49-gf43e2
Diffstat (limited to 'git-shortlog.txt')
-rw-r--r--git-shortlog.txt10
1 files changed, 8 insertions, 2 deletions
diff --git a/git-shortlog.txt b/git-shortlog.txt
index c7752575d..d7cb4c046 100644
--- a/git-shortlog.txt
+++ b/git-shortlog.txt
@@ -8,8 +8,8 @@ git-shortlog - Summarize 'git log' output
SYNOPSIS
--------
[verse]
-git-log --pretty=short | 'git-shortlog' [-h] [-n] [-s] [-e]
-git-shortlog [-n|--numbered] [-s|--summary] [-e|--email] [<committish>...]
+git-log --pretty=short | 'git-shortlog' [-h] [-n] [-s] [-e] [-w]
+git-shortlog [-n|--numbered] [-s|--summary] [-e|--email] [-w[<width>[,<indent1>[,<indent2>]]]] [<committish>...]
DESCRIPTION
-----------
@@ -35,6 +35,12 @@ OPTIONS
-e, \--email::
Show the email address of each author.
+-w[<width>[,<indent1>[,<indent2>]]]::
+ Linewrap the output by wrapping each line at `width`. The first
+ line of each entry is indented by `indent1` spaces, and the second
+ and subsequent lines are indented by `indent2` spaces. `width`,
+ `indent1`, and `indent2` default to 76, 6 and 9 respectively.
+
FILES
-----