Age | Commit message (Expand) | Author | Files | Lines |
2021-10-18 | Merge branch 'tb/repack-write-midx' | Junio C Hamano | 1 | -0/+1 |
2021-09-28 | builtin/repack.c: make largest pack preferred | Taylor Blau | 1 | -0/+1 |
2021-09-14 | t/helper/test-bitmap.c: add 'dump-hashes' mode | Taylor Blau | 1 | -0/+1 |
2021-09-09 | pack-bitmap: drop repository argument from prepare_midx_bitmap_git() | Jeff King | 1 | -2/+1 |
2021-09-01 | pack-bitmap: read multi-pack bitmaps | Taylor Blau | 1 | -0/+6 |
2021-09-01 | pack-bitmap.c: introduce 'bitmap_is_preferred_refname()' | Taylor Blau | 1 | -0/+1 |
2021-08-24 | pack-bitmap-write.c: gracefully fail to write non-closed bitmaps | Taylor Blau | 1 | -1/+1 |
2021-05-07 | Merge branch 'ps/rev-list-object-type-filter' | Junio C Hamano | 1 | -1/+2 |
2021-04-19 | rev-list: allow filtering of provided items | Patrick Steinhardt | 1 | -1/+2 |
2021-03-31 | builtin/pack-objects.c: respect 'pack.preferBitmapTips' | Taylor Blau | 1 | -0/+3 |
2021-03-31 | pack-bitmap: add 'test_bitmap_commits()' helper | Taylor Blau | 1 | -0/+1 |
2021-02-11 | rev-list: add --disk-usage option for calculating disk usage | Jeff King | 1 | -0/+2 |
2020-12-08 | pack-bitmap: factor out 'bitmap_for_commit()' | Taylor Blau | 1 | -0/+2 |
2020-12-08 | pack-bitmap-write: ignore BITMAP_FLAG_REUSE | Jeff King | 1 | -1/+5 |
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 |