Skip to content

Commit 0e82bd0

Browse files
johnkeepinggitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 00d3947 commit 0e82bd0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Documentation/git-shortlog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ OPTIONS
4444
line of each entry is indented by `indent1` spaces, and the second
4545
and subsequent lines are indented by `indent2` spaces. `width`,
4646
`indent1`, and `indent2` default to 76, 6 and 9 respectively.
47+
+
48+
If width is `0` (zero) then indent the lines of the output without wrapping
49+
them.
4750

4851

4952
MAPPING AUTHORS

0 commit comments

Comments
 (0)