diff options
author | Junio C Hamano <junkio@cox.net> | 2006-10-18 22:08:42 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-10-18 22:08:42 -0700 |
commit | f73a5e897609c895aa6c10f7a89428d1749d37ce (patch) | |
tree | 14d34586f6d57e47b60be3145ab3754d1ac94fdd /Documentation | |
parent | 8719f93b5619a0df99cec6e919a260f01ab76184 (diff) | |
parent | 74e2abe5b70aadf06984472ba9aa9a29900040e6 (diff) | |
download | git-f73a5e897609c895aa6c10f7a89428d1749d37ce.tar.gz |
Merge branch 'jc/diff-numstat'
* jc/diff-numstat:
diff --numstat
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 7b7b9e8ce9..e112172ca5 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. |