Age | Commit message (Expand) | Author | Files | Lines |
2020-03-02 | Merge branch 'jk/object-filter-with-bitmap' | Junio C Hamano | 1 | -1/+4 |
2020-02-14 | Merge branch 'jk/packfile-reuse-cleanup' | Junio C Hamano | 1 | -1/+5 |
2020-02-14 | pack-bitmap: basic noop bitmap filter infrastructure | Jeff King | 1 | -1/+3 |
2020-02-14 | rev-list: allow commit-only bitmap traversals | Jeff King | 1 | -0/+1 |
2020-01-23 | pack-objects: improve partial packfile reuse | Jeff King | 1 | -1/+2 |
2020-01-23 | pack-bitmap: introduce bitmap_walk_contains() | Jeff King | 1 | -0/+3 |
2019-09-28 | pack-bitmap.h: remove magic number | Denton Liu | 1 | -3/+3 |
2019-06-20 | pack-bitmap: convert khash_sha1 maps into kh_oid_map | Jeff King | 1 | -1/+1 |
2019-04-01 | pack-bitmap: switch hash tables to use struct object_id | brian m. carlson | 1 | -1/+1 |
2019-04-01 | pack-bitmap: make bitmap header handling hash agnostic | brian m. carlson | 1 | -1/+1 |
2018-11-12 | pack-*.c: remove the_repository references | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |
2018-09-04 | bitmap_has_sha1_in_uninteresting(): drop BUG check | Jeff King | 1 | -1/+1 |
2018-08-21 | pack-bitmap: save "have" bitmap from walk | Jeff King | 1 | -0/+7 |
2018-08-15 | Add missing includes and forward declarations | Elijah Newren | 1 | -0/+3 |
2018-06-21 | pack-bitmap: add free function | Jonathan Tan | 1 | -0/+1 |
2018-06-21 | pack-bitmap: remove bitmap_git global variable | Jonathan Tan | 1 | -6/+13 |
2018-04-16 | pack-objects: move in_pack_pos out of struct object_entry | Nguyễn Thái Ngọc Duy | 1 | -1/+3 |
2017-10-16 | pack-bitmap: convert traverse_bitmap_commit_list to object_id | brian m. carlson | 1 | -1/+1 |
2015-01-15 | pack-bitmap.c: make pack_bitmap_filename() static | Junio C Hamano | 1 | -1/+0 |
2014-11-30 | pack-bitmap: do not use gcc packed attribute | Karsten Blees | 1 | -6/+0 |
2013-12-30 | pack-bitmap: implement optional name_hash cache | Vicent Marti | 1 | -2/+4 |
2013-12-30 | pack-objects: implement bitmap writing | Vicent Marti | 1 | -0/+19 |
2013-12-30 | pack-bitmap: add support for bitmap indexes | Vicent Marti | 1 | -0/+43 |