aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/unpack-objects.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+2
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai1-0/+1
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai1-1/+4
2024-06-14hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt1-3/+3
2024-06-14hash: require hash algorithm in `hasheq()`, `hashcmp()` and `hashclr()`Patrick Steinhardt1-1/+2
2024-03-02unpack: replace xwrite() loop with write_in_full()Junio C Hamano1-7/+1
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-4/+0
2023-09-13Merge branch 'ew/hash-with-openssl-evp'Junio C Hamano1-1/+4
2023-08-31treewide: fix various bugs w/ OpenSSL 3+ EVP APIEric Wong1-1/+4
2023-07-25Merge branch 'jk/unused-parameter'Junio C Hamano1-1/+2
2023-07-13fsck: mark unused parameters in various fsck callbacksJeff King1-1/+2
2023-07-05git-compat-util: move strbuf.c funcs to its headerCalvin Wan1-0/+1
2023-06-29Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano1-2/+1
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren1-1/+1
2023-06-21cache.h: remove this no-longer-used headerElijah Newren1-1/+0
2023-06-12repository: create disable_replace_refs()Derrick Stolee1-1/+1
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano1-0/+1
2023-04-11git-zlib: move declarations for git-zlib functions from cache.hElijah Newren1-0/+1
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano1-0/+2
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano1-2/+3
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano1-2/+3
2023-03-28builtins: mark unused prefix parametersJeff King1-1/+1
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-2/+3
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-02-23replace-object.h: move read_replace_refs declaration from cache.h to hereElijah Newren1-0/+1
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren1-0/+1
2022-06-13unpack-objects: use stream_loose_object() to unpack large objectsHan Xin1-1/+68
2022-06-13unpack-objects: low memory footprint for get_data() in dry_run modeHan Xin1-11/+26
2022-06-03Merge branch 'ns/batch-fsync'Junio C Hamano1-0/+3
2022-04-06unpack-objects: use the bulk-checkin infrastructureNeeraj Singh1-0/+3
2022-02-25object-file API: have hash_object_file() take "enum object_type"Ævar Arnfjörð Bjarmason1-1/+1
2022-02-25object-file API: have write_object_file() take "enum object_type"Ævar Arnfjörð Bjarmason1-3/+3
2021-04-27hash: provide per-algorithm null OIDsbrian m. carlson1-1/+2
2021-04-27Use the final_oid_fn to finalize hashing of object IDsbrian m. carlson1-1/+1
2021-04-27Always use oidread to read into struct object_idbrian m. carlson1-1/+1
2021-04-07Merge branch 'ab/fsck-api-cleanup'Junio C Hamano1-1/+2
2021-03-28fsck.h: use "enum object_type" instead of "int"Ævar Arnfjörð Bjarmason1-1/+2
2021-03-13use CALLOC_ARRAYRené Scharfe1-2/+2
2020-01-31sha1-file: pass git_hash_algo to hash_object_file()Matheus Tavares1-1/+2
2019-11-20builtin/unpack-objects.c: show throughput progressSZEDER Gábor1-1/+2
2019-06-20object: convert lookup_object() to use object_idJeff King1-1/+1
2018-08-29convert "hashcmp() != 0" to "!hasheq()"Jeff King1-1/+1
2018-08-29convert "oidcmp() == 0" to oideq()Jeff King1-1/+1
2018-08-15Merge branch 'jk/core-use-replace-refs'Junio C Hamano1-1/+1
2018-07-18check_replace_refs: rename to read_replace_refsJeff King1-1/+1
2018-07-18Merge branch 'sb/object-store-grafts'Junio C Hamano1-0/+1
2018-06-29blob: add repository argument to lookup_blobStefan Beller1-1/+1
2018-06-29object: add repository argument to parse_object_bufferStefan Beller1-1/+2
2018-06-29object: add repository argument to lookup_objectStefan Beller1-1/+1