summaryrefslogtreecommitdiffstats
path: root/builtin/pack-objects.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2026-01-21Merge branch 'ps/geometric-repacking-with-promisor-remotes'Junio C Hamano1-3/+11
2026-01-21Merge branch 'ps/read-object-info-improvements'Junio C Hamano1-2/+2
2026-01-21Merge branch 'ps/packfile-store-in-odb-source'Junio C Hamano1-49/+55
2026-01-14builtin/pack-objects: exclude promisor objects with "--stdin-packs"Patrick Steinhardt1-3/+11
2026-01-12packfile: drop repository parameter from `packed_object_info()`Patrick Steinhardt1-2/+2
2026-01-09packfile: move packfile store into object sourcePatrick Steinhardt1-45/+51
2026-01-09packfile: refactor kept-pack cache to work with packfile storesPatrick Steinhardt1-6/+6
2025-12-29tag: support arbitrary repositories in parse_tag()René Scharfe1-1/+1
2025-12-16Merge branch 'ps/object-read-stream'Junio C Hamano1-11/+13
2025-12-15Merge branch 'ps/object-read-stream' into ps/packfile-store-in-odb-sourceJunio C Hamano1-11/+13
2025-11-24Merge branch 'ps/object-source-loose'Junio C Hamano1-2/+2
2025-11-23streaming: drop redundant type and size pointersPatrick Steinhardt1-2/+4
2025-11-23streaming: move into object database subsystemPatrick Steinhardt1-1/+1
2025-11-23streaming: refactor interface to be object-database-centricPatrick Steinhardt1-7/+7
2025-11-23streaming: rename `git_istream` into `odb_read_stream`Patrick Steinhardt1-2/+2
2025-11-19Merge branch 'ps/ref-peeled-tags'Junio C Hamano1-16/+12
2025-11-04refs: expose peeled object ID via the iteratorPatrick Steinhardt1-3/+4
2025-11-04refs: introduce wrapper struct for `each_ref_fn`Patrick Steinhardt1-16/+11
2025-11-03object-file: rename `has_loose_object()`Patrick Steinhardt1-2/+2
2025-10-30Merge branch 'ps/remove-packfile-store-get-packs'Junio C Hamano1-17/+9
2025-10-30packfile: track packs via the MRU list exclusivelyPatrick Steinhardt1-2/+2
2025-10-30builtin/pack-objects: simplify logic to find kept or nonlocal objectsPatrick Steinhardt1-14/+14
2025-10-30packfile: move the MRU list into the packfile storePatrick Steinhardt1-5/+4
2025-10-28Merge branch 'ps/remove-packfile-store-get-packs' into ps/packed-git-in-objec...Junio C Hamano1-17/+9
2025-10-16packfile: rename `packfile_store_get_all_packs()`Patrick Steinhardt1-2/+2
2025-10-16packfile: introduce macro to iterate through packsPatrick Steinhardt1-15/+7
2025-10-16Merge branch 'tb/incremental-midx-part-3.1' into ps/remove-packfile-store-get...Junio C Hamano1-11/+21
2025-10-07Merge branch 'ps/odb-clean-stale-wrappers'Junio C Hamano1-3/+3
2025-10-07Merge branch 'ps/packfile-store'Junio C Hamano1-11/+21
2025-09-29Merge branch 'jk/setup-revisions-freefix'Junio C Hamano1-3/+3
2025-09-24packfile: refactor `get_packed_git_mru()` to work on packfile storePatrick Steinhardt1-2/+2
2025-09-24packfile: refactor `get_all_packs()` to work on packfile storePatrick Steinhardt1-9/+19
2025-09-22treewide: pass strvecs around for setup_revisions_from_strvec()Jeff King1-3/+3
2025-09-12Merge branch 'ps/object-store-midx-dedup-info'Junio C Hamano1-1/+1
2025-09-11odb: drop deprecated wrapper functionsPatrick Steinhardt1-3/+3
2025-09-02Merge branch 'ps/object-store-midx-dedup-info' into ps/packfile-storeJunio C Hamano1-1/+1
2025-08-11midx: drop redundant `struct repository` parameterPatrick Steinhardt1-1/+1
2025-08-05Merge branch 'ps/object-file-wo-the-repository'Junio C Hamano1-7/+24
2025-08-04Merge branch 'ps/config-wo-the-repository'Junio C Hamano1-1/+1
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt1-1/+1
2025-07-16object-file: get rid of `the_repository` in `force_object_loose()`Patrick Steinhardt1-1/+2
2025-07-16object-file: get rid of `the_repository` in loose object iteratorsPatrick Steinhardt1-3/+2
2025-07-16object-file: get rid of `the_repository` in `finalize_object_file()`Patrick Steinhardt1-1/+1
2025-07-16object-file: get rid of `the_repository` in `has_loose_object()`Patrick Steinhardt1-4/+20
2025-07-15Merge branch 'ps/object-store'Junio C Hamano1-34/+36
2025-07-15packfile: refactor `get_multi_pack_index()` to work on sourcesPatrick Steinhardt1-3/+7
2025-07-15Merge branch 'tb/midx-avoid-cruft-packs' into ps/object-store-midxJunio C Hamano1-67/+122
2025-07-09Merge branch 'ps/object-store' into ps/object-file-wo-the-repositoryJunio C Hamano1-34/+36
2025-07-09Merge branch 'ps/object-store' into ps/object-store-midxJunio C Hamano1-34/+36
2025-07-01odb: rename `read_object_with_reference()`Patrick Steinhardt1-2/+2