From d507bb15008d6ee657eebaf2803bf0964af12c93 Mon Sep 17 00:00:00 2001 From: Stephan Feder Date: Fri, 7 Jul 2006 15:57:09 +0200 Subject: diff-options: Explain --text and -a Signed-off-by: Stephan Feder Signed-off-by: Junio C Hamano --- Documentation/diff-options.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Documentation/diff-options.txt') diff --git a/Documentation/diff-options.txt b/Documentation/diff-options.txt index f523ec2fb..1a936295d 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]. -- cgit v1.2.1