]> git.ipfire.org Git - thirdparty/git.git/commit - pack-bitmap.c
pack-bitmap: implement object type filter
authorPatrick Steinhardt <ps@pks.im>
Mon, 19 Apr 2021 11:46:58 +0000 (13:46 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 19 Apr 2021 21:09:11 +0000 (14:09 -0700)
commit7ab6aafa582b9c537885d4a6ef2c837323c5014d
tree774cd7e249f65aabefd29a5b25e8bdcd0e7598cc
parentb0c42a53c9d36ea69f4d2650001f05e98eb347cb
pack-bitmap: implement object type filter

The preceding commit has added a new object filter for git-rev-list(1)
which allows to filter objects by type. Implement the equivalent filter
for packfile bitmaps so that we can answer these queries fast.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
pack-bitmap.c
t/t6113-rev-list-bitmap-filters.sh