summaryrefslogtreecommitdiffstats
path: root/builtin/unpack-objects.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* progress: stop using `the_repository`Patrick Steinhardt2024-12-181-1/+2
* global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt2024-12-061-0/+2
* builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai2024-09-131-0/+1
* builtin: add a repository parameter for builtin functionsJohn Cai2024-09-131-1/+4
* hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt2024-06-141-3/+3
* hash: require hash algorithm in `hasheq()`, `hashcmp()` and `hashclr()`Patrick Steinhardt2024-06-141-1/+2
* unpack: replace xwrite() loop with write_in_full()Junio C Hamano2024-03-021-7/+1
* treewide: remove unnecessary includes in source filesElijah Newren2023-12-261-4/+0
* Merge branch 'ew/hash-with-openssl-evp'Junio C Hamano2023-09-131-1/+4
|\
| * treewide: fix various bugs w/ OpenSSL 3+ EVP APIEric Wong2023-09-011-1/+4
* | Merge branch 'jk/unused-parameter'Junio C Hamano2023-07-251-1/+2
|\ \
| * | fsck: mark unused parameters in various fsck callbacksJeff King2023-07-141-1/+2
* | | git-compat-util: move strbuf.c funcs to its headerCalvin Wan2023-07-051-0/+1
|/ /
* | Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano2023-06-301-2/+1
|\ \
| * | object-store-ll.h: split this header out of object-store.hElijah Newren2023-06-211-1/+1
| * | cache.h: remove this no-longer-used headerElijah Newren2023-06-211-1/+0
| |/
* / repository: create disable_replace_refs()Derrick Stolee2023-06-121-1/+1
|/
* Merge branch 'en/header-split-cache-h'Junio C Hamano2023-04-251-0/+1
|\
| * git-zlib: move declarations for git-zlib functions from cache.hElijah Newren2023-04-111-0/+1
| * Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-2/+3
| |\
* | | Merge branch 'en/header-split-cleanup'Junio C Hamano2023-04-061-0/+2
|\| |
| * | 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
* | | Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano2023-04-061-2/+3
|\ \ \ | | |/ | |/|
| * | cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-2/+3
* | | builtins: mark unused prefix parametersJeff King2023-03-281-1/+1
| |/ |/|
* | replace-object.h: move read_replace_refs declaration from cache.h to hereElijah Newren2023-02-241-0/+1
* | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-241-0/+1
|/
* unpack-objects: use stream_loose_object() to unpack large objectsHan Xin2022-06-131-1/+68
* unpack-objects: low memory footprint for get_data() in dry_run modeHan Xin2022-06-131-11/+26
* Merge branch 'ns/batch-fsync'Junio C Hamano2022-06-031-0/+3
|\
| * unpack-objects: use the bulk-checkin infrastructureNeeraj Singh2022-04-061-0/+3
* | object-file API: have hash_object_file() take "enum object_type"Ævar Arnfjörð Bjarmason2022-02-261-1/+1
* | object-file API: have write_object_file() take "enum object_type"Ævar Arnfjörð Bjarmason2022-02-261-3/+3
|/
* hash: provide per-algorithm null OIDsbrian m. carlson2021-04-271-1/+2
* Use the final_oid_fn to finalize hashing of object IDsbrian m. carlson2021-04-271-1/+1
* Always use oidread to read into struct object_idbrian m. carlson2021-04-271-1/+1
* Merge branch 'ab/fsck-api-cleanup'Junio C Hamano2021-04-081-1/+2
|\
| * fsck.h: use "enum object_type" instead of "int"Ævar Arnfjörð Bjarmason2021-03-291-1/+2
* | use CALLOC_ARRAYRené Scharfe2021-03-141-2/+2
|/
* sha1-file: pass git_hash_algo to hash_object_file()Matheus Tavares2020-01-311-1/+2
* builtin/unpack-objects.c: show throughput progressSZEDER Gábor2019-11-201-1/+2
* object: convert lookup_object() to use object_idJeff King2019-06-201-1/+1
* convert "hashcmp() != 0" to "!hasheq()"Jeff King2018-08-291-1/+1
* convert "oidcmp() == 0" to oideq()Jeff King2018-08-291-1/+1
* Merge branch 'jk/core-use-replace-refs'Junio C Hamano2018-08-161-1/+1
|\
| * check_replace_refs: rename to read_replace_refsJeff King2018-07-191-1/+1
| * Merge branch 'sb/object-store-grafts'Junio C Hamano2018-07-181-0/+1
| |\
* | | blob: add repository argument to lookup_blobStefan Beller2018-06-291-1/+1
* | | object: add repository argument to parse_object_bufferStefan Beller2018-06-291-1/+2