From: Stephan Feder Date: Fri, 7 Jul 2006 13:57:09 +0000 (+0200) Subject: diff-options: Explain --text and -a X-Git-Tag: v1.4.2-rc1~65^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/d507bb15008d6ee657eebaf2803bf0964af12c93?ds=inline;hp=--cc diff-options: Explain --text and -a Signed-off-by: Stephan Feder Signed-off-by: Junio C Hamano --- d507bb15008d6ee657eebaf2803bf0964af12c93 diff --git a/Documentation/diff-options.txt b/Documentation/diff-options.txt index f523ec2fbe..1a936295d8 100644 --- 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].