Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'cj/log-invert-grep'
[gitweb.git]
/
revision.h
diff --git
a/revision.h
b/revision.h
index 033a24460e71b723f95ef91f4b6f0dbfd8c2c390..17ebafc4c76de4ac74f5b977101af1aedd1a1ae9 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;