]> git.ipfire.org Git - thirdparty/git.git/blobdiff - revision.h
Merge branch 'ak/protect-any-current-branch'
[thirdparty/git.git] / revision.h
index 5578bb4720ae37c2824a220a487dce0451bc7a85..3f66147bfd390abdd98de4f366014bdce88179c2 100644 (file)
@@ -246,8 +246,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;