Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
diff-options: Explain --text and -a
author
Stephan Feder
<sf@b-i-t.de>
Fri, 7 Jul 2006 13:57:09 +0000
(15:57 +0200)
committer
Junio C Hamano
<junkio@cox.net>
Fri, 7 Jul 2006 19:28:04 +0000
(12:28 -0700)
Signed-off-by: Stephan Feder <sf@b-i-t.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/diff-options.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
ca49920
)
diff --git
a/Documentation/diff-options.txt
b/Documentation/diff-options.txt
index f523ec2fbea9a129294b960461c82382b41ac92d..1a936295d8944b3b52ac82aa806c007851ab0176 100644
(file)
--- a/
Documentation/diff-options.txt
+++ b/
Documentation/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].