summaryrefslogtreecommitdiff
path: root/builtin/unpack-objects.c
AgeCommit message (Expand)Author
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt
2025-07-01odb: rename `has_object()`Patrick Steinhardt
2025-07-01odb: rename `repo_read_object_file()`Patrick Steinhardt
2025-07-01odb: rename `oid_object_info()`Patrick Steinhardt
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt
2025-04-29treewide: convert users of `repo_has_object_file()` to `has_object()`Patrick Steinhardt
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt
2025-04-15object-file: split out functions relating to object store subsystemPatrick Steinhardt
2025-04-08Merge branch 'ps/object-wo-the-repository' into ps/object-file-cleanupJunio C Hamano
2025-03-18index-pack, unpack-objects: restore missing ->init_fnJensen Huang
2025-03-10hash: stop depending on `the_repository` in `null_oid()`Patrick Steinhardt
2025-03-10environment: move access to "core.bigFileThreshold" into repo settingsPatrick Steinhardt
2025-01-31global: adapt callers to use generic hash context helpersPatrick Steinhardt
2025-01-31hash: stop typedeffing the hash contextPatrick Steinhardt
2025-01-28Merge branch 'jk/pack-header-parse-alignment-fix'Junio C Hamano
2025-01-28Merge branch 'jc/show-usage-help'Junio C Hamano
2025-01-21index-pack, unpack-objects: use skip_prefix to avoid magic numberJeff King
2025-01-21index-pack, unpack-objects: use get_be32() for reading pack headerJeff King
2025-01-21packfile: factor out --pack_header argument parsingJeff King
2025-01-17builtin: send usage() help text to standard outputJunio C Hamano
2024-12-18progress: stop using `the_repository`Patrick Steinhardt
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai
2024-06-14hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt
2024-06-14hash: require hash algorithm in `hasheq()`, `hashcmp()` and `hashclr()`Patrick Steinhardt
2024-03-02unpack: replace xwrite() loop with write_in_full()Junio C Hamano
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-09-13Merge branch 'ew/hash-with-openssl-evp'Junio C Hamano
2023-08-31treewide: fix various bugs w/ OpenSSL 3+ EVP APIEric Wong
2023-07-25Merge branch 'jk/unused-parameter'Junio C Hamano
2023-07-13fsck: mark unused parameters in various fsck callbacksJeff King
2023-07-05git-compat-util: move strbuf.c funcs to its headerCalvin Wan
2023-06-29Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-06-12repository: create disable_replace_refs()Derrick Stolee
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-28builtins: 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-23replace-object.h: move read_replace_refs declaration from cache.h to hereElijah Newren
2023-02-23cache.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