summaryrefslogtreecommitdiffstats
path: root/diff-options.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2006-07-09 09:38:14 +0000
committerJunio C Hamano <junio@hera.kernel.org>2006-07-09 09:38:14 +0000
commitc26f5488a78cd9e6bdcc963590ca3a5895877906 (patch)
treef4196420c9891c088a943a7409412da613d0d90a /diff-options.txt
parent872c568388d14f80e8d2871301dcb1a2abf04119 (diff)
downloadgit-htmldocs-c26f5488a78cd9e6bdcc963590ca3a5895877906.tar.gz
Autogenerated HTML docs for v1.4.1-g88f0d
Diffstat (limited to 'diff-options.txt')
-rw-r--r--diff-options.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/diff-options.txt b/diff-options.txt
index f523ec2fb..1a936295d 100644
--- a/diff-options.txt
+++ b/diff-options.txt
@@ -94,5 +94,11 @@
Swap two inputs; that is, show differences from index or
on-disk file to tree contents.
+--text::
+ Treat all files as text.
+
+-a::
+ Shorthand for "--text".
+
For more detailed explanation on these common options, see also
link:diffcore.html[diffcore documentation].