summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Keeping <john@keeping.me.uk>2013-01-09 20:16:45 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-01-09 22:08:59 (GMT)
commit0e82bd043019c9cdda254405c49b3d5fc2d00c55 (patch)
tree3f28f4895e52b377394be5900a813db8eb5d9d86
parent00d3947366a50a06da40989a1fd1e3f99885a4c3 (diff)
downloadgit-0e82bd043019c9cdda254405c49b3d5fc2d00c55.zip
git-0e82bd043019c9cdda254405c49b3d5fc2d00c55.tar.gz
git-0e82bd043019c9cdda254405c49b3d5fc2d00c55.tar.bz2
git-shortlog(1): document behaviour of zero-width wrap
Commit 00d3947 (Teach --wrap to only indent without wrapping) added special behaviour for a width of zero in the '-w' argument to 'git-shortlog' but this was not documented. Fix this. Signed-off-by: John Keeping <john@keeping.me.uk> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/git-shortlog.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/git-shortlog.txt b/Documentation/git-shortlog.txt
index 42463a9..804c84d 100644
--- a/Documentation/git-shortlog.txt
+++ b/Documentation/git-shortlog.txt
@@ -44,6 +44,9 @@ OPTIONS
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.
++
+If width is `0` (zero) then indent the lines of the output without wrapping
+them.
MAPPING AUTHORS