Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Start preparing for Git 2.0
[gitweb.git]
/
revision.h
diff --git
a/revision.h
b/revision.h
index 88967d6a24df852453f93cb7bc466386347b0c45..1eb94c1548c019a4d41cb42af805918afbc237bf 100644
(file)
--- a/
revision.h
+++ b/
revision.h
@@
-172,6
+172,8
@@
struct rev_info {
unsigned long min_age;
int min_parents;
int max_parents;
+ int (*include_check)(struct commit *, void *);
+ void *include_check_data;
/* diff info for patches and for paths limiting */
struct diff_options diffopt;