summaryrefslogtreecommitdiff
path: root/pack-write.c
AgeCommit message (Expand)Author
2025-07-01odb: get rid of `the_repository` in `odb_mkstemp()`Patrick Steinhardt
2025-03-10pack-write: stop depending on `the_repository` and `the_hash_algo`Patrick Steinhardt
2025-03-10csum-file: stop depending on `the_repository`Patrick Steinhardt
2025-03-05Merge branch 'ps/path-sans-the-repository'Junio C Hamano
2025-02-28path: adjust last remaining users of `the_repository`Patrick Steinhardt
2025-02-10Merge branch 'ps/hash-cleanup'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-21pack-write: pass hash_algo to internal functionsKarthik Nayak
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 repository to `index_pack_lockfile()`Karthik Nayak
2025-01-21pack-write: pass hash_algo to `fixup_pack_header_footer()`Karthik Nayak
2024-12-04config: make `delta_base_cache_limit` a non-global variableKarthik Nayak
2024-10-10Merge branch 'ps/leakfixes-part-8'Junio C Hamano
2024-10-02Merge branch 'tb/weak-sha1-for-tail-sum'Junio C Hamano
2024-09-30pack-write: fix return parameter of `write_rev_file_order()`Patrick Steinhardt
2024-09-27pack-objects: use finalize_object_file() to rename pack/idx/etcTaylor Blau
2024-09-12environment: make `get_object_directory()` accept a repositoryPatrick Steinhardt
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt
2024-06-14hash: require hash algorithm in `hasheq()`, `hashcmp()` and `hashclr()`Patrick Steinhardt
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-06-21repository: remove unnecessary include of path.hElijah Newren
2023-04-28Merge branch 'tb/enable-cruft-packs-by-default'Junio C Hamano
2023-04-27Merge branch 'tb/pack-revindex-on-disk'Junio C Hamano
2023-04-18pack-write.c: plug a leak in stage_tmp_packfiles()Taylor Blau
2023-04-13pack-write.c: plug a leak in stage_tmp_packfiles()Taylor Blau
2023-04-11treewide: remove double forward declaration of read_in_fullElijah Newren
2023-04-11treewide: remove unnecessary cache.h inclusionElijah Newren
2023-04-11treewide: be explicit about dependence on pack-revindex.hElijah Newren
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2022-12-15git: remove duplicate includesSeija Kijin
2022-06-16pack-write: drop always-NULL parameterDerrick Stolee
2022-05-26pack-mtimes: support writing pack .mtimes filesTaylor Blau
2022-05-26chunk-format.h: extract oid_version()Taylor Blau
2022-05-26pack-write: pass 'struct packing_data' to 'stage_tmp_packfiles'Taylor Blau
2022-03-10core.fsync: introduce granular fsync control infrastructureNeeraj Singh
2021-09-20Merge branch 'tb/pack-finalize-ordering'Junio C Hamano
2021-09-15Merge branch 'ab/reverse-midx-optim'Junio C Hamano
2021-09-09pack-write: split up finish_tmp_packfile() functionÆvar Arnfjörð Bjarmason
2021-09-09pack-write.c: rename `.idx` files after `*.rev`Taylor Blau
2021-09-09pack-write: refactor renaming in finish_tmp_packfile()Ævar Arnfjörð Bjarmason
2021-09-07pack-write: skip *.rev work when not writing *.revÆvar Arnfjörð Bjarmason
2021-08-25use xopen() to handle fatal open(2) failuresRené Scharfe
2021-04-08Merge branch 'tb/reverse-midx'Junio C Hamano
2021-04-01pack-write.c: extract 'write_rev_file_order'Taylor Blau