git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] git-shortlog(1): document behaviour of zero-width wrap
@ 2013-01-09 20:16 John Keeping
  2013-01-09 22:09 ` Junio C Hamano
  0 siblings, 1 reply; 2+ messages in thread
From: John Keeping @ 2013-01-09 20:16 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git

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>
---
 Documentation/git-shortlog.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/git-shortlog.txt b/Documentation/git-shortlog.txt
index afeb4cd..c308e91 100644
--- a/Documentation/git-shortlog.txt
+++ b/Documentation/git-shortlog.txt
@@ -56,6 +56,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
-- 
1.8.0.2

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] git-shortlog(1): document behaviour of zero-width wrap
  2013-01-09 20:16 [PATCH] git-shortlog(1): document behaviour of zero-width wrap John Keeping
@ 2013-01-09 22:09 ` Junio C Hamano
  0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2013-01-09 22:09 UTC (permalink / raw)
  To: John Keeping; +Cc: git

Thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-01-09 22:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-09 20:16 [PATCH] git-shortlog(1): document behaviour of zero-width wrap John Keeping
2013-01-09 22:09 ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).