Browse Source

diff-options.txt: describe --stat-{width,name-width,count}

Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Michael J Gruber 14 years ago committed by Junio C Hamano
parent
commit
86e1ce96d7
  1. 3
      Documentation/diff-options.txt

3
Documentation/diff-options.txt

@ -56,6 +56,9 @@ endif::git-format-patch[] @@ -56,6 +56,9 @@ endif::git-format-patch[]
By giving a third parameter `<count>`, you can limit the
output to the first `<count>` lines, followed by
`...` if there are more.
+
These parameters can also be set individually with `--stat-width=<width>`,
`--stat-name-width=<name-width>` and `--stat-count=<count>`.

--numstat::
Similar to `\--stat`, but shows number of added and

Loading…
Cancel
Save