Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-pull: allow pulling into an empty repository
[gitweb.git]
/
revision.h
diff --git
a/revision.h
b/revision.h
index a5c35d05cbd6bceb12248dff0b1e5c3f3433aeae..3adab9590a14e25c2659a1933db4af456c263a5b 100644
(file)
--- a/
revision.h
+++ b/
revision.h
@@
-71,6
+71,9
@@
struct rev_info {
const char *add_signoff;
const char *extra_headers;
+ /* Filter by commit log message */
+ struct grep_opt *grep_filter;
+
/* special limits */
int max_count;
unsigned long max_age;