diff options
-rw-r--r-- | pack-bitmap.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pack-bitmap.c b/pack-bitmap.c index 1ebe0c8162..84a9195e72 100644 --- a/pack-bitmap.c +++ b/pack-bitmap.c @@ -630,6 +630,9 @@ static struct bitmap *find_objects(struct bitmap_index *bitmap_git, traverse_commit_list_filtered(filter, revs, show_commit, show_object, &show_data, NULL); + + revs->include_check = NULL; + revs->include_check_data = NULL; } return base; |