]> git.ipfire.org Git - thirdparty/git.git/blobdiff - revision.h
Merge branch 'en/remerge-diff'
[thirdparty/git.git] / revision.h
index 44efce3f410cae7f725ccf3b502e01ad9b47b5dd..3c58c18c63acb53f48905f5424cb2b73080f0b27 100644 (file)
@@ -247,8 +247,6 @@ struct rev_info {
 
        /* Filter by commit log message */
        struct grep_opt grep_filter;
-       /* Negate the match of grep_filter */
-       int invert_grep;
 
        /* Display history graph */
        struct git_graph *graph;