summaryrefslogtreecommitdiff
path: root/odb.c
AgeCommit message (Expand)Author
2025-07-16object-file: get rid of `the_repository` when writing objectsPatrick Steinhardt
2025-07-16odb: introduce `odb_write_object()`Patrick Steinhardt
2025-07-01odb: rename `read_object_with_reference()`Patrick Steinhardt
2025-07-01odb: rename `pretend_object_file()`Patrick 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-01odb: trivial refactorings to get rid of `the_repository`Patrick Steinhardt
2025-07-01odb: get rid of `the_repository` when handling submodule sourcesPatrick Steinhardt
2025-07-01odb: get rid of `the_repository` when handling the primary sourcePatrick Steinhardt
2025-07-01odb: get rid of `the_repository` in `for_each()` functionsPatrick Steinhardt
2025-07-01odb: get rid of `the_repository` when handling alternatesPatrick Steinhardt
2025-07-01odb: get rid of `the_repository` in `odb_mkstemp()`Patrick Steinhardt
2025-07-01odb: get rid of `the_repository` in `assert_oid_type()`Patrick Steinhardt
2025-07-01odb: get rid of `the_repository` in `find_odb()`Patrick Steinhardt
2025-07-01odb: introduce parent pointersPatrick Steinhardt
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt