summaryrefslogtreecommitdiff
path: root/builtin/pack-objects.c
AgeCommit message (Expand)Author
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
2025-03-10pack-write: stop depending on `the_repository` and `the_hash_algo`Patrick Steinhardt
2025-03-10object: stop depending on `the_repository`Patrick Steinhardt
2025-03-10csum-file: stop depending on `the_repository`Patrick Steinhardt
2025-02-12Merge branch 'ds/name-hash-tweaks'Junio C Hamano
2025-02-03Merge branch 'kn/pack-write-with-reduced-globals'Junio C Hamano
2025-01-27pack-objects: prevent name hash version changeDerrick Stolee
2025-01-27pack-objects: add GIT_TEST_NAME_HASH_VERSIONDerrick Stolee
2025-01-27pack-objects: add --name-hash-version optionDerrick Stolee
2025-01-21pack-write: pass hash_algo to `write_idx_file()`Karthik Nayak
2025-01-21pack-write: pass hash_algo to `fixup_pack_header_footer()`Karthik Nayak
2024-12-23Merge branch 'ps/build-sign-compare'Junio C Hamano
2024-12-18progress: stop using `the_repository`Patrick Steinhardt
2024-12-18Merge branch 'ps/build-sign-compare' into ps/the-repositoryJunio C Hamano
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt