Home
last modified time | relevance | path

Searched refs:git_reference_lookup (Results 126 – 150 of 419) sorted by relevance

12345678910>>...17

/dports/sysutils/exa/exa-0.10.1/cargo-crates/libgit2-sys-0.12.18+1.1.0/libgit2/src/
H A Drepository.c2206 if (git_reference_lookup(&ref, repo, GIT_HEAD_FILE) < 0) in git_repository_head_detached()
2245 if ((error = git_reference_lookup(&head, repo, GIT_HEAD_FILE)) < 0) in git_repository_head()
2274 (error = git_reference_lookup(&head, worktree_repo, GIT_HEAD_FILE)) < 0) in git_repository_head_for_worktree()
2417 if ((result = git_reference_lookup(&head, repo, GIT_HEAD_FILE)) < 0 || in git_repository_is_empty()
2769 if ((error = git_reference_lookup(&current, repo, GIT_HEAD_FILE)) < 0) in detach()
2806 if ((error = git_reference_lookup(&current, repo, GIT_HEAD_FILE)) < 0) in git_repository_set_head()
2812 error = git_reference_lookup(&ref, repo, refname); in git_repository_set_head()
2871 if ((error = git_reference_lookup(&current, repo, GIT_HEAD_FILE)) < 0) in git_repository_detach_head()
/dports/textproc/bat/bat-0.18.3/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Drepository.c2246 if (git_reference_lookup(&ref, repo, GIT_HEAD_FILE) < 0) in git_repository_head_detached()
2285 if ((error = git_reference_lookup(&head, repo, GIT_HEAD_FILE)) < 0) in git_repository_head()
2314 (error = git_reference_lookup(&head, worktree_repo, GIT_HEAD_FILE)) < 0) in git_repository_head_for_worktree()
2456 if ((result = git_reference_lookup(&head, repo, GIT_HEAD_FILE)) < 0 || in git_repository_is_empty()
2824 if ((error = git_reference_lookup(&current, repo, GIT_HEAD_FILE)) < 0) in detach()
2861 if ((error = git_reference_lookup(&current, repo, GIT_HEAD_FILE)) < 0) in git_repository_set_head()
2867 error = git_reference_lookup(&ref, repo, refname); in git_repository_set_head()
2926 if ((error = git_reference_lookup(&current, repo, GIT_HEAD_FILE)) < 0) in git_repository_detach_head()
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/libgit2-sys-0.7.11/libgit2/src/
H A Drefs.c162 int git_reference_lookup(git_reference **ref_out, in git_reference_lookup() function
279 if ((error = git_reference_lookup(out, repo, reference.ptr)) < 0) in git_reference__read_head()
725 return git_reference_lookup(ref_out, ref->db->repo, ref->name); in git_reference_resolve()
1154 if ((error = git_reference_lookup(&ref, repo, ref_name)) < 0) { in get_terminal()
H A Dbranch.c36 else if ((error = git_reference_lookup(&branch, repo, ref_name.ptr)) < 0) in retrieve_branch_reference()
542 error = git_reference_lookup( in git_branch_upstream()
H A Dstash.c588 if ((error = git_reference_lookup(&stash, repo, GIT_REFS_STASH_FILE)) < 0) in retrieve_stash_commit()
979 error = git_reference_lookup(&stash, repo, GIT_REFS_STASH_FILE); in git_stash_foreach()
1027 if ((error = git_reference_lookup(&stash, repo, GIT_REFS_STASH_FILE)) < 0) in git_stash_drop()
H A Drepository.c2084 if (git_reference_lookup(&ref, repo, GIT_HEAD_FILE) < 0) in git_repository_head_detached()
2126 if ((error = git_reference_lookup(&head, repo, GIT_HEAD_FILE)) < 0) in git_repository_head()
2249 if (git_reference_lookup(&head, repo, GIT_HEAD_FILE) < 0) in git_repository_is_empty()
2589 if ((error = git_reference_lookup(&current, repo, GIT_HEAD_FILE)) < 0) in detach()
2625 if ((error = git_reference_lookup(&current, repo, GIT_HEAD_FILE)) < 0) in git_repository_set_head()
2631 error = git_reference_lookup(&ref, repo, refname); in git_repository_set_head()
2689 if ((error = git_reference_lookup(&current, repo, GIT_HEAD_FILE)) < 0) in git_repository_detach_head()
/dports/devel/R-cran-git2r/git2r/src/libgit2/src/
H A Drefs.c167 int git_reference_lookup(git_reference **ref_out, in git_reference_lookup() function
290 if ((error = git_reference_lookup(out, repo, reference.ptr)) < 0) in git_reference__read_head()
738 return git_reference_lookup(ref_out, ref->db->repo, ref->name); in git_reference_resolve()
1167 if ((error = git_reference_lookup(&ref, repo, ref_name)) < 0) { in get_terminal()
H A Dbranch.c36 else if ((error = git_reference_lookup(&branch, repo, ref_name.ptr)) < 0) in retrieve_branch_reference()
542 error = git_reference_lookup( in git_branch_upstream()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/libgit2-sys-0.12.7+1.0.0/libgit2/src/
H A Drefs.c172 int git_reference_lookup(git_reference **ref_out, in git_reference_lookup() function
289 if ((error = git_reference_lookup(out, repo, reference.ptr)) < 0) in git_reference__read_head()
737 return git_reference_lookup(ref_out, ref->db->repo, ref->name); in git_reference_resolve()
1172 if ((error = git_reference_lookup(&ref, repo, ref_name)) < 0) { in get_terminal()
H A Dbranch.c36 else if ((error = git_reference_lookup(&branch, repo, ref_name.ptr)) < 0) in retrieve_branch_reference()
566 error = git_reference_lookup( in git_branch_upstream()
/dports/devel/gbump/gbump-1.0.1/cargo-crates/libgit2-sys-0.9.1/libgit2/src/
H A Drefs.c162 int git_reference_lookup(git_reference **ref_out, in git_reference_lookup() function
279 if ((error = git_reference_lookup(out, repo, reference.ptr)) < 0) in git_reference__read_head()
727 return git_reference_lookup(ref_out, ref->db->repo, ref->name); in git_reference_resolve()
1162 if ((error = git_reference_lookup(&ref, repo, ref_name)) < 0) { in get_terminal()
H A Dbranch.c36 else if ((error = git_reference_lookup(&branch, repo, ref_name.ptr)) < 0) in retrieve_branch_reference()
566 error = git_reference_lookup( in git_branch_upstream()
/dports/devel/libgit2/libgit2-1.3.0/tests/index/
H A Daddall.c455 cl_git_pass(git_reference_lookup(&ref, g_repo, "refs/heads/branch")); in test_index_addall__adds_conflicts()
481 cl_git_pass(git_reference_lookup(&ref, g_repo, "refs/heads/branch")); in test_index_addall__removes_deleted_conflicted_files()
/dports/devel/libgit2/libgit2-1.3.0/tests/reset/
H A Dsoft.c111 cl_git_pass(git_reference_lookup(&head, repo, NON_EXISTING_HEAD)); in test_reset_soft__resetting_against_an_unborn_head_repo_makes_the_head_no_longer_unborn()
/dports/devel/libgit2/libgit2-1.3.0/tests/merge/workdir/
H A Dtrivial.c47 cl_git_pass(git_reference_lookup(&their_ref, repo, branch_buf.ptr)); in merge_trivial()
/dports/devel/libgit2/libgit2-1.3.0/tests/threads/
H A Drefdb.c122 if (!git_reference_lookup(&ref, repo, name)) { in delete_refs()
/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 Drepository.c2351 if (git_reference_lookup(&ref, repo, GIT_HEAD_FILE) < 0) in git_repository_head_detached()
2390 if ((error = git_reference_lookup(&head, repo, GIT_HEAD_FILE)) < 0) in git_repository_head()
2419 (error = git_reference_lookup(&head, worktree_repo, GIT_HEAD_FILE)) < 0) in git_repository_head_for_worktree()
2567 if ((result = git_reference_lookup(&head, repo, GIT_HEAD_FILE)) < 0 || in git_repository_is_empty()
2937 if ((error = git_reference_lookup(&current, repo, GIT_HEAD_FILE)) < 0) in detach()
2974 if ((error = git_reference_lookup(&current, repo, GIT_HEAD_FILE)) < 0) in git_repository_set_head()
2980 error = git_reference_lookup(&ref, repo, refname); in git_repository_set_head()
3039 if ((error = git_reference_lookup(&current, repo, GIT_HEAD_FILE)) < 0) in git_repository_detach_head()
/dports/devel/git-delta/delta-0.9.2/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Drepository.c2351 if (git_reference_lookup(&ref, repo, GIT_HEAD_FILE) < 0) in git_repository_head_detached()
2390 if ((error = git_reference_lookup(&head, repo, GIT_HEAD_FILE)) < 0) in git_repository_head()
2419 (error = git_reference_lookup(&head, worktree_repo, GIT_HEAD_FILE)) < 0) in git_repository_head_for_worktree()
2567 if ((result = git_reference_lookup(&head, repo, GIT_HEAD_FILE)) < 0 || in git_repository_is_empty()
2937 if ((error = git_reference_lookup(&current, repo, GIT_HEAD_FILE)) < 0) in detach()
2974 if ((error = git_reference_lookup(&current, repo, GIT_HEAD_FILE)) < 0) in git_repository_set_head()
2980 error = git_reference_lookup(&ref, repo, refname); in git_repository_set_head()
3039 if ((error = git_reference_lookup(&current, repo, GIT_HEAD_FILE)) < 0) in git_repository_detach_head()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Drepository.c2351 if (git_reference_lookup(&ref, repo, GIT_HEAD_FILE) < 0) in git_repository_head_detached()
2390 if ((error = git_reference_lookup(&head, repo, GIT_HEAD_FILE)) < 0) in git_repository_head()
2419 (error = git_reference_lookup(&head, worktree_repo, GIT_HEAD_FILE)) < 0) in git_repository_head_for_worktree()
2567 if ((result = git_reference_lookup(&head, repo, GIT_HEAD_FILE)) < 0 || in git_repository_is_empty()
2937 if ((error = git_reference_lookup(&current, repo, GIT_HEAD_FILE)) < 0) in detach()
2974 if ((error = git_reference_lookup(&current, repo, GIT_HEAD_FILE)) < 0) in git_repository_set_head()
2980 error = git_reference_lookup(&ref, repo, refname); in git_repository_set_head()
3039 if ((error = git_reference_lookup(&current, repo, GIT_HEAD_FILE)) < 0) in git_repository_detach_head()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Drepository.c2351 if (git_reference_lookup(&ref, repo, GIT_HEAD_FILE) < 0) in git_repository_head_detached()
2390 if ((error = git_reference_lookup(&head, repo, GIT_HEAD_FILE)) < 0) in git_repository_head()
2419 (error = git_reference_lookup(&head, worktree_repo, GIT_HEAD_FILE)) < 0) in git_repository_head_for_worktree()
2567 if ((result = git_reference_lookup(&head, repo, GIT_HEAD_FILE)) < 0 || in git_repository_is_empty()
2937 if ((error = git_reference_lookup(&current, repo, GIT_HEAD_FILE)) < 0) in detach()
2974 if ((error = git_reference_lookup(&current, repo, GIT_HEAD_FILE)) < 0) in git_repository_set_head()
2980 error = git_reference_lookup(&ref, repo, refname); in git_repository_set_head()
3039 if ((error = git_reference_lookup(&current, repo, GIT_HEAD_FILE)) < 0) in git_repository_detach_head()
/dports/lang/rust/rustc-1.58.1-src/vendor/libgit2-sys/libgit2/src/
H A Drepository.c2351 if (git_reference_lookup(&ref, repo, GIT_HEAD_FILE) < 0) in git_repository_head_detached()
2390 if ((error = git_reference_lookup(&head, repo, GIT_HEAD_FILE)) < 0) in git_repository_head()
2419 (error = git_reference_lookup(&head, worktree_repo, GIT_HEAD_FILE)) < 0) in git_repository_head_for_worktree()
2567 if ((result = git_reference_lookup(&head, repo, GIT_HEAD_FILE)) < 0 || in git_repository_is_empty()
2937 if ((error = git_reference_lookup(&current, repo, GIT_HEAD_FILE)) < 0) in detach()
2974 if ((error = git_reference_lookup(&current, repo, GIT_HEAD_FILE)) < 0) in git_repository_set_head()
2980 error = git_reference_lookup(&ref, repo, refname); in git_repository_set_head()
3039 if ((error = git_reference_lookup(&current, repo, GIT_HEAD_FILE)) < 0) in git_repository_detach_head()
/dports/devel/libgit2/libgit2-1.3.0/src/
H A Drepository.c2351 if (git_reference_lookup(&ref, repo, GIT_HEAD_FILE) < 0) in git_repository_head_detached()
2390 if ((error = git_reference_lookup(&head, repo, GIT_HEAD_FILE)) < 0) in git_repository_head()
2419 (error = git_reference_lookup(&head, worktree_repo, GIT_HEAD_FILE)) < 0) in git_repository_head_for_worktree()
2567 if ((result = git_reference_lookup(&head, repo, GIT_HEAD_FILE)) < 0 || in git_repository_is_empty()
2937 if ((error = git_reference_lookup(&current, repo, GIT_HEAD_FILE)) < 0) in detach()
2974 if ((error = git_reference_lookup(&current, repo, GIT_HEAD_FILE)) < 0) in git_repository_set_head()
2980 error = git_reference_lookup(&ref, repo, refname); in git_repository_set_head()
3039 if ((error = git_reference_lookup(&current, repo, GIT_HEAD_FILE)) < 0) in git_repository_detach_head()
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/libgit2-sys-0.12.13+1.0.1/libgit2/src/
H A Dbranch.c36 else if ((error = git_reference_lookup(&branch, repo, ref_name.ptr)) < 0) in retrieve_branch_reference()
566 error = git_reference_lookup( in git_branch_upstream()
H A Drepository.c2166 if (git_reference_lookup(&ref, repo, GIT_HEAD_FILE) < 0) in git_repository_head_detached()
2210 if ((error = git_reference_lookup(&head, repo, GIT_HEAD_FILE)) < 0) in git_repository_head()
2340 if (git_reference_lookup(&head, repo, GIT_HEAD_FILE) < 0) in git_repository_is_empty()
2685 if ((error = git_reference_lookup(&current, repo, GIT_HEAD_FILE)) < 0) in detach()
2721 if ((error = git_reference_lookup(&current, repo, GIT_HEAD_FILE)) < 0) in git_repository_set_head()
2727 error = git_reference_lookup(&ref, repo, refname); in git_repository_set_head()
2785 if ((error = git_reference_lookup(&current, repo, GIT_HEAD_FILE)) < 0) in git_repository_detach_head()
/dports/devel/gitui/gitui-0.10.1/cargo-crates/libgit2-sys-0.12.12+1.0.1/libgit2/src/
H A Dbranch.c36 else if ((error = git_reference_lookup(&branch, repo, ref_name.ptr)) < 0) in retrieve_branch_reference()
566 error = git_reference_lookup( in git_branch_upstream()

12345678910>>...17