]> git.ipfire.org Git - thirdparty/git.git/blobdiff - grep.h
grep tests: move binary pattern tests into their own file
[thirdparty/git.git] / grep.h
diff --git a/grep.h b/grep.h
index 1875880f37990f981865b0fab332cc6c6c4e5971..4bb8a79d93187bc2a624a17014e79734620047ea 100644 (file)
--- a/grep.h
+++ b/grep.h
@@ -173,6 +173,7 @@ struct grep_opt {
        int funcbody;
        int extended_regexp_option;
        int pattern_type_option;
+       int ignore_locale;
        char colors[NR_GREP_COLORS][COLOR_MAXLEN];
        unsigned pre_context;
        unsigned post_context;