diff options
author | Junio C Hamano <junkio@cox.net> | 2006-04-13 16:50:48 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-04-13 16:50:48 -0700 |
commit | ce032c5f9e75a604f4fea49a18de23c6dd8b02fa (patch) | |
tree | 3969f013d754709764ded178e34689d6aca575e4 /Documentation/diff-options.txt | |
parent | xdiff: post-process hunks to make them consistent. (diff) | |
parent | diff-options: add --stat (take 2) (diff) | |
download | tgif-ce032c5f9e75a604f4fea49a18de23c6dd8b02fa.tar.xz |
Merge branch 'js/diffstat' into next
* js/diffstat:
diff-options: add --stat (take 2)
diff-options: add --stat (take 2)
Diffstat (limited to 'Documentation/diff-options.txt')
-rw-r--r-- | Documentation/diff-options.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/diff-options.txt b/Documentation/diff-options.txt index 338014c816..447e522a7b 100644 --- a/Documentation/diff-options.txt +++ b/Documentation/diff-options.txt @@ -7,6 +7,9 @@ --patch-with-raw:: Generate patch but keep also the default raw diff output. +--stat:: + Generate a diffstat instead of a patch. + -z:: \0 line termination on output |