cvsserver: split up long lines in req_{status,diff,log}
[gitweb.git] / grep.h
diff --git a/grep.h b/grep.h
index d54adbe56c4665dad6626f2c8c845da7233bd4a9..c256ac6e15b22e153623ae3395fb6ffc732b20b9 100644 (file)
--- a/grep.h
+++ b/grep.h
@@ -30,6 +30,7 @@ enum grep_context {
 enum grep_header_field {
        GREP_HEADER_AUTHOR = 0,
        GREP_HEADER_COMMITTER,
+       GREP_HEADER_REFLOG,
 
        /* Must be at the end of the enum */
        GREP_HEADER_FIELD_MAX
@@ -106,6 +107,7 @@ struct grep_opt {
 #define GREP_BINARY_TEXT       2
        int binary;
        int extended;
+       int use_reflog_filter;
        int pcre;
        int relative;
        int pathname;