Teach --text option to diff
[gitweb.git] / diff.h
diff --git a/diff.h b/diff.h
index d5573947b3295a00258cec2cb07905da5a5b8292..f80f64608ace15a212f22f40cc44192376f7b8da 100644 (file)
--- 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,