Home
last modified time | relevance | path

Searched refs:short_tag_repo (Results 1 – 1 of 1) sorted by relevance

/dports/devel/libgit2/libgit2-1.3.0/tests/object/tag/
H A Dread.c94 git_repository *short_tag_repo; in test_object_tag_read__parse_without_message() local
100 cl_git_pass(git_repository_open(&short_tag_repo, cl_fixture("short_tag.git"))); in test_object_tag_read__parse_without_message()
105 cl_git_pass(git_tag_lookup(&short_tag, short_tag_repo, &id)); in test_object_tag_read__parse_without_message()
119 git_repository_free(short_tag_repo); in test_object_tag_read__parse_without_message()