Merge branch 'jk/bitmap-tree-optim'
Avoid duplicated work while building reachability bitmaps. * jk/bitmap-tree-optim: bitmaps: don't recurse into trees already in the bitmap
This commit is contained in:
@ -262,6 +262,7 @@ struct rev_info {
|
||||
int min_parents;
|
||||
int max_parents;
|
||||
int (*include_check)(struct commit *, void *);
|
||||
int (*include_check_obj)(struct object *obj, void *);
|
||||
void *include_check_data;
|
||||
|
||||
/* diff info for patches and for paths limiting */
|
||||
|
||||
Reference in New Issue
Block a user