From 0e82bd043019c9cdda254405c49b3d5fc2d00c55 Mon Sep 17 00:00:00 2001 From: John Keeping Date: Wed, 9 Jan 2013 20:16:45 +0000 Subject: 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 --- Documentation/git-shortlog.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Documentation/git-shortlog.txt') diff --git a/Documentation/git-shortlog.txt b/Documentation/git-shortlog.txt index 42463a955..804c84d18 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 -- cgit v1.2.1