summaryrefslogtreecommitdiff
path: root/builtin/pack-objects.c
AgeCommit message (Expand)Author
2025-09-11odb: drop deprecated wrapper functionsPatrick Steinhardt
2025-08-05Merge branch 'ps/object-file-wo-the-repository'Junio C Hamano
2025-08-04Merge branch 'ps/config-wo-the-repository'Junio C Hamano
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt
2025-07-16object-file: get rid of `the_repository` in `force_object_loose()`Patrick Steinhardt
2025-07-16object-file: get rid of `the_repository` in loose object iteratorsPatrick Steinhardt
2025-07-16object-file: get rid of `the_repository` in `finalize_object_file()`Patrick Steinhardt
2025-07-16object-file: get rid of `the_repository` in `has_loose_object()`Patrick Steinhardt
2025-07-15Merge branch 'ps/object-store'Junio C Hamano
2025-07-15packfile: refactor `get_multi_pack_index()` to work on sourcesPatrick Steinhardt
2025-07-15Merge branch 'tb/midx-avoid-cruft-packs' into ps/object-store-midxJunio C Hamano
2025-07-09Merge branch 'ps/object-store' into ps/object-file-wo-the-repositoryJunio C Hamano
2025-07-09Merge branch 'ps/object-store' into ps/object-store-midxJunio C Hamano
2025-07-01odb: rename `read_object_with_reference()`Patrick Steinhardt
2025-07-01odb: rename `has_object()`Patrick Steinhardt
2025-07-01odb: rename `repo_read_object_file()`Patrick Steinhardt
2025-07-01odb: rename `oid_object_info()`Patrick Steinhardt
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt
2025-06-23pack-objects: introduce '--stdin-packs=follow'Taylor Blau
2025-06-23pack-objects: swap 'show_{object,commit}_pack_hint'Taylor Blau
2025-06-23pack-objects: fix typo in 'show_object_pack_hint()'Taylor Blau
2025-06-23pack-objects: perform name-hash traversal for unpacked objectsTaylor Blau
2025-06-23pack-objects: declare 'rev_info' for '--stdin-packs' earlierTaylor Blau
2025-06-23pack-objects: factor out handling '--stdin-packs'Taylor Blau
2025-06-23pack-objects: limit scope in 'add_object_entry_from_pack()'Taylor Blau
2025-06-23pack-objects: use standard option incompatibility functionsTaylor Blau
2025-06-17Merge branch 'ds/path-walk-2'Junio C Hamano
2025-05-16pack-objects: allow --shallow and --path-walkDerrick Stolee
2025-05-16pack-objects: thread the path-based compressionDerrick Stolee
2025-05-16pack-objects: refactor path-walk delta phaseDerrick Stolee
2025-05-16pack-objects: enable --path-walk via configDerrick Stolee
2025-05-16pack-objects: introduce GIT_TEST_PACK_PATH_WALKDerrick Stolee
2025-05-16pack-objects: update usage to match docsDerrick Stolee
2025-05-16pack-objects: add --path-walk optionDerrick Stolee
2025-05-16pack-objects: extract should_attempt_deltas()Derrick Stolee
2025-04-29Merge branch 'az/tighten-string-array-constness'Junio C Hamano
2025-04-24Merge branch 'ps/parse-options-integers'Junio C Hamano
2025-04-24Merge branch 'ps/object-file-cleanup'Junio C Hamano
2025-04-21global: mark usage strings and string tables constAhelenia ZiemiaƄska
2025-04-17parse-options: rename `OPT_MAGNITUDE()` to `OPT_UNSIGNED()`Patrick Steinhardt
2025-04-16Merge branch 'ps/cat-file-filter-batch'Junio C Hamano
2025-04-15Merge branch 'ps/object-wo-the-repository'Junio C Hamano
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt
2025-04-08Merge branch 'ps/object-wo-the-repository' into ps/object-file-cleanupJunio C Hamano
2025-04-08Merge branch 'tb/incremental-midx-part-2'Junio C Hamano
2025-04-07pack-bitmap: allow passing payloads to `show_reachable_fn()`Patrick Steinhardt
2025-03-21midx: implement writing incremental MIDX bitmapsTaylor Blau
2025-03-13builtin/pack-objects.c: freshen objects from existing cruft packsTaylor Blau
2025-03-10delta-islands: stop depending on `the_repository`Patrick Steinhardt
2025-03-10environment: move access to "core.bigFileThreshold" into repo settingsPatrick Steinhardt