]> rtime.felk.cvut.cz Git - git.git/blobdiff - revision.h
submodule: Fix documentation of update subcommand
[git.git] / revision.h
index 07807e5301871ae19c5fba716dae5a00db25e34e..0ea8b4e25555e30d852f47ce37ec2a75a61043e3 100644 (file)
@@ -169,6 +169,8 @@ 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;