summaryrefslogtreecommitdiff
path: root/odb.c
AgeCommit message (Expand)AuthorFilesLines
2025-07-16object-file: get rid of `the_repository` when writing objectsPatrick Steinhardt1-2/+2
2025-07-16odb: introduce `odb_write_object()`Patrick Steinhardt1-0/+10
2025-07-01odb: rename `read_object_with_reference()`Patrick Steinhardt1-8/+9
2025-07-01odb: rename `pretend_object_file()`Patrick Steinhardt1-9/+9
2025-07-01odb: rename `has_object()`Patrick Steinhardt1-3/+3
2025-07-01odb: rename `repo_read_object_file()`Patrick Steinhardt1-12/+7
2025-07-01odb: rename `oid_object_info()`Patrick Steinhardt1-29/+31
2025-07-01odb: trivial refactorings to get rid of `the_repository`Patrick Steinhardt1-16/+16
2025-07-01odb: get rid of `the_repository` when handling submodule sourcesPatrick Steinhardt1-6/+31
2025-07-01odb: get rid of `the_repository` when handling the primary sourcePatrick Steinhardt1-12/+15
2025-07-01odb: get rid of `the_repository` in `for_each()` functionsPatrick Steinhardt1-17/+19
2025-07-01odb: get rid of `the_repository` when handling alternatesPatrick Steinhardt1-24/+20
2025-07-01odb: get rid of `the_repository` in `odb_mkstemp()`Patrick Steinhardt1-4/+5
2025-07-01odb: get rid of `the_repository` in `assert_oid_type()`Patrick Steinhardt1-2/+3
2025-07-01odb: get rid of `the_repository` in `find_odb()`Patrick Steinhardt1-3/+3
2025-07-01odb: introduce parent pointersPatrick Steinhardt1-19/+26
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt1-0/+1010