Home
last modified time | relevance | path

Searched refs:git_annotated_commit_from_ref (Results 1 – 25 of 151) sorted by relevance

1234567

/dports/devel/libgit2/libgit2-1.3.0/tests/rebase/
H A Dsetup.c39 cl_git_pass(git_annotated_commit_from_ref(&branch_head, repo, branch_ref)); in test_rebase_setup__blocked_when_in_progress()
40 cl_git_pass(git_annotated_commit_from_ref(&upstream_head, repo, upstream_ref)); in test_rebase_setup__blocked_when_in_progress()
70 cl_git_pass(git_annotated_commit_from_ref(&branch_head, repo, branch_ref)); in test_rebase_setup__merge()
71 cl_git_pass(git_annotated_commit_from_ref(&upstream_head, repo, upstream_ref)); in test_rebase_setup__merge()
118 cl_git_pass(git_annotated_commit_from_ref(&branch_head, repo, branch_ref)); in test_rebase_setup__merge_root()
119 cl_git_pass(git_annotated_commit_from_ref(&onto_head, repo, onto_ref)); in test_rebase_setup__merge_root()
169 cl_git_pass(git_annotated_commit_from_ref(&onto_head, repo, onto_ref)); in test_rebase_setup__merge_onto_and_upstream()
221 cl_git_pass(git_annotated_commit_from_ref(&branch_head, repo, branch_ref)); in test_rebase_setup__merge_onto_upstream_and_branch()
223 cl_git_pass(git_annotated_commit_from_ref(&onto_head, repo, onto_ref)); in test_rebase_setup__merge_onto_upstream_and_branch()
324 cl_git_pass(git_annotated_commit_from_ref(&branch_head, repo, branch_ref)); in test_rebase_setup__branch_with_merges()
[all …]
H A Dmerge.c55 cl_git_pass(git_annotated_commit_from_ref(&branch_head, repo, branch_ref)); in test_rebase_merge__next()
56 cl_git_pass(git_annotated_commit_from_ref(&upstream_head, repo, upstream_ref)); in test_rebase_merge__next()
125 cl_git_pass(git_annotated_commit_from_ref(&branch_head, repo, branch_ref)); in test_rebase_merge__next_with_conflicts()
169 cl_git_pass(git_annotated_commit_from_ref(&branch_head, repo, branch_ref)); in test_rebase_merge__next_stops_with_iterover()
222 cl_git_pass(git_annotated_commit_from_ref(&branch_head, repo, branch_ref)); in test_rebase_merge__commit()
334 cl_git_pass(git_annotated_commit_from_ref(&branch_head, repo, branch_ref)); in test_rebase_merge__blocked_when_dirty()
369 cl_git_pass(git_annotated_commit_from_ref(&branch_head, repo, branch_ref)); in test_rebase_merge__commit_updates_rewritten()
406 cl_git_pass(git_annotated_commit_from_ref(&branch_head, repo, branch_ref)); in test_rebase_merge__commit_drops_already_applied()
446 cl_git_pass(git_annotated_commit_from_ref(&branch_head, repo, branch_ref)); in test_rebase_merge__finish()
504 cl_git_pass(git_annotated_commit_from_ref(&branch_head, repo, branch_ref)); in test_rebase_merge__detached_finish()
[all …]
H A Dsign.c65 cl_git_pass(git_annotated_commit_from_ref(&branch_head, repo, branch_ref)); in test_rebase_sign__passthrough_create_cb()
66 cl_git_pass(git_annotated_commit_from_ref(&upstream_head, repo, upstream_ref)); in test_rebase_sign__passthrough_create_cb()
173 cl_git_pass(git_annotated_commit_from_ref(&branch_head, repo, branch_ref)); in test_rebase_sign__create_gpg_signed()
174 cl_git_pass(git_annotated_commit_from_ref(&upstream_head, repo, upstream_ref)); in test_rebase_sign__create_gpg_signed()
236 cl_git_pass(git_annotated_commit_from_ref(&branch_head, repo, branch_ref)); in test_rebase_sign__create_propagates_error()
237 cl_git_pass(git_annotated_commit_from_ref(&upstream_head, repo, upstream_ref)); in test_rebase_sign__create_propagates_error()
295 cl_git_pass(git_annotated_commit_from_ref(&branch_head, repo, branch_ref)); in test_rebase_sign__passthrough_signing_cb()
296 cl_git_pass(git_annotated_commit_from_ref(&upstream_head, repo, upstream_ref)); in test_rebase_sign__passthrough_signing_cb()
393 cl_git_pass(git_annotated_commit_from_ref(&branch_head, repo, branch_ref)); in test_rebase_sign__gpg_with_no_field()
394 cl_git_pass(git_annotated_commit_from_ref(&upstream_head, repo, upstream_ref)); in test_rebase_sign__gpg_with_no_field()
[all …]
H A Dinmemory.c37 cl_git_pass(git_annotated_commit_from_ref(&branch_head, repo, branch_ref)); in test_rebase_inmemory__not_in_rebase_state()
38 cl_git_pass(git_annotated_commit_from_ref(&upstream_head, repo, upstream_ref)); in test_rebase_inmemory__not_in_rebase_state()
70 cl_git_pass(git_annotated_commit_from_ref(&branch_head, repo, branch_ref)); in test_rebase_inmemory__can_resolve_conflicts()
71 cl_git_pass(git_annotated_commit_from_ref(&upstream_head, repo, upstream_ref)); in test_rebase_inmemory__can_resolve_conflicts()
132 cl_git_pass(git_annotated_commit_from_ref(&branch_head, repo, branch_ref)); in test_rebase_inmemory__no_common_ancestor()
133 cl_git_pass(git_annotated_commit_from_ref(&upstream_head, repo, upstream_ref)); in test_rebase_inmemory__no_common_ancestor()
186 cl_git_pass(git_annotated_commit_from_ref(&branch_head, repo, branch_ref)); in test_rebase_inmemory__with_directories()
187 cl_git_pass(git_annotated_commit_from_ref(&upstream_head, repo, upstream_ref)); in test_rebase_inmemory__with_directories()
H A Dabort.c83 cl_git_pass(git_annotated_commit_from_ref(&branch_head, repo, branch_ref)); in test_rebase_abort__merge()
84 cl_git_pass(git_annotated_commit_from_ref(&onto_head, repo, onto_ref)); in test_rebase_abort__merge()
108 cl_git_pass(git_annotated_commit_from_ref(&branch_head, repo, branch_ref)); in test_rebase_abort__merge_immediately_after_init()
109 cl_git_pass(git_annotated_commit_from_ref(&onto_head, repo, onto_ref)); in test_rebase_abort__merge_immediately_after_init()
229 cl_git_pass(git_annotated_commit_from_ref(&branch_head, repo, branch_ref)); in test_rebase_abort__old_style_head_file()
230 cl_git_pass(git_annotated_commit_from_ref(&onto_head, repo, onto_ref)); in test_rebase_abort__old_style_head_file()
H A Dsubmodule.c75 cl_git_pass(git_annotated_commit_from_ref(&branch_head, repo, branch_ref)); in test_rebase_submodule__init_untracked()
76 cl_git_pass(git_annotated_commit_from_ref(&upstream_head, repo, upstream_ref)); in test_rebase_submodule__init_untracked()
H A Diterator.c65 cl_git_pass(git_annotated_commit_from_ref(&branch_head, repo, branch_ref)); in test_iterator()
66 cl_git_pass(git_annotated_commit_from_ref(&upstream_head, repo, upstream_ref)); in test_iterator()
/dports/devel/libgit2/libgit2-1.3.0/tests/merge/workdir/
H A Dsetup.c85 cl_git_pass(git_annotated_commit_from_ref(&their_heads[0], repo, octo1_ref)); in test_merge_workdir_setup__one_branch()
136 cl_git_pass(git_annotated_commit_from_ref(&their_heads[0], repo, octo1_ref)); in test_merge_workdir_setup__two_branches()
139 cl_git_pass(git_annotated_commit_from_ref(&their_heads[1], repo, octo2_ref)); in test_merge_workdir_setup__two_branches()
169 cl_git_pass(git_annotated_commit_from_ref(&their_heads[0], repo, octo1_ref)); in test_merge_workdir_setup__three_branches()
172 cl_git_pass(git_annotated_commit_from_ref(&their_heads[1], repo, octo2_ref)); in test_merge_workdir_setup__three_branches()
175 cl_git_pass(git_annotated_commit_from_ref(&their_heads[2], repo, octo3_ref)); in test_merge_workdir_setup__three_branches()
240 cl_git_pass(git_annotated_commit_from_ref(&their_heads[0], repo, octo1_ref)); in test_merge_workdir_setup__branches_and_oids_1()
273 cl_git_pass(git_annotated_commit_from_ref(&their_heads[0], repo, octo1_ref)); in test_merge_workdir_setup__branches_and_oids_2()
279 cl_git_pass(git_annotated_commit_from_ref(&their_heads[2], repo, octo3_ref)); in test_merge_workdir_setup__branches_and_oids_2()
318 cl_git_pass(git_annotated_commit_from_ref(&their_heads[1], repo, octo2_ref)); in test_merge_workdir_setup__branches_and_oids_3()
[all …]
H A Dsubmodules.c51 cl_git_pass(git_annotated_commit_from_ref(&their_head, repo, their_ref)); in test_merge_workdir_submodules__automerge()
84 cl_git_pass(git_annotated_commit_from_ref(&their_head, repo, their_ref)); in test_merge_workdir_submodules__take_changed()
119 cl_git_pass(git_annotated_commit_from_ref(&their_head, repo, their_ref)); in test_merge_workdir_submodules__update_delete_conflict()
/dports/devel/libgit2/libgit2-1.3.0/tests/worktree/
H A Dmerge.c46 cl_git_pass(git_annotated_commit_from_ref(&theirs, fixture.worktree, theirs_ref)); in test_worktree_merge__merge_head()
64 cl_git_pass(git_annotated_commit_from_ref(&ours, fixture.worktree, ours_ref)); in test_worktree_merge__merge_setup()
67 cl_git_pass(git_annotated_commit_from_ref(&theirs, fixture.worktree, theirs_ref)); in test_worktree_merge__merge_setup()
96 cl_git_pass(git_annotated_commit_from_ref(&theirs, fixture.worktree, theirs_ref)); in test_worktree_merge__merge_conflict()
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/libgit2-sys-0.7.11/libgit2/src/
H A Dannotated_commit.c121 int git_annotated_commit_from_ref( in git_annotated_commit_from_ref() function
164 error = git_annotated_commit_from_ref(out, repo, head); in git_annotated_commit_from_head()
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/libgit2-sys-0.12.13+1.0.1/libgit2/src/
H A Dannotated_commit.c121 int git_annotated_commit_from_ref( in git_annotated_commit_from_ref() function
164 error = git_annotated_commit_from_ref(out, repo, head); in git_annotated_commit_from_head()
/dports/devel/R-cran-git2r/git2r/src/libgit2/src/
H A Dannotated_commit.c121 int git_annotated_commit_from_ref( in git_annotated_commit_from_ref() function
164 error = git_annotated_commit_from_ref(out, repo, head); in git_annotated_commit_from_head()
/dports/devel/git-delta/delta-0.9.2/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Dannotated_commit.c126 int git_annotated_commit_from_ref( in git_annotated_commit_from_ref() function
172 error = git_annotated_commit_from_ref(out, repo, head); in git_annotated_commit_from_head()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/libgit2-sys-0.12.7+1.0.0/libgit2/src/
H A Dannotated_commit.c121 int git_annotated_commit_from_ref( in git_annotated_commit_from_ref() function
164 error = git_annotated_commit_from_ref(out, repo, head); in git_annotated_commit_from_head()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/libgit2-sys-0.12.19+1.1.0/libgit2/src/
H A Dannotated_commit.c126 int git_annotated_commit_from_ref( in git_annotated_commit_from_ref() function
172 error = git_annotated_commit_from_ref(out, repo, head); in git_annotated_commit_from_head()
/dports/devel/tokei/tokei-12.1.2/cargo-crates/libgit2-sys-0.12.17+1.1.0/libgit2/src/
H A Dannotated_commit.c126 int git_annotated_commit_from_ref( in git_annotated_commit_from_ref() function
172 error = git_annotated_commit_from_ref(out, repo, head); in git_annotated_commit_from_head()
/dports/devel/gbump/gbump-1.0.1/cargo-crates/libgit2-sys-0.9.1/libgit2/src/
H A Dannotated_commit.c121 int git_annotated_commit_from_ref( in git_annotated_commit_from_ref() function
164 error = git_annotated_commit_from_ref(out, repo, head); in git_annotated_commit_from_head()
/dports/devel/gitui/gitui-0.10.1/cargo-crates/libgit2-sys-0.12.12+1.0.1/libgit2/src/
H A Dannotated_commit.c121 int git_annotated_commit_from_ref( in git_annotated_commit_from_ref() function
164 error = git_annotated_commit_from_ref(out, repo, head); in git_annotated_commit_from_head()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/libgit2-sys-0.12.23+1.2.0/libgit2/src/
H A Dannotated_commit.c126 int git_annotated_commit_from_ref( in git_annotated_commit_from_ref() function
172 error = git_annotated_commit_from_ref(out, repo, head); in git_annotated_commit_from_head()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libgit2-sys-0.12.22+1.1.0/libgit2/src/
H A Dannotated_commit.c126 int git_annotated_commit_from_ref( in git_annotated_commit_from_ref() function
172 error = git_annotated_commit_from_ref(out, repo, head); in git_annotated_commit_from_head()
/dports/misc/broot/broot-1.7.0/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Dannotated_commit.c126 int git_annotated_commit_from_ref( in git_annotated_commit_from_ref() function
172 error = git_annotated_commit_from_ref(out, repo, head); in git_annotated_commit_from_head()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libgit2-sys-0.12.26+1.3.0/libgit2/src/
H A Dannotated_commit.c126 int git_annotated_commit_from_ref( in git_annotated_commit_from_ref() function
172 error = git_annotated_commit_from_ref(out, repo, head); in git_annotated_commit_from_head()
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Dannotated_commit.c126 int git_annotated_commit_from_ref( in git_annotated_commit_from_ref() function
172 error = git_annotated_commit_from_ref(out, repo, head); in git_annotated_commit_from_head()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Dannotated_commit.c126 int git_annotated_commit_from_ref( in git_annotated_commit_from_ref() function
172 error = git_annotated_commit_from_ref(out, repo, head); in git_annotated_commit_from_head()

1234567