summaryrefslogtreecommitdiffstats
path: root/pack-write.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* config: make `delta_base_cache_limit` a non-global variableKarthik Nayak2024-12-041-0/+1
* Merge branch 'ps/leakfixes-part-8'Junio C Hamano2024-10-101-19/+23
|\
| * pack-write: fix return parameter of `write_rev_file_order()`Patrick Steinhardt2024-09-301-19/+23
* | Merge branch 'tb/weak-sha1-for-tail-sum'Junio C Hamano2024-10-021-3/+4
|\ \ | |/ |/|
| * pack-objects: use finalize_object_file() to rename pack/idx/etcTaylor Blau2024-09-271-3/+4
* | environment: make `get_object_directory()` accept a repositoryPatrick Steinhardt2024-09-121-1/+2
|/
* global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt2024-06-141-0/+2
* hash: require hash algorithm in `hasheq()`, `hashcmp()` and `hashclr()`Patrick Steinhardt2024-06-141-1/+2
* treewide: remove unnecessary includes in source filesElijah Newren2023-12-261-1/+0
* treewide: remove unnecessary includes for wrapper.hCalvin Wan2023-07-051-1/+0
* object-store-ll.h: split this header out of object-store.hElijah Newren2023-06-211-0/+1
* repository: remove unnecessary include of path.hElijah Newren2023-06-211-0/+1
* Merge branch 'tb/enable-cruft-packs-by-default'Junio C Hamano2023-04-291-6/+7
|\
| * pack-write.c: plug a leak in stage_tmp_packfiles()Taylor Blau2023-04-181-6/+8
* | Merge branch 'tb/pack-revindex-on-disk'Junio C Hamano2023-04-281-0/+2
|\ \
| * | pack-write.c: plug a leak in stage_tmp_packfiles()Taylor Blau2023-04-131-0/+2
| |/
* | treewide: remove double forward declaration of read_in_fullElijah Newren2023-04-111-0/+1
* | treewide: remove unnecessary cache.h inclusionElijah Newren2023-04-111-1/+1
* | treewide: be explicit about dependence on pack-revindex.hElijah Newren2023-04-111-0/+1
|/
* environment.h: move declarations for environment.c functions from cache.hElijah Newren2023-03-211-0/+1
* treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-241-0/+1
* git: remove duplicate includesSeija Kijin2022-12-151-1/+0
* pack-write: drop always-NULL parameterDerrick Stolee2022-06-161-11/+6
* pack-mtimes: support writing pack .mtimes filesTaylor Blau2022-05-271-0/+77
* chunk-format.h: extract oid_version()Taylor Blau2022-05-271-13/+2
* pack-write: pass 'struct packing_data' to 'stage_tmp_packfiles'Taylor Blau2022-05-271-0/+1
* core.fsync: introduce granular fsync control infrastructureNeeraj Singh2022-03-111-6/+7
* Merge branch 'tb/pack-finalize-ordering'Junio C Hamano2021-09-211-29/+28
|\
| * pack-write: split up finish_tmp_packfile() functionÆvar Arnfjörð Bjarmason2021-09-101-9/+13
| * pack-write.c: rename `.idx` files after `*.rev`Taylor Blau2021-09-101-1/+1
| * pack-write: refactor renaming in finish_tmp_packfile()Ævar Arnfjörð Bjarmason2021-09-101-21/+16
* | Merge branch 'ab/reverse-midx-optim'Junio C Hamano2021-09-151-0/+3
|\ \
| * | pack-write: skip *.rev work when not writing *.revÆvar Arnfjörð Bjarmason2021-09-081-0/+3
| |/
* / use xopen() to handle fatal open(2) failuresRené Scharfe2021-08-251-6/+2
|/
* Merge branch 'tb/reverse-midx'Junio C Hamano2021-04-081-11/+25
|\
| * pack-write.c: extract 'write_rev_file_order'Taylor Blau2021-04-011-11/+25
* | Merge branch 'jt/transfer-fsck-across-packs'Junio C Hamano2021-03-011-1/+7
|\ \ | |/ |/|
| * fetch-pack: print and use dangling .gitmodulesJonathan Tan2021-02-221-1/+7
* | pack-write.c: prepare to write 'pack-*.rev' filesTaylor Blau2021-01-261-1/+119
* | pack-write: die on error in write_promisor_file()Christian Couder2021-01-151-2/+6
* | fetch-pack: refactor writing promisor fileChristian Couder2021-01-131-0/+12
|/
* Merge branch 'rs/hashwrite-be64'Junio C Hamano2020-11-261-4/+1
|\
| * pack-write: use hashwrite_be64()René Scharfe2020-11-121-4/+1
* | pack-write: use hashwrite_be32() instead of double-buffering arrayRené Scharfe2020-11-021-3/+1
|/
* pack-write: use hashwrite_be32() in write_idx_file()René Scharfe2020-09-191-8/+4
* Merge branch 'jb/doc-packfile-name' into masterJunio C Hamano2020-07-311-3/+2
|\
| * pack-write/docs: update regarding pack namingJohannes Berg2020-07-231-3/+2
* | pack-write: use hash_to_hex when writing checksumsbrian m. carlson2019-08-201-4/+4
* | convert "hashcmp() != 0" to "!hasheq()"Jeff King2018-08-291-1/+1