summaryrefslogtreecommitdiff
path: root/pack-write.c
AgeCommit message (Expand)Author
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
2021-03-01Merge branch 'jt/transfer-fsck-across-packs'Junio C Hamano
2021-02-22fetch-pack: print and use dangling .gitmodulesJonathan Tan
2021-01-25pack-write.c: prepare to write 'pack-*.rev' filesTaylor Blau
2021-01-14pack-write: die on error in write_promisor_file()Christian Couder
2021-01-12fetch-pack: refactor writing promisor fileChristian Couder
2020-11-25Merge branch 'rs/hashwrite-be64'Junio C Hamano
2020-11-12pack-write: use hashwrite_be64()René Scharfe
2020-11-01pack-write: use hashwrite_be32() instead of double-buffering arrayRené Scharfe
2020-09-19pack-write: use hashwrite_be32() in write_idx_file()René Scharfe
2020-07-30Merge branch 'jb/doc-packfile-name' into masterJunio C Hamano
2020-07-22pack-write/docs: update regarding pack namingJohannes Berg
2019-08-19pack-write: use hash_to_hex when writing checksumsbrian m. carlson
2018-08-29convert "hashcmp() != 0" to "!hasheq()"Jeff King
2018-08-29convert "oidcmp() == 0" to oideq()Jeff King