aboutsummaryrefslogtreecommitdiff
path: root/Documentation/diff-options.txt
diff options
context:
space:
mode:
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>2006-04-14 00:15:30 +0200
committerJunio C Hamano <junkio@cox.net>2006-04-13 16:48:24 -0700
commitd75f7952ef56408baa03ff82ded52b9289249d5a (patch)
tree743d15298a116ea5aa378e4662c90f10a631b452 /Documentation/diff-options.txt
parentf327dbced25a3c6fcc0b84d2d6adffa9343b09f0 (diff)
downloadgit-d75f7952ef56408baa03ff82ded52b9289249d5a.tar.gz
git-d75f7952ef56408baa03ff82ded52b9289249d5a.tar.xz
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.txt3
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