diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-01-14 07:59:03 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-01-14 07:59:03 -0800 |
commit | 74abc17f9152e440c4cc672f41473604ed46f60d (patch) | |
tree | d9d71a7c66b6f997b159421349da25cc2075eff6 /Documentation/git-shortlog.txt | |
parent | Merge branch 'jk/maint-fast-import-doc-dedup-done' into maint (diff) | |
parent | git-shortlog(1): document behaviour of zero-width wrap (diff) | |
download | tgif-74abc17f9152e440c4cc672f41473604ed46f60d.tar.xz |
Merge branch 'jk/shortlog-no-wrap-doc' into maint
* jk/shortlog-no-wrap-doc:
git-shortlog(1): document behaviour of zero-width wrap
Diffstat (limited to 'Documentation/git-shortlog.txt')
-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 afeb4cdf16..c308e91537 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 |