summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-05-18cache: convert get_graft_file to handle arbitrary repositoriesLibravatar Stefan Beller3-5/+5
2018-05-18commit: convert read_graft_file to handle arbitrary repositoriesLibravatar Brandon Williams1-3/+2
2018-05-18commit: convert register_commit_graft to handle arbitrary repositoriesLibravatar Brandon Williams2-16/+16
2018-05-18commit: convert commit_graft_pos() to handle arbitrary repositoriesLibravatar Brandon Williams1-4/+3
2018-05-18shallow: add repository argument to is_repository_shallowLibravatar Stefan Beller10-17/+19
2018-05-18shallow: add repository argument to check_shallow_file_for_updateLibravatar Stefan Beller1-3/+4
2018-05-18shallow: add repository argument to register_shallowLibravatar Stefan Beller6-9/+11
2018-05-18shallow: add repository argument to set_alternate_shallow_fileLibravatar Stefan Beller4-4/+5
2018-05-18commit: add repository argument to lookup_commit_graftLibravatar Jonathan Nieder4-6/+8
2018-05-16commit: add repository argument to prepare_commit_graftLibravatar Jonathan Nieder1-2/+3
2018-05-16commit: add repository argument to read_graft_fileLibravatar Jonathan Nieder1-2/+3
2018-05-16commit: add repository argument to register_commit_graftLibravatar Jonathan Nieder4-5/+8
2018-05-16commit: add repository argument to commit_graft_posLibravatar Jonathan Nieder1-4/+5
2018-05-16object: move grafts to object parserLibravatar Jonathan Nieder2-19/+27
2018-05-16object-store: move object access functions to object-store.hLibravatar Stefan Beller79-117/+198
2018-05-16alloc: allow arbitrary repositories for alloc functionsLibravatar Stefan Beller13-42/+140
2018-05-09object: allow create_object to handle arbitrary repositoriesLibravatar Stefan Beller2-8/+7
2018-05-09object: allow grow_object_hash to handle arbitrary repositoriesLibravatar Stefan Beller1-8/+8
2018-05-09alloc: add repository argument to alloc_commit_indexLibravatar Stefan Beller3-4/+5
2018-05-09alloc: add repository argument to alloc_reportLibravatar Stefan Beller2-2/+3
2018-05-09alloc: add repository argument to alloc_object_nodeLibravatar Stefan Beller3-3/+4
2018-05-09alloc: add repository argument to alloc_tag_nodeLibravatar Stefan Beller3-3/+4
2018-05-09alloc: add repository argument to alloc_commit_nodeLibravatar Stefan Beller5-5/+6
2018-05-09alloc: add repository argument to alloc_tree_nodeLibravatar Stefan Beller3-3/+4
2018-05-09alloc: add repository argument to alloc_blob_nodeLibravatar Stefan Beller3-3/+4
2018-05-09object: add repository argument to grow_object_hashLibravatar Jonathan Nieder1-2/+3
2018-05-09object: add repository argument to create_objectLibravatar Stefan Beller6-7/+14
2018-05-09repository: introduce parsed objects fieldLibravatar Stefan Beller4-23/+64
2018-04-26cache.h: allow oid_object_info to handle arbitrary repositoriesLibravatar Stefan Beller4-52/+54
2018-04-26packfile: add repository argument to cache_or_unpack_entryLibravatar Stefan Beller1-2/+3
2018-04-26packfile: add repository argument to unpack_entryLibravatar Stefan Beller4-6/+9
2018-04-26packfile: add repository argument to read_objectLibravatar Stefan Beller1-3/+5
2018-04-26packfile: add repository argument to packed_object_infoLibravatar Jonathan Nieder4-5/+7
2018-04-26packfile: add repository argument to packed_to_object_typeLibravatar Stefan Beller1-7/+9
2018-04-26packfile: add repository argument to retry_bad_packed_offsetLibravatar Stefan Beller1-3/+5
2018-04-26cache.h: add repository argument to oid_object_infoLibravatar Stefan Beller32-53/+67
2018-04-26cache.h: add repository argument to oid_object_info_extendedLibravatar Stefan Beller5-11/+14
2018-04-12replace-object: allow lookup_replace_object to handle arbitrary repositoriesLibravatar Stefan Beller1-5/+5
2018-04-12replace-object: allow do_lookup_replace_object to handle arbitrary repositoriesLibravatar Stefan Beller2-5/+6
2018-04-12replace-object: allow prepare_replace_object to handle arbitrary repositoriesLibravatar Stefan Beller1-7/+5
2018-04-12refs: allow for_each_replace_ref to handle arbitrary repositoriesLibravatar Stefan Beller2-5/+3
2018-04-12refs: store the main ref store inside the repository structLibravatar Stefan Beller4-15/+9
2018-04-12replace-object: add repository argument to lookup_replace_objectLibravatar Stefan Beller5-7/+8
2018-04-12replace-object: add repository argument to do_lookup_replace_objectLibravatar Stefan Beller2-3/+4
2018-04-12replace-object: add repository argument to prepare_replace_objectLibravatar Stefan Beller1-2/+4
2018-04-12refs: add repository argument to for_each_replace_refLibravatar Stefan Beller4-4/+8
2018-04-12refs: add repository argument to get_main_ref_storeLibravatar Stefan Beller5-38/+44
2018-04-12replace-object: check_replace_refs is safe in multi repo environmentLibravatar Stefan Beller3-5/+5
2018-04-12replace-object: eliminate replace objects prepared flagLibravatar Stefan Beller2-8/+10
2018-04-12object-store: move lookup_replace_object to replace-object.hLibravatar Stefan Beller6-19/+26