Code

pre-commit.sample: add comment re tr portability; fix grammar
[git.git] / grep.h
diff --git a/grep.h b/grep.h
index 5581363c4ddb988830f9c9b776b057821107f92a..f6eecc62c038f212fa4efc8648f13f61bf937452 100644 (file)
--- a/grep.h
+++ b/grep.h
@@ -80,6 +80,7 @@ struct grep_opt {
        int pathname;
        int null_following_name;
        int color;
+       int max_depth;
        int funcname;
        char color_match[COLOR_MAXLEN];
        const char *color_external;