Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-15pack-bitmap: enable reuse from all bitmapped packsTaylor Blau
2023-12-15midx: implement `midx_preferred_pack()`Taylor Blau
2023-12-15pack-bitmap: return multiple packs via `reuse_partial_packfile_from_bitmap()`Taylor Blau
2023-12-15pack-bitmap: simplify `reuse_partial_packfile_from_bitmap()` signatureTaylor Blau
2023-12-15midx: implement `BTMP` chunkTaylor Blau
2023-06-23Merge branch 'tb/pack-bitmap-traversal-with-boundary'Junio C Hamano
2023-05-08pack-bitmap.c: use commit boundary during bitmap traversalTaylor Blau
2023-05-02fsck: verify checksums of all .bitmap filesDerrick Stolee
2022-08-26pack-bitmap: prepare to read lookup table extensionAbhradeep Chakraborty
2022-08-26pack-bitmap-write.c: write lookup table extensionAbhradeep Chakraborty
2022-07-19pack-bitmap-write: use const for hashesDerrick Stolee
2022-03-09pack-bitmap: drop filter in prepare_bitmap_walk()Derrick Stolee
2021-10-19Merge branch 'tb/repack-write-midx'Junio C Hamano
2021-09-29builtin/repack.c: make largest pack preferredTaylor Blau
2021-09-15t/helper/test-bitmap.c: add 'dump-hashes' modeTaylor Blau
2021-09-10pack-bitmap: drop repository argument from prepare_midx_bitmap_git()Jeff King
2021-09-01pack-bitmap: read multi-pack bitmapsTaylor Blau
2021-09-01pack-bitmap.c: introduce 'bitmap_is_preferred_refname()'Taylor Blau
2021-08-24pack-bitmap-write.c: gracefully fail to write non-closed bitmapsTaylor Blau
2021-05-07Merge branch 'ps/rev-list-object-type-filter'Junio C Hamano
2021-04-20rev-list: allow filtering of provided itemsPatrick Steinhardt
2021-04-01builtin/pack-objects.c: respect 'pack.preferBitmapTips'Taylor Blau
2021-04-01pack-bitmap: add 'test_bitmap_commits()' helperTaylor Blau
2021-02-11rev-list: add --disk-usage option for calculating disk usageJeff King
2020-12-09pack-bitmap: factor out 'bitmap_for_commit()'Taylor Blau
2020-12-09pack-bitmap-write: ignore BITMAP_FLAG_REUSEJeff King
2020-03-03Merge branch 'jk/object-filter-with-bitmap'Junio C Hamano
2020-02-14Merge branch 'jk/packfile-reuse-cleanup'Junio C Hamano
2020-02-14pack-bitmap: basic noop bitmap filter infrastructureJeff King
2020-02-14rev-list: allow commit-only bitmap traversalsJeff King
2020-01-23pack-objects: improve partial packfile reuseJeff King
2020-01-23pack-bitmap: introduce bitmap_walk_contains()Jeff King
2019-09-28pack-bitmap.h: remove magic numberDenton Liu
2019-06-20pack-bitmap: convert khash_sha1 maps into kh_oid_mapJeff King
2019-04-01pack-bitmap: switch hash tables to use struct object_idbrian m. carlson
2019-04-01pack-bitmap: make bitmap header handling hash agnosticbrian m. carlson
2018-11-12pack-*.c: remove the_repository referencesNguyễn Thái Ngọc Duy
2018-09-04bitmap_has_sha1_in_uninteresting(): drop BUG checkJeff King
2018-08-21pack-bitmap: save "have" bitmap from walkJeff King
2018-08-15Add missing includes and forward declarationsElijah Newren
2018-06-21pack-bitmap: add free functionJonathan Tan
2018-06-21pack-bitmap: remove bitmap_git global variableJonathan Tan
2018-04-16pack-objects: move in_pack_pos out of struct object_entryNguyễn Thái Ngọc Duy
2017-10-16pack-bitmap: convert traverse_bitmap_commit_list to object_idbrian m. carlson
2015-01-15pack-bitmap.c: make pack_bitmap_filename() staticJunio C Hamano
2014-12-01pack-bitmap: do not use gcc packed attributeKarsten Blees
2013-12-31pack-bitmap: implement optional name_hash cacheVicent Marti
2013-12-31pack-objects: implement bitmap writingVicent Marti
2013-12-31pack-bitmap: add support for bitmap indexesVicent Marti