tag.c: allow deref_tag to handle arbitrary repositories
Stefan Beller committed about 8 years ago
object.c: allow parse_object to handle arbitrary repositories
Stefan Beller committed about 8 years ago
object.c: allow parse_object_buffer to handle arbitrary repositories
Stefan Beller committed about 8 years ago
commit.c: allow get_cached_commit_buffer to handle arbitrary repositories
Stefan Beller committed about 8 years ago
commit.c: allow set_commit_buffer to handle arbitrary repositories
Stefan Beller committed about 8 years ago
commit.c: migrate the commit buffer to the parsed object store
Stefan Beller committed about 8 years ago
commit-slabs: remove realloc counter outside of slab struct
Stefan Beller committed about 8 years ago
commit.c: allow parse_commit_buffer to handle arbitrary repositories
Stefan Beller committed about 8 years ago
tag: allow parse_tag_buffer to handle arbitrary repositories
Stefan Beller committed about 8 years ago
tag: allow lookup_tag to handle arbitrary repositories
Stefan Beller committed about 8 years ago
commit: allow lookup_commit to handle arbitrary repositories
Stefan Beller committed about 8 years ago
tree: allow lookup_tree to handle arbitrary repositories
Stefan Beller committed about 8 years ago
blob: allow lookup_blob to handle arbitrary repositories
Stefan Beller committed about 8 years ago
object: allow lookup_object to handle arbitrary repositories
Stefan Beller committed about 8 years ago
object: allow object_as_type to handle arbitrary repositories
Stefan Beller committed about 8 years ago
tag: add repository argument to deref_tag
Stefan Beller committed about 8 years ago
tag: add repository argument to parse_tag_buffer
Stefan Beller committed about 8 years ago
tag: add repository argument to lookup_tag
Stefan Beller committed about 8 years ago
commit: add repository argument to get_cached_commit_buffer
Stefan Beller committed about 8 years ago
commit: add repository argument to set_commit_buffer
Stefan Beller committed about 8 years ago