From: John Keeping Date: Wed, 9 Jan 2013 20:16:45 +0000 (+0000) Subject: git-shortlog(1): document behaviour of zero-width wrap X-Git-Tag: v1.8.1.1~5^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0e82bd043019c9cdda254405c49b3d5fc2d00c55;p=thirdparty%2Fgit.git 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 Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-shortlog.txt b/Documentation/git-shortlog.txt index 42463a955d..804c84d184 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