aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/index-pack.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-12-23Merge branch 'ps/build-sign-compare'Junio 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
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+2
2024-12-04Merge branch 'kn/the-repository' into kn/midx-wo-the-repositoryJunio C Hamano1-7/+13
2024-12-04config: make `delta_base_cache_limit` a non-global variableKarthik Nayak1-3/+7
2024-12-04packfile: pass down repository to `odb_pack_name`Karthik Nayak1-2/+2
2024-12-04packfile: add repository to struct `packed_git`Karthik Nayak1-2/+4
2024-11-27Merge branch 'jt/index-pack-allow-promisor-only-while-fetching'Junio C Hamano1-0/+2
2024-11-27Merge branch 'bc/c23'Junio C Hamano1-5/+5
2024-11-20index-pack: teach --promisor to forbid pack nameJonathan Tan1-0/+2
2024-11-18index-pack: rename struct thread_localbrian m. carlson1-5/+5
2024-11-12index-pack: repack local links into promisor packsJonathan Tan1-2/+109
2024-09-30pack-write: fix return parameter of `write_rev_file_order()`Patrick Steinhardt1-4/+3
2024-09-23Merge branch 'jc/pass-repo-to-builtins'Junio C Hamano1-1/+5
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai1-0/+1
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai1-1/+4
2024-09-04builtin/index-pack: fix segfaults when running outside of a repoPatrick Steinhardt1-0/+9
2024-06-14hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt1-2/+3
2024-06-14hash: require hash algorithm in `hasheq()`, `hashcmp()` and `hashclr()`Patrick Steinhardt1-3/+3
2024-03-02unpack: replace xwrite() loop with write_in_full()Junio C Hamano1-14/+3
2024-02-08Merge branch 'jc/index-pack-fsck-levels'Junio C Hamano1-2/+3
2024-02-01index-pack: --fsck-objects to take an optional argument for fsck msgsJohn Cai1-2/+3
2024-02-01index-pack: test and document --strict=<msg-id>=<severity>...John Cai1-1/+1
2024-01-16Merge branch 'jk/index-pack-lsan-false-positive-fix'Junio C Hamano1-0/+2
2024-01-05index-pack: spawn threads atomicallyJeff King1-0/+2
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-2/+0
2023-09-13Merge branch 'ew/hash-with-openssl-evp'Junio C Hamano1-1/+4
2023-08-31treewide: fix various bugs w/ OpenSSL 3+ EVP APIEric Wong1-1/+4
2023-07-25Merge branch 'jk/unused-parameter'Junio C Hamano1-1/+2
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano1-2/+0
2023-07-13fsck: mark unused parameters in various fsck callbacksJeff King1-1/+2
2023-07-06Merge branch 'gc/config-context'Junio C Hamano1-4/+5
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan1-1/+0
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan1-1/+0
2023-06-29Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano1-1/+2
2023-06-28config: pass kvi to die_bad_number()Glen Choo1-2/+2
2023-06-28config: add ctx arg to config_fn_tGlen Choo1-2/+3
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren1-1/+2
2023-06-12repository: create disable_replace_refs()Derrick Stolee1-1/+1
2023-04-27Merge branch 'tb/pack-revindex-on-disk'Junio C Hamano1-2/+3
2023-04-13t: invert `GIT_TEST_WRITE_REV_INDEX`Taylor Blau1-2/+2
2023-04-13config: enable `pack.writeReverseIndex` by defaultTaylor Blau1-0/+1
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren1-0/+1
2023-04-11treewide: be explicit about dependence on oid-array.hElijah Newren1-0/+1
2023-04-11treewide: be explicit about dependence on pack-revindex.hElijah Newren1-0/+1
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano1-0/+4