Document --numstat in git-apply and git-diff
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
parent
abc8ab19ae
commit
2f89543eaf
@ -19,7 +19,9 @@
|
|||||||
--numstat::
|
--numstat::
|
||||||
Similar to \--stat, but shows number of added and
|
Similar to \--stat, but shows number of added and
|
||||||
deleted lines in decimal notation and pathname without
|
deleted lines in decimal notation and pathname without
|
||||||
abbreviation, to make it more machine friendly.
|
abbreviation, to make it more machine friendly. For
|
||||||
|
binary files, outputs two `-` instead of saying
|
||||||
|
`0 0`.
|
||||||
|
|
||||||
--shortstat::
|
--shortstat::
|
||||||
Output only the last line of the --stat format containing total
|
Output only the last line of the --stat format containing total
|
||||||
|
@ -33,8 +33,9 @@ OPTIONS
|
|||||||
--numstat::
|
--numstat::
|
||||||
Similar to \--stat, but shows number of added and
|
Similar to \--stat, but shows number of added and
|
||||||
deleted lines in decimal notation and pathname without
|
deleted lines in decimal notation and pathname without
|
||||||
abbreviation, to make it more machine friendly. Turns
|
abbreviation, to make it more machine friendly. For
|
||||||
off "apply".
|
binary files, outputs two `-` instead of saying
|
||||||
|
`0 0`. Turns off "apply".
|
||||||
|
|
||||||
--summary::
|
--summary::
|
||||||
Instead of applying the patch, output a condensed
|
Instead of applying the patch, output a condensed
|
||||||
|
Loading…
Reference in New Issue
Block a user