Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
upload-pack: optionally allow fetching reachable sha1
[gitweb.git]
/
revision.h
diff --git
a/revision.h
b/revision.h
index 07807e5301871ae19c5fba716dae5a00db25e34e..0ea8b4e25555e30d852f47ce37ec2a75a61043e3 100644
(file)
--- a/
revision.h
+++ b/
revision.h
@@
-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;