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-26fast-import: use mem_pool_calloc()René Scharfe
2023-09-13Merge branch 'ew/hash-with-openssl-evp'Junio C Hamano
2023-09-01treewide: fix various bugs w/ OpenSSL 3+ EVP APIEric Wong
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-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-29fast-import: fix file access when run from subdirJeff King
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "commit-reach.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-03-18Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano
2023-02-24mark unused parameters in signal handlersJeff King
2023-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason
2022-08-19hashmap: mark unused callback parametersJeff King
2022-06-17i18n: fix mismatched camelCase config variablesJiang Xin
2022-03-26Merge branch 'ns/core-fsyncmethod'Junio C Hamano
2022-03-17Merge branch 'ab/object-file-api-updates'Junio C Hamano
2022-03-11core.fsync: introduce granular fsync control infrastructureNeeraj Singh
2022-03-07Merge branch 'ab/c99-designated-initializers'Junio C Hamano
2022-02-26object-file API: pass an enum to read_object_with_reference()Ævar Arnfjörð Bjarmason
2022-02-26object-file API: add a format_object_header() functionÆvar Arnfjörð Bjarmason
2022-02-25fast-import.c: use designated initializers for "partial" struct assignmentsÆvar Arnfjörð Bjarmason
2022-02-16date API: create a date.h, split from cache.hÆvar Arnfjörð Bjarmason
2021-12-08usage.c API users: use die_message() for "fatal :" + exit 128Ævar Arnfjörð Bjarmason
2021-04-27Use the final_oid_fn to finalize hashing of object IDsbrian m. carlson
2021-04-27Always use oidread to read into struct object_idbrian m. carlson
2021-03-14use CALLOC_ARRAYRené Scharfe
2020-11-03Merge branch 'jk/fast-import-marks-cleanup'Junio C Hamano
2020-10-16fast-import: remove duplicated option-parsing lineJeff King
2020-10-15fast-import: fix over-allocation of marks storageJeff King
2020-09-06fast-import: use write_pack_header()René Scharfe
2020-09-03Merge branch 'jk/slimmed-down'Junio C Hamano
2020-08-13make git-fast-import a builtinJeff King