From 6d64ea965bc2894ef0aee16ac23a5e47f20eb824 Mon Sep 17 00:00:00 2001 From: Stephan Feder Date: Fri, 7 Jul 2006 12:33:57 +0200 Subject: Teach --text option to diff Add new item text to struct diff_options. If set then do not try to detect binary files. Signed-off-by: Stephan Feder Signed-off-by: Junio C Hamano --- diff.h | 1 + 1 file changed, 1 insertion(+) (limited to 'diff.h') diff --git a/diff.h b/diff.h index d5573947b..f80f64608 100644 --- a/diff.h +++ b/diff.h @@ -42,6 +42,7 @@ struct diff_options { unsigned recursive:1, tree_in_recursive:1, binary:1, + text:1, full_index:1, silent_on_remove:1, find_copies_harder:1, -- cgit v1.2.1