aboutsummaryrefslogtreecommitdiffstats
path: root/object-file.h
AgeCommit message (Expand)AuthorFilesLines
2025-11-03object-file: refactor writing objects via a streamPatrick Steinhardt1-10/+4
2025-11-03object-file: rename `write_object_file()`Patrick Steinhardt1-5/+5
2025-11-03object-file: refactor freshening of objectsPatrick Steinhardt1-0/+3
2025-11-03object-file: rename `has_loose_object()`Patrick Steinhardt1-8/+8
2025-11-03object-file: read objects via the loose object sourcePatrick Steinhardt1-7/+8
2025-11-03object-file: move loose object map into loose sourcePatrick Steinhardt1-0/+3
2025-11-03object-file: hide internals when we need to reprepare loose sourcesPatrick Steinhardt1-3/+3
2025-11-03object-file: move loose object cache into loose sourcePatrick Steinhardt1-2/+14
2025-11-03object-file: introduce `struct odb_source_loose`Patrick Steinhardt1-0/+7
2025-11-03object-file: move `fetch_if_missing`Patrick Steinhardt1-8/+0
2025-09-16odb: add transaction interfaceJustin Tobler1-3/+3
2025-09-16object-file: relocate ODB transaction codeJustin Tobler1-0/+16
2025-07-16object-file: get rid of `the_repository` in `force_object_loose()`Patrick Steinhardt1-1/+2
2025-07-16object-file: get rid of `the_repository` in `read_loose_object()`Patrick Steinhardt1-1/+2
2025-07-16object-file: get rid of `the_repository` in loose object iteratorsPatrick Steinhardt1-2/+3
2025-07-16object-file: remove declaration for `for_each_file_in_obj_subdir()`Patrick Steinhardt1-7/+0
2025-07-16object-file: inline `for_each_loose_file_in_objdir_buf()`Patrick Steinhardt1-5/+0
2025-07-16object-file: get rid of `the_repository` when writing objectsPatrick Steinhardt1-2/+4
2025-07-16odb: introduce `odb_write_object()`Patrick Steinhardt1-23/+3
2025-07-16object-file: get rid of `the_repository` in `finalize_object_file()`Patrick Steinhardt1-2/+4
2025-07-16object-file: get rid of `the_repository` in `has_loose_object()`Patrick Steinhardt1-4/+3
2025-07-16object-file: stop using `the_hash_algo`Patrick Steinhardt1-0/+1
2025-07-01odb: rename `oid_object_info()`Patrick Steinhardt1-1/+1
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt1-1/+1
2025-07-01object-store: rename `object_directory` to `odb_source`Patrick Steinhardt1-4/+4
2025-05-16object-file: drop support for writing objects with unknown typesJeff King1-4/+1
2025-05-16object-file: drop OBJECT_INFO_ALLOW_UNKNOWN_TYPE flagJeff King1-8/+2
2025-05-16object-file.h: fix typo in variable declarationJeff King1-1/+1
2025-04-29object-store: move function declarations to their respective subsystemsPatrick Steinhardt1-0/+77
2025-04-29object-store: drop `loose_object_path()`Patrick Steinhardt1-0/+4
2025-04-15object-file: split up concerns of `HASH_*` flagsPatrick Steinhardt1-4/+21
2025-04-15object-file: split out functions relating to object store subsystemPatrick Steinhardt1-5/+63
2025-04-15object-file: move `git_open_cloexec()` to "compat/open.c"Patrick Steinhardt1-3/+0
2025-04-15object-file: move `safe_create_leading_directories()` into "path.c"Patrick Steinhardt1-33/+0
2025-04-15object-file: move `mkdir_in_gitdir()` into "path.c"Patrick Steinhardt1-2/+0
2024-09-27finalize_object_file(): implement collision checkTaylor Blau1-0/+6
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren1-0/+2
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren1-0/+129