Home
last modified time | relevance | path

Searched refs:git_reference_lookup (Results 1 – 25 of 419) sorted by relevance

12345678910>>...17

/dports/devel/libgit2/libgit2-1.3.0/tests/refs/
H A Drename.c47 cl_git_pass(git_reference_lookup(&looked_up_ref, g_repo, loose_tag_ref_name)); in test_refs_rename__loose()
61 cl_git_pass(git_reference_lookup(&another_looked_up_ref, g_repo, new_name)); in test_refs_rename__loose()
89 cl_git_pass(git_reference_lookup(&looked_up_ref, g_repo, packed_head_name)); in test_refs_rename__packed()
266 cl_git_pass(git_reference_lookup(&ref, g_repo, ref_master_name)); in test_refs_rename__overwrite()
283 cl_git_fail(git_reference_lookup(&ref_one_new, g_repo, ref_one_name_new)); in test_refs_rename__overwrite()
299 cl_git_pass(git_reference_lookup(&ref, g_repo, ref_master_name)); in test_refs_rename__prefix()
308 cl_git_pass(git_reference_lookup(&looked_up_ref, g_repo, ref_two_name)); in test_refs_rename__prefix()
319 cl_git_fail(git_reference_lookup(&looked_up_ref, g_repo, ref_two_name)); in test_refs_rename__prefix()
332 cl_git_pass(git_reference_lookup(&ref, g_repo, ref_master_name)); in test_refs_rename__move_up()
350 cl_git_pass(git_reference_lookup(&looked_up_ref, g_repo, ref_two_name)); in test_refs_rename__move_up()
[all …]
H A Dread.c73 cl_git_pass(git_reference_lookup(&reference, g_repo, GIT_HEAD_FILE)); in test_refs_read__symbolic()
131 cl_git_pass(git_reference_lookup(&reference, g_repo, GIT_HEAD_FILE)); in test_refs_read__head_then_master()
202 cl_git_pass(git_reference_lookup(&test, g_repo, "refs/heads/test")); in test_refs_read__chomped()
214 cl_git_pass(git_reference_lookup(&test, g_repo, "refs/heads/test")); in test_refs_read__trailing()
218 cl_git_pass(git_reference_lookup(&trailing, g_repo, "FETCH_HEAD")); in test_refs_read__trailing()
230 git_reference_lookup(&reference, g_repo, "TEST_MASTER")); in test_refs_read__unfound_return_ENOTFOUND()
232 git_reference_lookup(&reference, g_repo, "refs/test/master")); in test_refs_read__unfound_return_ENOTFOUND()
245 cl_git_pass(git_reference_lookup(&reference, g_repo, name)); in assert_is_branch()
261 cl_git_pass(git_reference_lookup(&reference, g_repo, name)); in assert_is_tag()
277 cl_git_pass(git_reference_lookup(&reference, g_repo, name)); in assert_is_note()
[all …]
H A Ddelete.c39 cl_git_pass(git_reference_lookup(&looked_up_ref, g_repo, packed_test_head_name)); in test_refs_delete__packed_loose()
49 cl_git_fail(git_reference_lookup(&another_looked_up_ref, g_repo, packed_test_head_name)); in test_refs_delete__packed_loose()
73 cl_git_pass(git_reference_lookup(&ref, g_repo, new_ref)); in test_refs_delete__packed_only()
84 cl_git_pass(git_reference_lookup(&ref, g_repo, new_ref)); in test_refs_delete__packed_only()
101 cl_git_pass(git_reference_lookup(&ref, g_repo, packed_test_head_name)); in test_refs_delete__remove()
106 cl_git_fail(git_reference_lookup(&ref, g_repo, packed_test_head_name)); in test_refs_delete__remove()
115 cl_git_pass(git_reference_lookup(&ref, g_repo, "HEAD")); in test_refs_delete__head()
H A Doverwrite.c35 cl_git_pass(git_reference_lookup(&ref, g_repo, ref_name)); in test_refs_overwrite__symbolic()
46 cl_git_pass(git_reference_lookup(&ref, g_repo, ref_name)); in test_refs_overwrite__symbolic()
60 cl_git_pass(git_reference_lookup(&ref, g_repo, ref_master_name)); in test_refs_overwrite__object_id()
69 cl_git_pass(git_reference_lookup(&ref, g_repo, ref_test_name)); in test_refs_overwrite__object_id()
80 cl_git_pass(git_reference_lookup(&ref, g_repo, ref_name)); in test_refs_overwrite__object_id()
92 cl_git_pass(git_reference_lookup(&ref, g_repo, ref_master_name)); in test_refs_overwrite__object_id_with_symbolic()
104 cl_git_pass(git_reference_lookup(&ref, g_repo, ref_name)); in test_refs_overwrite__object_id_with_symbolic()
117 cl_git_pass(git_reference_lookup(&ref, g_repo, ref_master_name)); in test_refs_overwrite__symbolic_with_object_id()
131 cl_git_pass(git_reference_lookup(&ref, g_repo, ref_name)); in test_refs_overwrite__symbolic_with_object_id()
H A Dsetter.c29 cl_git_pass(git_reference_lookup(&ref, g_repo, ref_master_name)); in test_refs_setter__update_direct()
34 cl_git_pass(git_reference_lookup(&test_ref, g_repo, ref_test_name)); in test_refs_setter__update_direct()
42 cl_git_pass(git_reference_lookup(&test_ref, g_repo, ref_test_name)); in test_refs_setter__update_direct()
52 cl_git_pass(git_reference_lookup(&head, g_repo, "HEAD")); in test_refs_setter__update_symbolic()
60 cl_git_pass(git_reference_lookup(&head, g_repo, "HEAD")); in test_refs_setter__update_symbolic()
72 cl_git_pass(git_reference_lookup(&ref, g_repo, ref_master_name)); in test_refs_setter__cant_update_direct_with_symbolic()
87 cl_git_pass(git_reference_lookup(&ref, g_repo, ref_master_name)); in test_refs_setter__cant_update_symbolic_with_direct()
H A Draces.c53 cl_git_pass(git_reference_lookup(&ref, g_repo, refname)); in test_refs_races__create_matching()
72 cl_git_pass(git_reference_lookup(&ref, g_repo, "HEAD")); in test_refs_races__symbolic_create_matching()
90 cl_git_pass(git_reference_lookup(&ref, g_repo, refname)); in test_refs_races__delete()
95 cl_git_pass(git_reference_lookup(&ref, g_repo, "refs/symref")); in test_refs_races__delete()
106 cl_git_pass(git_reference_lookup(&ref, g_repo, refname)); in test_refs_races__delete()
123 cl_git_pass(git_reference_lookup(&ref, g_repo, refname)); in test_refs_races__switch_oid_to_symbolic()
134 cl_git_pass(git_reference_lookup(&ref, g_repo, refname)); in test_refs_races__switch_oid_to_symbolic()
152 cl_git_pass(git_reference_lookup(&ref, g_repo, "refs/symref")); in test_refs_races__switch_symbolic_to_oid()
163 cl_git_pass(git_reference_lookup(&ref, g_repo, "refs/symref")); in test_refs_races__switch_symbolic_to_oid()
H A Dtransactions.c30 cl_git_pass(git_reference_lookup(&ref, g_repo, "refs/heads/master")); in test_refs_transactions__single_ref_oid()
44 cl_git_pass(git_reference_lookup(&ref, g_repo, "HEAD")); in test_refs_transactions__single_ref_symbolic()
63 cl_git_pass(git_reference_lookup(&ref, g_repo, "refs/heads/master")); in test_refs_transactions__single_ref_mix_types()
67 cl_git_pass(git_reference_lookup(&ref, g_repo, "HEAD")); in test_refs_transactions__single_ref_mix_types()
80 cl_git_fail_with(GIT_ENOTFOUND, git_reference_lookup(&ref, g_repo, "refs/heads/master")); in test_refs_transactions__single_ref_delete()
89 cl_git_fail_with(GIT_ENOTFOUND, git_reference_lookup(&ref, g_repo, name)); in test_refs_transactions__single_create()
97 cl_git_pass(git_reference_lookup(&ref, g_repo, name)); in test_refs_transactions__single_create()
H A Dcreate.c43 cl_git_pass(git_reference_lookup(&looked_up_ref, g_repo, new_head_tracker)); in test_refs_create__symbolic()
60 cl_git_pass(git_reference_lookup(&looked_up_ref, repo2, new_head_tracker)); in test_refs_create__symbolic()
93 cl_git_pass(git_reference_lookup(&looked_up_ref, g_repo, new_head_tracker)); in test_refs_create__symbolic_with_arbitrary_content()
106 cl_git_pass(git_reference_lookup(&looked_up_ref, repo2, new_head_tracker)); in test_refs_create__symbolic_with_arbitrary_content()
130 cl_git_pass(git_reference_lookup(&looked_up_ref, g_repo, new_head_tracker)); in test_refs_create__deep_symbolic()
154 cl_git_pass(git_reference_lookup(&looked_up_ref, g_repo, new_head)); in test_refs_create__oid()
166 cl_git_pass(git_reference_lookup(&looked_up_ref, repo2, new_head)); in test_refs_create__oid()
192 cl_git_pass(git_reference_lookup(&looked_up_ref, g_repo, new_head)); in test_refs_create__oid_unknown_succeeds_without_strict()
210 cl_git_fail(git_reference_lookup(&looked_up_ref, g_repo, new_head)); in test_refs_create__oid_unknown_fails_by_default()
H A Dunicode.c25 cl_git_pass(git_reference_lookup(&ref0, repo, master)); in test_refs_unicode__create_and_lookup()
34 cl_git_pass(git_reference_lookup(&ref2, repo2, REFNAME)); in test_refs_unicode__create_and_lookup()
44 cl_git_pass(git_reference_lookup(&ref2, repo2, REFNAME_DECOMPOSED)); in test_refs_unicode__create_and_lookup()
H A Dlookup.c20 cl_git_pass(git_reference_lookup(&temp, g_repo, "HEAD")); in test_refs_lookup__with_resolve()
55 error = git_reference_lookup(&ref, g_repo, "refs/heads"); in test_refs_lookup__namespace()
58 error = git_reference_lookup(&ref, g_repo, "refs/heads/"); in test_refs_lookup__namespace()
/dports/devel/libgit2/libgit2-1.3.0/tests/refs/branches/
H A Dupstream.c28 cl_git_pass(git_reference_lookup(&branch, repo, "refs/heads/master")); in test_refs_branches_upstream__can_retrieve_the_remote_tracking_reference_of_a_local_branch()
37 cl_git_pass(git_reference_lookup(&branch, repo, "refs/heads/track-local")); in test_refs_branches_upstream__can_retrieve_the_local_upstream_reference_of_a_local_branch()
46 cl_git_pass(git_reference_lookup(&branch, repo, "refs/tags/e90810b")); in test_refs_branches_upstream__cannot_retrieve_a_remote_upstream_reference_from_a_non_branch()
53 cl_git_pass(git_reference_lookup(&branch, repo, "refs/heads/subtrees")); in test_refs_branches_upstream__trying_to_retrieve_a_remote_tracking_reference_from_a_plain_local_branch_returns_GIT_ENOTFOUND()
60 cl_git_pass(git_reference_lookup(&branch, repo, "refs/heads/cannot-fetch")); in test_refs_branches_upstream__trying_to_retrieve_a_remote_tracking_reference_from_a_branch_with_no_fetchspec_returns_GIT_ENOTFOUND()
83 cl_git_pass(git_reference_lookup(&branch, repository, "refs/heads/test")); in test_refs_branches_upstream__upstream_merge()
156 cl_git_pass(git_reference_lookup(&branch, repository, "refs/heads/test")); in test_refs_branches_upstream__set_unset_upstream()
165 cl_git_pass(git_reference_lookup(&branch, repository, "refs/heads/test")); in test_refs_branches_upstream__set_unset_upstream()
178 cl_git_pass(git_reference_lookup(&branch, repository, "refs/heads/master")); in test_refs_branches_upstream__set_unset_upstream()
200 cl_git_pass(git_reference_lookup(&branch, repo, "refs/heads/test")); in test_refs_branches_upstream__no_fetch_refspec()
H A Dmove.c23 cl_git_pass(git_reference_lookup(&original_ref, repo, "refs/heads/br2")); in test_refs_branches_move__can_move_a_local_branch()
36 cl_git_pass(git_reference_lookup(&original_ref, repo, "refs/heads/br2")); in test_refs_branches_move__can_move_a_local_branch_to_a_different_namespace()
53 cl_git_pass(git_reference_lookup(&original_ref, repo, "refs/heads/br2")); in test_refs_branches_move__can_move_a_local_branch_to_a_partially_colliding_namespace()
82 cl_git_pass(git_reference_lookup(&original_ref, repo, "refs/heads/br2")); in test_refs_branches_move__can_not_move_a_branch_if_its_destination_name_collide_with_an_existing_one()
109 cl_git_pass(git_reference_lookup(&original_ref, repo, "refs/heads/track-local")); in test_refs_branches_move__can_not_move_a_branch_if_its_destination_name_collide_with_an_existing_one()
131 cl_git_pass(git_reference_lookup(&original_ref, repo, "refs/heads/br2")); in test_refs_branches_move__moving_a_branch_with_an_invalid_name_returns_EINVALIDSPEC()
142 cl_git_pass(git_reference_lookup(&tag, repo, "refs/tags/e90810b")); in test_refs_branches_move__can_not_move_a_non_branch()
152 cl_git_pass(git_reference_lookup(&original_ref, repo, "refs/heads/br2")); in test_refs_branches_move__can_force_move_over_an_existing_branch()
188 cl_git_pass(git_reference_lookup(&branch, repo, "refs/heads/master")); in test_refs_branches_move__moving_the_branch_pointed_at_by_HEAD_updates_HEAD()
203 cl_git_pass(git_reference_lookup(&original_ref, repo, "refs/heads/br2")); in test_refs_branches_move__can_move_with_unicode()
H A Dishead.c25 cl_git_pass(git_reference_lookup(&branch, repo, "refs/heads/master")); in test_refs_branches_ishead__can_tell_if_a_branch_is_pointed_at_by_HEAD()
34 cl_git_pass(git_reference_lookup(&branch, repo, "refs/heads/master")); in test_refs_branches_ishead__can_properly_handle_unborn_HEAD()
43 cl_git_pass(git_reference_lookup(&branch, repo, "refs/heads/master")); in test_refs_branches_ishead__can_properly_handle_missing_HEAD()
50 cl_git_pass(git_reference_lookup(&branch, repo, "refs/heads/br2")); in test_refs_branches_ishead__can_tell_if_a_branch_is_not_pointed_at_by_HEAD()
57 cl_git_pass(git_reference_lookup(&branch, repo, "refs/tags/e90810b")); in test_refs_branches_ishead__wont_be_fooled_by_a_non_branch()
/dports/devel/libgit2/libgit2-1.3.0/tests/rebase/
H A Dsetup.c36 cl_git_pass(git_reference_lookup(&branch_ref, repo, "refs/heads/beef")); in test_rebase_setup__blocked_when_in_progress()
37 cl_git_pass(git_reference_lookup(&upstream_ref, repo, "refs/heads/master")); in test_rebase_setup__blocked_when_in_progress()
67 cl_git_pass(git_reference_lookup(&branch_ref, repo, "refs/heads/beef")); in test_rebase_setup__merge()
68 cl_git_pass(git_reference_lookup(&upstream_ref, repo, "refs/heads/master")); in test_rebase_setup__merge()
115 cl_git_pass(git_reference_lookup(&branch_ref, repo, "refs/heads/beef")); in test_rebase_setup__merge_root()
116 cl_git_pass(git_reference_lookup(&onto_ref, repo, "refs/heads/master")); in test_rebase_setup__merge_root()
164 cl_git_pass(git_reference_lookup(&branch2_ref, repo, "refs/heads/veal")); in test_rebase_setup__merge_onto_and_upstream()
165 cl_git_pass(git_reference_lookup(&onto_ref, repo, "refs/heads/master")); in test_rebase_setup__merge_onto_and_upstream()
217 cl_git_pass(git_reference_lookup(&branch_ref, repo, "refs/heads/veal")); in test_rebase_setup__merge_onto_upstream_and_branch()
219 cl_git_pass(git_reference_lookup(&onto_ref, repo, "refs/heads/master")); in test_rebase_setup__merge_onto_upstream_and_branch()
[all …]
H A Dmerge.c52 cl_git_pass(git_reference_lookup(&branch_ref, repo, "refs/heads/beef")); in test_rebase_merge__next()
53 cl_git_pass(git_reference_lookup(&upstream_ref, repo, "refs/heads/master")); in test_rebase_merge__next()
166 cl_git_pass(git_reference_lookup(&branch_ref, repo, "refs/heads/beef")); in test_rebase_merge__next_stops_with_iterover()
219 cl_git_pass(git_reference_lookup(&branch_ref, repo, "refs/heads/beef")); in test_rebase_merge__commit()
331 cl_git_pass(git_reference_lookup(&branch_ref, repo, "refs/heads/beef")); in test_rebase_merge__blocked_when_dirty()
366 cl_git_pass(git_reference_lookup(&branch_ref, repo, "refs/heads/beef")); in test_rebase_merge__commit_updates_rewritten()
403 cl_git_pass(git_reference_lookup(&branch_ref, repo, "refs/heads/beef")); in test_rebase_merge__commit_drops_already_applied()
462 cl_git_pass(git_reference_lookup(&head_ref, repo, "HEAD")); in test_rebase_merge__finish()
524 cl_git_pass(git_reference_lookup(&head_ref, repo, "HEAD")); in test_rebase_merge__detached_finish()
573 cl_git_pass(git_reference_lookup(&head_ref, repo, "HEAD")); in test_rebase_merge__finish_with_ids()
[all …]
H A Dsign.c62 cl_git_pass(git_reference_lookup(&branch_ref, repo, "refs/heads/gravy")); in test_rebase_sign__passthrough_create_cb()
63 cl_git_pass(git_reference_lookup(&upstream_ref, repo, "refs/heads/veal")); in test_rebase_sign__passthrough_create_cb()
170 cl_git_pass(git_reference_lookup(&branch_ref, repo, "refs/heads/gravy")); in test_rebase_sign__create_gpg_signed()
171 cl_git_pass(git_reference_lookup(&upstream_ref, repo, "refs/heads/veal")); in test_rebase_sign__create_gpg_signed()
233 cl_git_pass(git_reference_lookup(&branch_ref, repo, "refs/heads/gravy")); in test_rebase_sign__create_propagates_error()
234 cl_git_pass(git_reference_lookup(&upstream_ref, repo, "refs/heads/veal")); in test_rebase_sign__create_propagates_error()
292 cl_git_pass(git_reference_lookup(&branch_ref, repo, "refs/heads/gravy")); in test_rebase_sign__passthrough_signing_cb()
293 cl_git_pass(git_reference_lookup(&upstream_ref, repo, "refs/heads/veal")); in test_rebase_sign__passthrough_signing_cb()
390 cl_git_pass(git_reference_lookup(&branch_ref, repo, "refs/heads/gravy")); in test_rebase_sign__gpg_with_no_field()
391 cl_git_pass(git_reference_lookup(&upstream_ref, repo, "refs/heads/veal")); in test_rebase_sign__gpg_with_no_field()
[all …]
H A Dinmemory.c34 cl_git_pass(git_reference_lookup(&branch_ref, repo, "refs/heads/beef")); in test_rebase_inmemory__not_in_rebase_state()
35 cl_git_pass(git_reference_lookup(&upstream_ref, repo, "refs/heads/master")); in test_rebase_inmemory__not_in_rebase_state()
67 cl_git_pass(git_reference_lookup(&branch_ref, repo, "refs/heads/asparagus")); in test_rebase_inmemory__can_resolve_conflicts()
68 cl_git_pass(git_reference_lookup(&upstream_ref, repo, "refs/heads/master")); in test_rebase_inmemory__can_resolve_conflicts()
129 cl_git_pass(git_reference_lookup(&branch_ref, repo, "refs/heads/barley")); in test_rebase_inmemory__no_common_ancestor()
130 cl_git_pass(git_reference_lookup(&upstream_ref, repo, "refs/heads/master")); in test_rebase_inmemory__no_common_ancestor()
183 cl_git_pass(git_reference_lookup(&branch_ref, repo, "refs/heads/deep_gravy")); in test_rebase_inmemory__with_directories()
184 cl_git_pass(git_reference_lookup(&upstream_ref, repo, "refs/heads/veal")); in test_rebase_inmemory__with_directories()
H A Dabort.c34 cl_git_pass(git_reference_lookup(&head_ref, repo, "HEAD")); in ensure_aborted()
40 cl_git_pass(git_reference_lookup(&branch_ref, repo, git_reference_symbolic_target(head_ref))); in ensure_aborted()
80 cl_git_pass(git_reference_lookup(&branch_ref, repo, "refs/heads/beef")); in test_rebase_abort__merge()
81 cl_git_pass(git_reference_lookup(&onto_ref, repo, "refs/heads/master")); in test_rebase_abort__merge()
105 cl_git_pass(git_reference_lookup(&branch_ref, repo, "refs/heads/beef")); in test_rebase_abort__merge_immediately_after_init()
106 cl_git_pass(git_reference_lookup(&onto_ref, repo, "refs/heads/master")); in test_rebase_abort__merge_immediately_after_init()
226 cl_git_pass(git_reference_lookup(&branch_ref, repo, "refs/heads/beef")); in test_rebase_abort__old_style_head_file()
227 cl_git_pass(git_reference_lookup(&onto_ref, repo, "refs/heads/master")); in test_rebase_abort__old_style_head_file()
/dports/devel/libgit2/libgit2-1.3.0/tests/merge/workdir/
H A Dsetup.c84 cl_git_pass(git_reference_lookup(&octo1_ref, repo, GIT_REFS_HEADS_DIR OCTO1_BRANCH)); in test_merge_workdir_setup__one_branch()
135 cl_git_pass(git_reference_lookup(&octo1_ref, repo, GIT_REFS_HEADS_DIR OCTO1_BRANCH)); in test_merge_workdir_setup__two_branches()
138 cl_git_pass(git_reference_lookup(&octo2_ref, repo, GIT_REFS_HEADS_DIR OCTO2_BRANCH)); in test_merge_workdir_setup__two_branches()
168 cl_git_pass(git_reference_lookup(&octo1_ref, repo, GIT_REFS_HEADS_DIR OCTO1_BRANCH)); in test_merge_workdir_setup__three_branches()
171 cl_git_pass(git_reference_lookup(&octo2_ref, repo, GIT_REFS_HEADS_DIR OCTO2_BRANCH)); in test_merge_workdir_setup__three_branches()
174 cl_git_pass(git_reference_lookup(&octo3_ref, repo, GIT_REFS_HEADS_DIR OCTO3_BRANCH)); in test_merge_workdir_setup__three_branches()
239 cl_git_pass(git_reference_lookup(&octo1_ref, repo, GIT_REFS_HEADS_DIR OCTO1_BRANCH)); in test_merge_workdir_setup__branches_and_oids_1()
272 cl_git_pass(git_reference_lookup(&octo1_ref, repo, GIT_REFS_HEADS_DIR OCTO1_BRANCH)); in test_merge_workdir_setup__branches_and_oids_2()
278 cl_git_pass(git_reference_lookup(&octo3_ref, repo, GIT_REFS_HEADS_DIR OCTO3_BRANCH)); in test_merge_workdir_setup__branches_and_oids_2()
317 cl_git_pass(git_reference_lookup(&octo2_ref, repo, GIT_REFS_HEADS_DIR OCTO2_BRANCH)); in test_merge_workdir_setup__branches_and_oids_3()
[all …]
H A Dsubmodules.c46 cl_git_pass(git_reference_lookup(&our_ref, repo, "refs/heads/" SUBMODULE_MAIN_BRANCH)); in test_merge_workdir_submodules__automerge()
50 cl_git_pass(git_reference_lookup(&their_ref, repo, "refs/heads/" SUBMODULE_OTHER_BRANCH)); in test_merge_workdir_submodules__automerge()
79 cl_git_pass(git_reference_lookup(&our_ref, repo, "refs/heads/" SUBMODULE_MAIN_BRANCH)); in test_merge_workdir_submodules__take_changed()
83 cl_git_pass(git_reference_lookup(&their_ref, repo, "refs/heads/" SUBMODULE_OTHER2_BRANCH)); in test_merge_workdir_submodules__take_changed()
114 cl_git_pass(git_reference_lookup(&our_ref, repo, "refs/heads/" SUBMODULE_DELETE_BRANCH)); in test_merge_workdir_submodules__update_delete_conflict()
118 cl_git_pass(git_reference_lookup(&their_ref, repo, "refs/heads/" SUBMODULE_MAIN_BRANCH)); in test_merge_workdir_submodules__update_delete_conflict()
/dports/devel/libgit2/libgit2-1.3.0/tests/network/remote/
H A Dlocal.c144 cl_git_pass(git_reference_lookup(&ref, repo, "refs/remotes/sloppy/master")); in test_network_remote_local__shorthand_fetch_refspec0()
147 cl_git_pass(git_reference_lookup(&ref, repo, "refs/heads/boh/sloppy/master")); in test_network_remote_local__shorthand_fetch_refspec0()
168 cl_git_fail(git_reference_lookup(&ref, repo, "refs/remotes/origin/master")); in test_network_remote_local__shorthand_fetch_refspec1()
169 cl_git_fail(git_reference_lookup(&ref, repo, "refs/tags/hard_tag")); in test_network_remote_local__shorthand_fetch_refspec1()
181 cl_git_pass(git_reference_lookup(&ref, repo, "refs/remotes/tagopt/master")); in test_network_remote_local__tagopt()
183 cl_git_pass(git_reference_lookup(&ref, repo, "refs/tags/hard_tag")); in test_network_remote_local__tagopt()
188 cl_git_pass(git_reference_lookup(&ref, repo, "refs/remotes/tagopt/master")); in test_network_remote_local__tagopt()
322 cl_git_pass(git_reference_lookup(&ref, repo, "refs/remotes/sloppy/master")); in test_network_remote_local__fetch()
406 cl_git_pass(git_reference_lookup(&ref, repo, "refs/remotes/origin/master")); in test_network_remote_local__opportunistic_update()
457 cl_git_pass(git_reference_lookup(&ref, dst_repo, "refs/heads/master")); in test_network_remote_local__push_delete()
[all …]
/dports/devel/libgit2/libgit2-1.3.0/tests/worktree/
H A Dmerge.c45 cl_git_pass(git_reference_lookup(&theirs_ref, fixture.worktree, CONFLICT_BRANCH)); in test_worktree_merge__merge_head()
49 cl_git_pass(git_reference_lookup(&ref, fixture.worktree, GIT_MERGE_HEAD_FILE)); in test_worktree_merge__merge_head()
63 cl_git_pass(git_reference_lookup(&ours_ref, fixture.worktree, MASTER_BRANCH)); in test_worktree_merge__merge_setup()
66 cl_git_pass(git_reference_lookup(&theirs_ref, fixture.worktree, CONFLICT_BRANCH)); in test_worktree_merge__merge_setup()
95 cl_git_pass(git_reference_lookup(&theirs_ref, fixture.worktree, CONFLICT_BRANCH)); in test_worktree_merge__merge_conflict()
/dports/devel/libgit2/libgit2-1.3.0/tests/object/tag/
H A Dwrite.c60 cl_git_pass(git_reference_lookup(&ref_tag, g_repo, "refs/tags/the-tag")); in test_object_tag_write__basic()
105 cl_git_pass(git_reference_lookup(&ref_tag, g_repo, "refs/tags/e90810b")); in test_object_tag_write__replace()
124 cl_git_pass(git_reference_lookup(&ref_tag, g_repo, "refs/tags/e90810b")); in test_object_tag_write__replace()
152 cl_git_pass(git_reference_lookup(&ref_tag, g_repo, "refs/tags/light-tag")); in test_object_tag_write__lightweight()
189 cl_git_fail(git_reference_lookup(&ref_tag, g_repo, "refs/tags/e90810b")); in test_object_tag_write__delete()
259 cl_git_fail_with(git_reference_lookup(&tag_ref, g_repo, "refs/tags/new_tag"), GIT_ENOTFOUND); in test_object_tag_write__creating_an_annotation_does_not_create_a_reference()
/dports/devel/libgit2/libgit2-1.3.0/tests/network/
H A Dfetchlocal.c83 cl_git_pass(git_reference_lookup(&ref, remote_repo, "refs/heads/br2")); in test_network_fetchlocal__prune()
96 cl_git_pass(git_reference_lookup(&ref, remote_repo, "refs/heads/packed")); in test_network_fetchlocal__prune()
127 cl_git_pass(git_reference_lookup(&ref, repo, name)); in assert_ref_exists()
148 cl_git_pass(git_reference_lookup(&ref, remote_repo, "refs/heads/master")); in test_network_fetchlocal__prune_overlapping()
230 cl_git_pass(git_reference_lookup(&ref, remote_repo, "refs/heads/br2")); in test_network_fetchlocal__fetchprune()
243 cl_git_pass(git_reference_lookup(&ref, remote_repo, "refs/heads/packed")); in test_network_fetchlocal__fetchprune()
309 …cl_git_fail_with(GIT_ENOTFOUND, git_reference_lookup(&ref, repo, "refs/remotes/origin/fake-remote"… in test_network_fetchlocal__prune_tag()
371 cl_git_pass(git_reference_lookup(&ref, repo, "HEAD")); in test_network_fetchlocal__clone_into_mirror()
376 cl_git_pass(git_reference_lookup(&ref, repo, "refs/remotes/test/master")); in test_network_fetchlocal__clone_into_mirror()
398 cl_git_pass(git_reference_lookup(&ref, repo, "refs/remotes/test/master")); in test_network_fetchlocal__all_refs()
[all …]
/dports/devel/libgit2/libgit2-1.3.0/tests/remote/
H A Dfetch.c110 cl_git_pass(git_reference_lookup(&ref, repo2, REPO2_REFNAME)); in do_time_travelling_fetch()
120 cl_git_pass(git_reference_lookup(&ref, repo1, REPO1_REFNAME)); in do_time_travelling_fetch()
148 cl_git_pass(git_reference_lookup(&ref, repo2, REPO2_REFNAME)); in test_remote_fetch__dont_update_refs_if_not_descendant_and_not_force()
164 cl_git_pass(git_reference_lookup(&ref, repo2, REPO2_REFNAME)); in test_remote_fetch__do_update_refs_if_not_descendant_and_force()

12345678910>>...17