Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-29Merge branch 'tb/enable-cruft-packs-by-default'Junio C Hamano
2023-04-28Merge branch 'tb/pack-revindex-on-disk'Junio C Hamano
2023-04-19pack-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-24cache.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-27pack-mtimes: support writing pack .mtimes filesTaylor Blau
2022-05-27chunk-format.h: extract oid_version()Taylor Blau
2022-05-27pack-write: pass 'struct packing_data' to 'stage_tmp_packfiles'Taylor Blau
2022-03-11core.fsync: introduce granular fsync control infrastructureNeeraj Singh
2021-09-21Merge branch 'tb/pack-finalize-ordering'Junio C Hamano
2021-09-15Merge branch 'ab/reverse-midx-optim'Junio C Hamano
2021-09-10pack-write: split up finish_tmp_packfile() functionÆvar Arnfjörð Bjarmason
2021-09-10pack-write.c: rename `.idx` files after `*.rev`Taylor Blau
2021-09-10pack-write: refactor renaming in finish_tmp_packfile()Ævar Arnfjörð Bjarmason
2021-09-08pack-write: skip *.rev work when not writing *.revÆvar Arnfjörð Bjarmason
2021-08-26use 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-02Merge branch 'jt/transfer-fsck-across-packs'Junio C Hamano
2021-02-22fetch-pack: print and use dangling .gitmodulesJonathan Tan
2021-01-26pack-write.c: prepare to write 'pack-*.rev' filesTaylor Blau
2021-01-15pack-write: die on error in write_promisor_file()Christian Couder
2021-01-13fetch-pack: refactor writing promisor fileChristian Couder
2020-11-26Merge branch 'rs/hashwrite-be64'Junio C Hamano
2020-11-12pack-write: use hashwrite_be64()René Scharfe
2020-11-02pack-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-31Merge branch 'jb/doc-packfile-name' into masterJunio C Hamano
2020-07-23pack-write/docs: update regarding pack namingJohannes Berg
2019-08-20pack-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
2018-04-03csum-file: refactor finalize_hashfile() methodDerrick Stolee
2018-04-03csum-file: rename hashclose() to finalize_hashfile()Derrick Stolee
2018-02-02csum-file: rename sha1file to hashfilebrian m. carlson
2018-02-02pack-write: switch various SHA-1 values to abstract formsbrian m. carlson
2017-09-27avoid looking at errno for short read_in_full() returnsJeff King
2017-05-08pack: convert struct pack_idx_entry to struct object_idbrian m. carlson
2017-03-29odb_mkstemp: write filename into strbufJeff King