]> git.ipfire.org Git - thirdparty/git.git/blobdiff - grep.h
Add script for importing bits-and-pieces to Git.
[thirdparty/git.git] / grep.h
diff --git a/grep.h b/grep.h
index 464e272edf4594539915a89d68628fd3959b8ee3..28e6b2a8ec0af7d0e86d9b955cef075b0ecd9652 100644 (file)
--- a/grep.h
+++ b/grep.h
@@ -79,11 +79,16 @@ 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;
        int regflags;
        unsigned pre_context;
        unsigned post_context;
+       unsigned last_shown;
+       int show_hunk_mark;
+       void *priv;
 };
 
 extern void append_grep_pattern(struct grep_opt *opt, const char *pat, const char *origin, int no, enum grep_pat_token t);