summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-05-17shallow: migrate shallow information into the object parserStefan Beller
2018-05-17path.c: migrate global git_path_* to take a repository argumentStefan Beller
2018-05-17cache: convert get_graft_file to handle arbitrary repositoriesStefan Beller
2018-05-17commit: convert read_graft_file to handle arbitrary repositoriesBrandon Williams
2018-05-17commit: convert register_commit_graft to handle arbitrary repositoriesBrandon Williams
2018-05-17commit: convert commit_graft_pos() to handle arbitrary repositoriesBrandon Williams
2018-05-17shallow: add repository argument to is_repository_shallowStefan Beller
2018-05-17shallow: add repository argument to check_shallow_file_for_updateStefan Beller
2018-05-17shallow: add repository argument to register_shallowStefan Beller
2018-05-17shallow: add repository argument to set_alternate_shallow_fileStefan Beller
2018-05-17commit: add repository argument to lookup_commit_graftJonathan Nieder
2018-05-16commit: add repository argument to prepare_commit_graftJonathan Nieder
2018-05-16commit: add repository argument to read_graft_fileJonathan Nieder
2018-05-16commit: add repository argument to register_commit_graftJonathan Nieder
2018-05-16commit: add repository argument to commit_graft_posJonathan Nieder
2018-05-16object: move grafts to object parserJonathan Nieder
2018-05-16object-store: move object access functions to object-store.hStefan Beller
2018-05-16alloc: allow arbitrary repositories for alloc functionsStefan Beller
2018-05-09object: allow create_object to handle arbitrary repositoriesStefan Beller
2018-05-09object: allow grow_object_hash to handle arbitrary repositoriesStefan Beller
2018-05-09alloc: add repository argument to alloc_commit_indexStefan Beller
2018-05-09alloc: add repository argument to alloc_reportStefan Beller
2018-05-09alloc: add repository argument to alloc_object_nodeStefan Beller
2018-05-09alloc: add repository argument to alloc_tag_nodeStefan Beller
2018-05-09alloc: add repository argument to alloc_commit_nodeStefan Beller
2018-05-09alloc: add repository argument to alloc_tree_nodeStefan Beller
2018-05-09alloc: add repository argument to alloc_blob_nodeStefan Beller
2018-05-09object: add repository argument to grow_object_hashJonathan Nieder
2018-05-09object: add repository argument to create_objectStefan Beller
2018-05-09repository: introduce parsed objects fieldStefan Beller
2018-04-26cache.h: allow oid_object_info to handle arbitrary repositoriesStefan Beller
2018-04-26packfile: add repository argument to cache_or_unpack_entryStefan Beller
2018-04-26packfile: add repository argument to unpack_entryStefan Beller
2018-04-26packfile: add repository argument to read_objectStefan Beller
2018-04-26packfile: add repository argument to packed_object_infoJonathan Nieder
2018-04-26packfile: add repository argument to packed_to_object_typeStefan Beller
2018-04-26packfile: add repository argument to retry_bad_packed_offsetStefan Beller
2018-04-26cache.h: add repository argument to oid_object_infoStefan Beller
2018-04-26cache.h: add repository argument to oid_object_info_extendedStefan Beller
2018-04-12replace-object: allow lookup_replace_object to handle arbitrary repositoriesStefan Beller
2018-04-12replace-object: allow do_lookup_replace_object to handle arbitrary repositoriesStefan Beller
2018-04-12replace-object: allow prepare_replace_object to handle arbitrary repositoriesStefan Beller
2018-04-12refs: allow for_each_replace_ref to handle arbitrary repositoriesStefan Beller
2018-04-12refs: store the main ref store inside the repository structStefan Beller
2018-04-12replace-object: add repository argument to lookup_replace_objectStefan Beller
2018-04-12replace-object: add repository argument to do_lookup_replace_objectStefan Beller
2018-04-12replace-object: add repository argument to prepare_replace_objectStefan Beller
2018-04-12refs: add repository argument to for_each_replace_refStefan Beller
2018-04-12refs: add repository argument to get_main_ref_storeStefan Beller
2018-04-12replace-object: check_replace_refs is safe in multi repo environmentStefan Beller