config: add CONFIG_ERROR_SILENT handler
Jeff King committed about 8 years ago
config: turn die_on_error into caller-facing enum
Jeff King committed about 8 years ago
l10n: zh_CN: review for git 2.18.0
Jiang Xin committed about 8 years ago
commit.c: allow lookup_commit_reference to handle arbitrary repositories
Stefan Beller committed about 8 years ago
commit.c: allow lookup_commit_reference_gently to handle arbitrary repositories
Stefan Beller committed about 8 years ago
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