summaryrefslogtreecommitdiff
path: root/object-file.c
AgeCommit message (Expand)Author
2025-07-16object-file: get rid of `the_repository` in index-related functionsPatrick Steinhardt
2025-07-16object-file: get rid of `the_repository` in `force_object_loose()`Patrick Steinhardt
2025-07-16object-file: get rid of `the_repository` in `read_loose_object()`Patrick Steinhardt
2025-07-16object-file: get rid of `the_repository` in loose object iteratorsPatrick Steinhardt
2025-07-16object-file: remove declaration for `for_each_file_in_obj_subdir()`Patrick Steinhardt
2025-07-16object-file: inline `for_each_loose_file_in_objdir_buf()`Patrick Steinhardt
2025-07-16object-file: get rid of `the_repository` when writing objectsPatrick Steinhardt
2025-07-16odb: introduce `odb_write_object()`Patrick Steinhardt
2025-07-16loose: write loose objects map via their sourcePatrick Steinhardt
2025-07-16object-file: get rid of `the_repository` in `finalize_object_file()`Patrick Steinhardt
2025-07-16object-file: get rid of `the_repository` in `loose_object_info()`Patrick Steinhardt
2025-07-16object-file: get rid of `the_repository` when freshening objectsPatrick Steinhardt
2025-07-16object-file: inline `check_and_freshen()` functionsPatrick Steinhardt
2025-07-16object-file: get rid of `the_repository` in `has_loose_object()`Patrick Steinhardt
2025-07-16object-file: stop using `the_hash_algo`Patrick Steinhardt
2025-07-16object-file: fix -Wsign-compare warningsPatrick Steinhardt
2025-07-01odb: rename `oid_object_info()`Patrick Steinhardt
2025-07-01odb: get rid of `the_repository` when handling alternatesPatrick Steinhardt
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt
2025-07-01object-store: rename `object_directory` to `odb_source`Patrick Steinhardt
2025-05-16object-file: drop support for writing objects with unknown typesJeff King
2025-05-16oid_object_info(): drop type_name strbufJeff King
2025-05-16fsck: stop using object_info->type_name strbufJeff King
2025-05-16object-file: drop OBJECT_INFO_ALLOW_UNKNOWN_TYPE flagJeff King
2025-04-29object-store: drop `loose_object_path()`Patrick Steinhardt
2025-04-24Merge branch 'ps/object-file-cleanup' into ps/object-store-cleanupJunio C Hamano
2025-04-15Merge branch 'ps/object-wo-the-repository'Junio C Hamano
2025-04-15Merge branch 'jk/zlib-inflate-fixes'Junio C Hamano
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt
2025-04-15object-file: drop `index_blob_stream()`Patrick Steinhardt
2025-04-15object-file: split up concerns of `HASH_*` flagsPatrick Steinhardt
2025-04-15object-file: split out functions relating to object store subsystemPatrick Steinhardt
2025-04-15object-file: move `xmmap()` into "wrapper.c"Patrick Steinhardt
2025-04-15object-file: move `git_open_cloexec()` to "compat/open.c"Patrick Steinhardt
2025-04-15object-file: move `safe_create_leading_directories()` into "path.c"Patrick Steinhardt
2025-04-15object-file: move `mkdir_in_gitdir()` into "path.c"Patrick Steinhardt
2025-03-21treewide: replace assert() with ASSERT() in special casesElijah Newren
2025-03-10hash: stop depending on `the_repository` in `null_oid()`Patrick Steinhardt
2025-03-10object-file: split out logic regarding hash algorithmsPatrick Steinhardt
2025-03-10object-file-convert: stop depending on `the_repository`Patrick Steinhardt
2025-03-10environment: move access to "core.bigFileThreshold" into repo settingsPatrick Steinhardt
2025-03-05Merge branch 'ps/path-sans-the-repository'Junio C Hamano
2025-02-28path: adjust last remaining users of `the_repository`Patrick Steinhardt
2025-02-25unpack_loose_rest(): rewrite return handling for clarityJeff King
2025-02-25unpack_loose_rest(): simplify error handlingJeff King
2025-02-25unpack_loose_rest(): never clean up zstreamJeff King
2025-02-25unpack_loose_rest(): avoid numeric comparison of zlib statusJeff King
2025-02-25unpack_loose_header(): avoid numeric comparison of zlib statusJeff King
2025-02-25unpack_loose_header(): fix infinite loop on broken zlib inputJeff King
2025-02-25unpack_loose_header(): report headers without NUL as "bad"Jeff King