diff options
author | Junio C Hamano <junkio@cox.net> | 2006-04-14 21:55:23 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-04-14 21:55:23 -0700 |
commit | afcb536f288f28bb37acf11a5666a219b8f20200 (patch) | |
tree | 6069497a703de57e566cdbaa2718ba78e855b3b2 /Documentation | |
parent | a3cc31fb059410d6b96786045947bafc2f32ce60 (diff) | |
parent | 84981f9ad963f050abf4fe33ac07d36b4ea90c6d (diff) | |
download | git-afcb536f288f28bb37acf11a5666a219b8f20200.tar.gz git-afcb536f288f28bb37acf11a5666a219b8f20200.tar.xz |
Merge branch 'js/diffstat'
* js/diffstat:
diff --stat: no need to ask funcnames nor context.
diff-options: add --stat (take 2)
diff-options: add --stat (take 2)
Diffstat (limited to 'Documentation')
-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 338014c81..447e522a7 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 |