Home
last modified time | relevance | path

Searched refs:git_reference_create (Results 1 – 25 of 332) sorted by relevance

12345678910>>...14

/dports/devel/libgit2/libgit2-1.3.0/tests/refs/reflog/
H A Dreflog.c84 cl_git_pass(git_reference_create(&ref, g_repo, new_ref, &oid, 0, NULL)); in test_refs_reflog_reflog__append_then_read()
163 cl_git_pass(git_reference_create(&ref, g_repo, "refs/heads/new-dir", &id, 0, NULL)); in test_refs_reflog_reflog__removes_empty_reflog_dir()
239 cl_git_pass(git_reference_create(&ref, g_repo, refname, &id, 1, refmessage)); in test_refs_reflog_reflog__reading_a_reflog_with_invalid_format_succeeds()
303 cl_git_pass(git_reference_create(&ref, g_repo, "refs/heads/foo", &id, 1, NULL)); in test_refs_reflog_reflog__write_only_std_locations()
305 cl_git_pass(git_reference_create(&ref, g_repo, "refs/tags/foo", &id, 1, NULL)); in test_refs_reflog_reflog__write_only_std_locations()
307 cl_git_pass(git_reference_create(&ref, g_repo, "refs/notes/foo", &id, 1, NULL)); in test_refs_reflog_reflog__write_only_std_locations()
324 cl_git_pass(git_reference_create(&ref, g_repo, "refs/tags/foo", &id, 1, NULL)); in test_refs_reflog_reflog__write_when_explicitly_active()
342 cl_git_pass(git_reference_create(&ref, g_repo, "refs/heads/master", &id, 1, NULL)); in test_refs_reflog_reflog__append_to_HEAD_when_changing_current_branch()
363 cl_git_pass(git_reference_create(&ref2, g_repo, "refs/heads/master", in test_refs_reflog_reflog__do_not_append_when_no_update()
394 cl_git_pass(git_reference_create(&ref, g_repo, "refs/heads/master", &id, 1, NULL)); in assert_no_reflog_update()
[all …]
/dports/devel/libgit2/libgit2-1.3.0/tests/refs/
H A Dcreate.c151 cl_git_pass(git_reference_create(&new_reference, g_repo, new_head, &id, 0, NULL)); in test_refs_create__oid()
188 cl_git_pass(git_reference_create(&new_reference, g_repo, new_head, &id, 0, NULL)); in test_refs_create__oid_unknown_succeeds_without_strict()
207 cl_git_fail(git_reference_create(&new_reference, g_repo, new_head, &id, 0, NULL)); in test_refs_create__oid_unknown_fails_by_default()
219 …cl_git_fail_with(GIT_EEXISTS, git_reference_create(NULL, g_repo, current_head_target, &oid, false,… in test_refs_create__propagate_eexists()
233 cl_git_pass(git_reference_create(&new_reference, g_repo, dir_head, &id, 1, NULL)); in test_refs_create__existing_dir_propagates_edirectory()
235 git_reference_create(&fail_reference, g_repo, fail_head, &id, false, NULL)); in test_refs_create__existing_dir_propagates_edirectory()
247 cl_assert_equal_i(GIT_EINVALIDSPEC, git_reference_create( in test_invalid_name()
277 ret = git_reference_create(&new_reference, g_repo, name, &id, 0, NULL); in test_win32_name()
318 cl_git_pass(git_reference_create(&ref, g_repo, "refs/heads/fsync_test", &id, 0, "log message")); in count_fsyncs()
H A Doverwrite.c66 cl_git_pass(git_reference_create(&ref, g_repo, ref_name, &id, 0, NULL)); in test_refs_overwrite__object_id()
75 cl_git_fail(git_reference_create(&ref, g_repo, ref_name, &id, 0, NULL)); in test_refs_overwrite__object_id()
76 cl_git_pass(git_reference_create(&ref, g_repo, ref_name, &id, 1, NULL)); in test_refs_overwrite__object_id()
97 cl_git_pass(git_reference_create(&ref, g_repo, ref_name, &id, 0, NULL)); in test_refs_overwrite__object_id_with_symbolic()
126 cl_git_fail(git_reference_create(&ref, g_repo, ref_name, &id, 0, NULL)); in test_refs_overwrite__symbolic_with_object_id()
127 cl_git_pass(git_reference_create(&ref, g_repo, ref_name, &id, 1, NULL)); in test_refs_overwrite__symbolic_with_object_id()
H A Draces.c102 cl_git_pass(git_reference_create(&ref, g_repo, refname, &id, 1, NULL)); in test_refs_races__delete()
130 cl_git_pass(git_reference_create(&ref, g_repo, refname, &id, 1, NULL)); in test_refs_races__switch_oid_to_symbolic()
153 cl_git_pass(git_reference_create(&ref2, g_repo, "refs/symref", &id, 1, NULL)); in test_refs_races__switch_symbolic_to_oid()
164 cl_git_pass(git_reference_create(&ref2, g_repo, "refs/symref", &id, 1, NULL)); in test_refs_races__switch_symbolic_to_oid()
H A Drename.c272 cl_git_pass(git_reference_create(&ref_one, g_repo, ref_one_name, &id, 0, NULL)); in test_refs_rename__overwrite()
273 cl_git_pass(git_reference_create(&ref_two, g_repo, ref_two_name, &id, 0, NULL)); in test_refs_rename__overwrite()
280 cl_git_fail(git_reference_create(&ref_one_new, g_repo, ref_one_name_new, &id, 0, NULL)); in test_refs_rename__overwrite()
305 cl_git_pass(git_reference_create(&ref_two, g_repo, ref_two_name, &id, 0, NULL)); in test_refs_rename__prefix()
338 cl_git_pass(git_reference_create(&ref_two, g_repo, ref_two_name_new, &id, 0, NULL)); in test_refs_rename__move_up()
H A Dbasic.c75 cl_git_pass(git_reference_create(&one, g_repo, refname.ptr, &id, 0, NULL)); in test_refs_basic__longpaths()
79 cl_git_fail(git_reference_create(&two, g_repo, refname.ptr, &id, 0, NULL)); in test_refs_basic__longpaths()
H A Dforeachglob.c15 …cl_git_pass(git_reference_create(&fake_remote, repo, "refs/remotes/nulltoken/master", &id, 0, NULL… in test_refs_foreachglob__initialize()
H A Dunicode.c26 cl_git_pass(git_reference_create( in test_refs_unicode__create_and_lookup()
H A Dpack.c100 cl_git_pass(git_reference_create(&ref, g_repo, name, &head, 0, NULL)); in test_refs_pack__symbolic()
H A Ddelete.c69 cl_git_pass(git_reference_create(&ref, g_repo, new_ref, &id, 0, NULL)); in test_refs_delete__packed_only()
/dports/devel/libgit2/libgit2-1.3.0/tests/threads/
H A Drefdb.c84 error = git_reference_create(&ref[i], repo, name, &head, 0, NULL); in create_refs()
171 cl_git_pass(git_reference_create(&ref, g_repo, name, &head, 0, NULL)); in test_threads_refdb__edit_while_iterate()
/dports/devel/libgit2/libgit2-1.3.0/tests/notes/
H A Dnotes.c151 …cl_git_pass(git_reference_create(&ref, _repo, "refs/notes/i-can-see-dead-notes", &notes_commit_out… in test_notes_notes__can_create_a_note_from_commit()
188 …cl_git_pass(git_reference_create(&ref, _repo, "refs/notes/i-can-see-dead-notes", &notes_commit_out… in test_notes_notes__can_create_a_note_from_commit_given_an_existing_commit()
518 …cl_git_pass(git_reference_create(&ref, _repo, "refs/notes/i-can-see-dead-notes", &notes_commit_oid… in test_notes_notes__can_remove_a_note_from_commit()
/dports/devel/libgit2/libgit2-1.3.0/tests/network/remote/
H A Ddefaultbranch.c80 cl_git_pass(git_reference_create(&ref, g_repo_a, "refs/foo/bar", &id, 1, NULL)); in test_network_remote_defaultbranch__detached_sharing_nonbranch_id()
H A Dpush.c85 …cl_git_pass(git_reference_create(out, repo, "refs/heads/empty-tree", &commit_id, true, "commit yo"… in create_dummy_commit()
/dports/devel/libgit2/libgit2-1.3.0/tests/refs/branches/
H A Diterator.c15 …cl_git_pass(git_reference_create(&fake_remote, repo, "refs/remotes/nulltoken/master", &id, 0, NULL… in test_refs_branches_iterator__initialize()
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/libgit2-sys-0.7.11/libgit2/src/
H A Dtag.c282 error = git_reference_create(&new_ref, repo, ref_name.ptr, oid, allow_ref_overwrite, NULL); in git_tag_create__internal()
388 error = git_reference_create( in git_tag_create_frombuffer()
/dports/devel/libgit2/libgit2-1.3.0/tests/describe/
H A Dt6120.c116 cl_git_pass(git_reference_create(&ref, repo, tag_name, &commit_id, 0, NULL)); in commit_and_tag()
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/libgit2-sys-0.7.11/libgit2/include/git2/
H A Drefs.h182 GIT_EXTERN(int) git_reference_create(git_reference **out, git_repository *repo, const char *name, c…
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/libgit2-sys-0.12.13+1.0.1/libgit2/include/git2/
H A Drefs.h182 GIT_EXTERN(int) git_reference_create(git_reference **out, git_repository *repo, const char *name, c…
/dports/devel/R-cran-git2r/git2r/src/libgit2/include/git2/
H A Drefs.h182 GIT_EXTERN(int) git_reference_create(git_reference **out, git_repository *repo, const char *name, c…
/dports/devel/git-delta/delta-0.9.2/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/include/git2/
H A Drefs.h185 GIT_EXTERN(int) git_reference_create(git_reference **out, git_repository *repo, const char *name, c…
/dports/sysutils/vector/vector-0.10.0/cargo-crates/libgit2-sys-0.12.7+1.0.0/libgit2/include/git2/
H A Drefs.h182 GIT_EXTERN(int) git_reference_create(git_reference **out, git_repository *repo, const char *name, c…
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/libgit2-sys-0.12.19+1.1.0/libgit2/include/git2/
H A Drefs.h182 GIT_EXTERN(int) git_reference_create(git_reference **out, git_repository *repo, const char *name, c…
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/libgit2-sys-0.12.23+1.2.0/libgit2/include/git2/
H A Drefs.h185 GIT_EXTERN(int) git_reference_create(git_reference **out, git_repository *repo, const char *name, c…
/dports/devel/tokei/tokei-12.1.2/cargo-crates/libgit2-sys-0.12.17+1.1.0/libgit2/include/git2/
H A Drefs.h182 GIT_EXTERN(int) git_reference_create(git_reference **out, git_repository *repo, const char *name, c…

12345678910>>...14