diff options
author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | 2006-04-14 00:15:30 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-04-13 16:48:24 -0700 |
commit | d75f7952ef56408baa03ff82ded52b9289249d5a (patch) | |
tree | 743d15298a116ea5aa378e4662c90f10a631b452 /Documentation/diff-options.txt | |
parent | f327dbced25a3c6fcc0b84d2d6adffa9343b09f0 (diff) | |
download | git-d75f7952ef56408baa03ff82ded52b9289249d5a.tar.gz |
diff-options: add --stat (take 2)
Now, you can say "git diff --stat" (to get an idea how many changes are
uncommitted), or "git log --stat".
Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
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 |