summaryrefslogtreecommitdiffstats
path: root/diff-options.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-03-19 02:02:30 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-03-19 02:02:30 +0000
commit48fd2f66b082013aeca9f5044bf8bf7f668ee168 (patch)
tree6e1a5fd665f1ea81c744e06bbadab2c9f7cf7b2c /diff-options.txt
parent6e149c0a0163bc7bdc43528eaa9c219db135418e (diff)
downloadgit-htmldocs-48fd2f66b082013aeca9f5044bf8bf7f668ee168.tar.gz
Autogenerated HTML docs for v1.5.0.5-424-g7976c
Diffstat (limited to 'diff-options.txt')
-rw-r--r--diff-options.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/diff-options.txt b/diff-options.txt
index d8696b7b3..77a3f78dd 100644
--- a/diff-options.txt
+++ b/diff-options.txt
@@ -159,5 +159,10 @@
-w::
Shorthand for "--ignore-all-space".
+--exit-code::
+ Make the program exit with codes similar to diff(1).
+ That is, it exits with 1 if there were differences and
+ 0 means no differences.
+
For more detailed explanation on these common options, see also
link:diffcore.html[diffcore documentation].