diff options
author | John Keeping <john@keeping.me.uk> | 2013-01-09 20:16:45 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-01-09 14:08:59 -0800 |
commit | 0e82bd043019c9cdda254405c49b3d5fc2d00c55 (patch) | |
tree | 3f28f4895e52b377394be5900a813db8eb5d9d86 /Documentation | |
parent | Teach --wrap to only indent without wrapping (diff) | |
download | tgif-0e82bd043019c9cdda254405c49b3d5fc2d00c55.tar.xz |
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>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-shortlog.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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 |