diff-options: Explain --text and -a

Signed-off-by: Stephan Feder <sf@b-i-t.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Stephan Feder 2006-07-07 15:57:09 +02:00 committed by Junio C Hamano
parent ca49920f6f
commit d507bb1500

View file

@ -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].