]> git.ipfire.org Git - thirdparty/git.git/commitdiff
git-shortlog(1): document behaviour of zero-width wrap
authorJohn Keeping <john@keeping.me.uk>
Wed, 9 Jan 2013 20:16:45 +0000 (20:16 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 9 Jan 2013 22:08:59 +0000 (14:08 -0800)
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>
Documentation/git-shortlog.txt

index 42463a955dd3f5dad25f3a45f0eec62d8712f731..804c84d18404d6a9e5eb8fbc89d8b3a34735f43f 100644 (file)
@@ -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