summaryrefslogtreecommitdiff
path: root/builtin/index-pack.c
AgeCommit message (Expand)Author
2025-09-24packfile: introduce function to load and add packfilesPatrick Steinhardt
2025-09-24packfile: refactor `install_packed_git()` to work on packfile storePatrick Steinhardt
2025-08-05Merge branch 'ps/object-file-wo-the-repository'Junio C Hamano
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt
2025-07-17Merge branch 'bc/use-sha256-by-default-in-3.0' into ps/config-wo-the-repositoryJunio C Hamano
2025-07-16object-file: get rid of `the_repository` in `finalize_object_file()`Patrick Steinhardt
2025-07-01builtin: use default hash when outside a repositorybrian m. carlson
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-01odb: get rid of `the_repository` in `odb_mkstemp()`Patrick Steinhardt
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt
2025-05-12Merge branch 'ds/fix-thin-fix'Junio C Hamano
2025-04-29treewide: convert users of `repo_has_object_file()` to `has_object()`Patrick Steinhardt
2025-04-29object-store: move and rename `odb_pack_keep()`Patrick Steinhardt
2025-04-28index-pack: allow revisiting REF_DELTA chainsDerrick Stolee
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-07Merge branch 'jh/hash-init-fixes'Junio C Hamano
2025-03-18index-pack, unpack-objects: restore missing ->init_fnJensen Huang
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-10Merge branch 'ps/hash-cleanup'Junio C Hamano
2025-02-03Merge branch 'kn/pack-write-with-reduced-globals'Junio C Hamano
2025-01-31global: adapt callers to use generic hash context helpersPatrick Steinhardt
2025-01-31hash: stop typedeffing the hash contextPatrick Steinhardt
2025-01-28Merge branch 'jk/pack-header-parse-alignment-fix'Junio C Hamano
2025-01-28Merge branch 'jc/show-usage-help'Junio C Hamano
2025-01-21pack-write: pass hash_algo to `write_rev_file()`Karthik Nayak
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
2025-01-21Merge branch 'ps/the-repository'Junio C Hamano
2025-01-21index-pack, unpack-objects: use skip_prefix to avoid magic numberJeff King
2025-01-21index-pack, unpack-objects: use get_be32() for reading pack headerJeff King
2025-01-21packfile: factor out --pack_header argument parsingJeff King
2025-01-17builtin: send usage() help text to standard outputJunio C Hamano
2025-01-01Revert barrier-based LSan threading race workaroundJunio C Hamano
2024-12-30index-pack: work around LSan threading race with barrierJeff King
2024-12-30Revert "index-pack: spawn threads atomically"Jeff King
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-15Merge branch 'jt/fix-fattening-promisor-fetch'Junio C Hamano
2024-12-13Merge branch 'kn/midx-wo-the-repository'Junio C Hamano
2024-12-10index-pack --promisor: also check commits' treesJonathan Tan
2024-12-10index-pack --promisor: don't check blobsJonathan Tan
2024-12-10index-pack --promisor: dedup before checking linksJonathan Tan