Skip to content

Commit

Permalink
git-shortlog(1): document behaviour of zero-width wrap
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
John Keeping authored and Junio C Hamano committed Jan 9, 2013
1 parent 00d3947 commit 0e82bd0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Documentation/git-shortlog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0e82bd0

Please sign in to comment.