diff options
author | Junio C Hamano <junkio@cox.net> | 2006-10-12 03:01:00 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-10-13 21:37:10 -0700 |
commit | 74e2abe5b70aadf06984472ba9aa9a29900040e6 (patch) | |
tree | c433ef8984acbfe38df0bf885f5ce0dadabd8dd0 /Documentation | |
parent | 4035b46e12ee6e5c9339e263cd16c2e2422b8928 (diff) | |
download | git-74e2abe5b70aadf06984472ba9aa9a29900040e6.tar.gz git-74e2abe5b70aadf06984472ba9aa9a29900040e6.tar.xz |
diff --numstat
[jc: with documentation from Jakub]
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/diff-options.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/diff-options.txt b/Documentation/diff-options.txt index 7b7b9e8ce..e112172ca 100644 --- a/Documentation/diff-options.txt +++ b/Documentation/diff-options.txt @@ -16,6 +16,11 @@ The width of the filename part can be controlled by giving another width to it separated by a comma. +--numstat:: + Similar to \--stat, but shows number of added and + deleted lines in decimal notation and pathname without + abbreviation, to make it more machine friendly. + --summary:: Output a condensed summary of extended header information such as creations, renames and mode changes. |