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-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano
2023-04-11git-zlib: move declarations for git-zlib 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-29builtins: mark unused prefix parametersJeff King
2023-03-28cocci: apply the "object-store.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-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-02-24replace-object.h: move read_replace_refs declaration from cache.h to hereElijah Newren
2023-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2022-06-13unpack-objects: use stream_loose_object() to unpack large objectsHan Xin
2022-06-13unpack-objects: low memory footprint for get_data() in dry_run modeHan Xin
2022-06-04Merge branch 'ns/batch-fsync'Junio C Hamano
2022-04-06unpack-objects: use the bulk-checkin infrastructureNeeraj Singh
2022-02-26object-file API: have hash_object_file() take "enum object_type"Ævar Arnfjörð Bjarmason
2022-02-26object-file API: have write_object_file() take "enum object_type"Ævar Arnfjörð Bjarmason
2021-04-27hash: provide per-algorithm null OIDsbrian m. carlson
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-04-08Merge branch 'ab/fsck-api-cleanup'Junio C Hamano
2021-03-29fsck.h: use "enum object_type" instead of "int"Ævar Arnfjörð Bjarmason
2021-03-14use CALLOC_ARRAYRené Scharfe
2020-01-31sha1-file: pass git_hash_algo to hash_object_file()Matheus Tavares
2019-11-20builtin/unpack-objects.c: show throughput progressSZEDER Gábor
2019-06-20object: convert lookup_object() to use object_idJeff King
2018-08-29convert "hashcmp() != 0" to "!hasheq()"Jeff King
2018-08-29convert "oidcmp() == 0" to oideq()Jeff King
2018-08-16Merge branch 'jk/core-use-replace-refs'Junio C Hamano
2018-07-19check_replace_refs: rename to read_replace_refsJeff King
2018-07-18Merge branch 'sb/object-store-grafts'Junio C Hamano
2018-06-29blob: add repository argument to lookup_blobStefan Beller
2018-06-29object: add repository argument to parse_object_bufferStefan Beller
2018-06-29object: add repository argument to lookup_objectStefan Beller
2018-06-29Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano
2018-05-29Sync with Git 2.17.1Junio C Hamano
2018-05-22unpack-objects: call fsck_finish() after fscking objectsJeff King
2018-05-22index-pack: make fsck error message more specificJeff King
2018-05-16object-store: move object access functions to object-store.hStefan Beller
2018-04-26cache.h: add repository argument to oid_object_infoStefan Beller
2018-04-10Merge branch 'bc/object-id'Junio C Hamano
2018-03-14Merge branch 'nd/object-allocation-comments'Junio C Hamano
2018-03-14sha1_file: convert read_sha1_file to struct object_idbrian m. carlson
2018-03-14sha1_file: convert sha1_object_info* to object_idbrian m. carlson
2018-03-07Merge branch 'bw/c-plus-plus'Junio C Hamano
2018-03-06object.h: update flag allocation commentNguyễn Thái Ngọc Duy
2018-02-16Merge branch 'bc/hash-algo'Junio C Hamano
2018-02-15object: rename function 'typename' to 'type_name'Brandon Williams
2018-02-02builtin/unpack-objects: switch uses of SHA-1 to the_hash_algobrian m. carlson
2018-01-30sha1_file: convert write_sha1_file to object_idPatryk Obara