136 Commits (6d51217467afe5303349cb5c57b6b131201f73f3)

Author SHA1 Message Date
Derrick Stolee 3e0370a8d2 list-objects: consolidate traverse_commit_list[_filtered] 3 years ago
Derrick Stolee 09d4a79eff pack-bitmap: drop filter in prepare_bitmap_walk() 3 years ago
Taylor Blau f8b60cf99b pack-bitmap.c: gracefully fallback after opening pack/MIDX 3 years ago
Jeff King 875da7f061 test_bitmap_hashes(): handle repository without bitmaps 3 years ago
Taylor Blau 655b8561d6 pack-bitmap.c: more aggressively free in free_bitmap_index() 3 years ago
Taylor Blau 022815114a pack-bitmap.c: don't leak type-level bitmaps 3 years ago
Taylor Blau 60980aed78 midx.c: write MIDX filenames to strbuf 3 years ago
Taylor Blau 6d08b9d4ca builtin/repack.c: make largest pack preferred 3 years ago
Taylor Blau 8de300e1f7 pack-bitmap.c: propagate namehash values from existing bitmaps 3 years ago
Taylor Blau a05f02b1d9 t/helper/test-bitmap.c: add 'dump-hashes' mode 3 years ago
Jeff King 73cd7d9420 pack-bitmap: drop bitmap_index argument from try_partial_reuse() 3 years ago
Jeff King bfbb60d328 pack-bitmap: drop repository argument from prepare_midx_bitmap_git() 3 years ago
Taylor Blau 0f533c7284 pack-bitmap: read multi-pack bitmaps 4 years ago
Taylor Blau a5f9f24aa0 pack-bitmap.c: avoid redundant calls to try_partial_reuse 4 years ago
Taylor Blau 711260fd60 pack-bitmap.c: introduce 'bitmap_is_preferred_refname()' 4 years ago
Taylor Blau 6b4277e697 pack-bitmap.c: introduce 'nth_bitmap_object_oid()' 4 years ago
Taylor Blau ed184620f5 pack-bitmap.c: introduce 'bitmap_num_objects()' 4 years ago
Taylor Blau fa95666a40 pack-bitmap.c: harden 'test_bitmap_walk()' to check type bitmaps 4 years ago
Jeff King dc1daacdcc pack-bitmap: check pack validity when opening bitmap 4 years ago
Taylor Blau ddcb189d9d pack-bitmap: clarify comment in filter_bitmap_exclude_type() 4 years ago
Jeff King aa9ad6fee5 bitmaps: don't recurse into trees already in the bitmap 4 years ago
Jeff King 1e951c6473 pack-bitmap: clean up include_check after use 4 years ago
Patrick Steinhardt 9cf68b27d5 rev-list: allow filtering of provided items 4 years ago
Patrick Steinhardt 169a15ebd6 pack-bitmap: implement combined filter 4 years ago
Patrick Steinhardt 7ab6aafa58 pack-bitmap: implement object type filter 4 years ago
Taylor Blau 3f267a1128 builtin/pack-objects.c: respect 'pack.preferBitmapTips' 4 years ago
Taylor Blau dff5e49e51 pack-bitmap: add 'test_bitmap_commits()' helper 4 years ago
Patrick Steinhardt 540cdc11ad pack-bitmap: avoid traversal of objects referenced by uninteresting tag 4 years ago
René Scharfe ca56dadb4b use CALLOC_ARRAY 4 years ago
Jeff King 16950f8384 rev-list: add --disk-usage option for calculating disk usage 4 years ago
Taylor Blau 78232bf65d rebuild_existing_bitmaps(): convert to new revindex API 4 years ago
Taylor Blau 011f3fd5cd try_partial_reuse(): convert to new revindex API 4 years ago
Taylor Blau a78a90324d get_size_by_pos(): convert to new revindex API 4 years ago
Taylor Blau cf98f2e8e0 show_objects_for_type(): convert to new revindex API 4 years ago
Taylor Blau 57665086af bitmap_position_packfile(): convert to new revindex API 4 years ago
Taylor Blau 83578051a9 pack-bitmap: factor out 'add_commit_to_bitmap()' 4 years ago
Taylor Blau 98c31f366a pack-bitmap: factor out 'bitmap_for_commit()' 4 years ago
Jeff King 449fa5ee06 pack-bitmap-write: ignore BITMAP_FLAG_REUSE 4 years ago
Taylor Blau c6b0c3910c pack-bitmap.c: check reads more aggressively when loading 4 years ago
Jeff King 2978b00691 rev-list: die when --test-bitmap detects a mismatch 4 years ago
Jeff King ec6c7b4367 pack-bitmap: bounds-check size of cache extension 4 years ago
Jeff King ca51090200 pack-bitmap: fix header size check 4 years ago
Jeff King 9639474b6d pack-bitmap: pass object filter to fill-in traversal 5 years ago
Taylor Blau b0a8d4820b pack-bitmap.c: support 'tree:0' filtering 5 years ago
Taylor Blau 856e12c18a pack-bitmap.c: make object filtering functions generic 5 years ago
Jeff King 500e4f2366 pack-bitmap: use object_id when loading on-disk bitmaps 5 years ago
Jeff King 0763671b8e nth_packed_object_oid(): use customary integer return 5 years ago
Jeff King 84243da129 pack-bitmap: implement BLOB_LIMIT filtering 5 years ago
Jeff King 4f3bd5606a pack-bitmap: implement BLOB_NONE filtering 5 years ago
Jeff King 6663ae0a08 pack-bitmap: basic noop bitmap filter infrastructure 5 years ago