aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/index-pack.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-24packfile: introduce function to load and add packfilesPatrick Steinhardt1-7/+3
2025-09-24packfile: refactor `install_packed_git()` to work on packfile storePatrick Steinhardt1-1/+1
2025-08-05Merge branch 'ps/object-file-wo-the-repository'Junio C Hamano1-1/+1
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt1-1/+1
2025-07-17Merge branch 'bc/use-sha256-by-default-in-3.0' into ps/config-wo-the-repositoryJunio C Hamano1-1/+1
2025-07-16object-file: get rid of `the_repository` in `finalize_object_file()`Patrick Steinhardt1-1/+1
2025-07-01builtin: use default hash when outside a repositorybrian m. carlson1-1/+1
2025-07-01odb: rename `has_object()`Patrick Steinhardt1-2/+2
2025-07-01odb: rename `repo_read_object_file()`Patrick Steinhardt1-4/+4
2025-07-01odb: rename `oid_object_info()`Patrick Steinhardt1-6/+7
2025-07-01odb: get rid of `the_repository` in `odb_mkstemp()`Patrick Steinhardt1-1/+1
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt1-1/+1
2025-05-12Merge branch 'ds/fix-thin-fix'Junio C Hamano1-26/+32
2025-04-29treewide: convert users of `repo_has_object_file()` to `has_object()`Patrick Steinhardt1-3/+2
2025-04-29object-store: move and rename `odb_pack_keep()`Patrick Steinhardt1-1/+1
2025-04-28index-pack: allow revisiting REF_DELTA chainsDerrick Stolee1-26/+32
2025-04-15Merge branch 'ps/object-wo-the-repository'Junio C Hamano1-7/+9
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt1-1/+1
2025-04-08Merge branch 'ps/object-wo-the-repository' into ps/object-file-cleanupJunio C Hamano1-7/+9
2025-04-07Merge branch 'jh/hash-init-fixes'Junio C Hamano1-0/+1
2025-03-18index-pack, unpack-objects: restore missing ->init_fnJensen Huang1-0/+1
2025-03-10environment: move access to "core.bigFileThreshold" into repo settingsPatrick Steinhardt1-2/+4
2025-03-10pack-write: stop depending on `the_repository` and `the_hash_algo`Patrick Steinhardt1-2/+2
2025-03-10object: stop depending on `the_repository`Patrick Steinhardt1-2/+2
2025-03-10csum-file: stop depending on `the_repository`Patrick Steinhardt1-1/+1
2025-02-10Merge branch 'ps/hash-cleanup'Junio C Hamano1-10/+9
2025-02-03Merge branch 'kn/pack-write-with-reduced-globals'Junio C Hamano1-5/+6
2025-01-31global: adapt callers to use generic hash context helpersPatrick Steinhardt1-7/+6
2025-01-31hash: stop typedeffing the hash contextPatrick Steinhardt1-3/+3
2025-01-28Merge branch 'jk/pack-header-parse-alignment-fix'Junio C Hamano1-18/+12
2025-01-28Merge branch 'jc/show-usage-help'Junio C Hamano1-2/+1
2025-01-21pack-write: pass hash_algo to `write_rev_file()`Karthik Nayak1-3/+3
2025-01-21pack-write: pass hash_algo to `write_idx_file()`Karthik Nayak1-1/+2
2025-01-21pack-write: pass hash_algo to `fixup_pack_header_footer()`Karthik Nayak1-1/+1
2025-01-21Merge branch 'ps/the-repository'Junio C Hamano1-2/+5
2025-01-21index-pack, unpack-objects: use skip_prefix to avoid magic numberJeff King1-3/+3
2025-01-21index-pack, unpack-objects: use get_be32() for reading pack headerJeff King1-5/+7
2025-01-21packfile: factor out --pack_header argument parsingJeff King1-11/+3
2025-01-17builtin: send usage() help text to standard outputJunio C Hamano1-2/+1
2025-01-01Revert barrier-based LSan threading race workaroundJunio C Hamano1-6/+0
2024-12-30index-pack: work around LSan threading race with barrierJeff King1-0/+6
2024-12-30Revert "index-pack: spawn threads atomically"Jeff King1-2/+0
2024-12-23Merge branch 'ps/build-sign-compare'Junio C Hamano1-0/+2
2024-12-18progress: stop using `the_repository`Patrick Steinhardt1-2/+5
2024-12-18Merge branch 'ps/build-sign-compare' into ps/the-repositoryJunio C Hamano1-0/+2
2024-12-15Merge branch 'jt/fix-fattening-promisor-fetch'Junio C Hamano1-33/+72
2024-12-13Merge branch 'kn/midx-wo-the-repository'Junio C Hamano1-7/+13
2024-12-10index-pack --promisor: also check commits' treesJonathan Tan1-0/+1
2024-12-10index-pack --promisor: don't check blobsJonathan Tan1-1/+30
2024-12-10index-pack --promisor: dedup before checking linksJonathan Tan1-33/+42