Home
last modified time | relevance | path

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

/dports/devel/gitui/gitui-0.10.1/asyncgit/src/sync/
H A Dcommit_files.rs72 if let Ok(untracked_commit) = commit.parent_id(2) { in get_commit_diff()
75 CommitId::new(untracked_commit), in get_commit_diff()
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/libgit2-sys-0.7.11/libgit2/src/
H A Dstash.c626 git_commit *untracked_commit = NULL; in retrieve_stash_trees() local
649 if ((error = git_commit_parent(&untracked_commit, stash_commit, 2)) < 0) in retrieve_stash_trees()
651 if ((error = git_commit_tree(&untracked_tree, untracked_commit)) < 0) in retrieve_stash_trees()
662 git_commit_free(untracked_commit); in retrieve_stash_trees()
/dports/misc/broot/broot-1.7.0/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Dstash.c650 git_commit *untracked_commit = NULL; in retrieve_stash_trees() local
673 if ((error = git_commit_parent(&untracked_commit, stash_commit, 2)) < 0) in retrieve_stash_trees()
675 if ((error = git_commit_tree(&untracked_tree, untracked_commit)) < 0) in retrieve_stash_trees()
686 git_commit_free(untracked_commit); in retrieve_stash_trees()
/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 Dstash.c650 git_commit *untracked_commit = NULL; in retrieve_stash_trees() local
673 if ((error = git_commit_parent(&untracked_commit, stash_commit, 2)) < 0) in retrieve_stash_trees()
675 if ((error = git_commit_tree(&untracked_tree, untracked_commit)) < 0) in retrieve_stash_trees()
686 git_commit_free(untracked_commit); in retrieve_stash_trees()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/libgit2-sys-0.12.23+1.2.0/libgit2/src/
H A Dstash.c650 git_commit *untracked_commit = NULL; in retrieve_stash_trees() local
673 if ((error = git_commit_parent(&untracked_commit, stash_commit, 2)) < 0) in retrieve_stash_trees()
675 if ((error = git_commit_tree(&untracked_tree, untracked_commit)) < 0) in retrieve_stash_trees()
686 git_commit_free(untracked_commit); in retrieve_stash_trees()
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/libgit2-sys-0.12.13+1.0.1/libgit2/src/
H A Dstash.c648 git_commit *untracked_commit = NULL; in retrieve_stash_trees() local
671 if ((error = git_commit_parent(&untracked_commit, stash_commit, 2)) < 0) in retrieve_stash_trees()
673 if ((error = git_commit_tree(&untracked_tree, untracked_commit)) < 0) in retrieve_stash_trees()
684 git_commit_free(untracked_commit); in retrieve_stash_trees()
/dports/devel/R-cran-git2r/git2r/src/libgit2/src/
H A Dstash.c673 git_commit *untracked_commit = NULL; in retrieve_stash_trees() local
696 if ((error = git_commit_parent(&untracked_commit, stash_commit, 2)) < 0) in retrieve_stash_trees()
698 if ((error = git_commit_tree(&untracked_tree, untracked_commit)) < 0) in retrieve_stash_trees()
709 git_commit_free(untracked_commit); in retrieve_stash_trees()
/dports/devel/git-delta/delta-0.9.2/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Dstash.c650 git_commit *untracked_commit = NULL; in retrieve_stash_trees() local
673 if ((error = git_commit_parent(&untracked_commit, stash_commit, 2)) < 0) in retrieve_stash_trees()
675 if ((error = git_commit_tree(&untracked_tree, untracked_commit)) < 0) in retrieve_stash_trees()
686 git_commit_free(untracked_commit); in retrieve_stash_trees()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/libgit2-sys-0.12.7+1.0.0/libgit2/src/
H A Dstash.c648 git_commit *untracked_commit = NULL; in retrieve_stash_trees() local
671 if ((error = git_commit_parent(&untracked_commit, stash_commit, 2)) < 0) in retrieve_stash_trees()
673 if ((error = git_commit_tree(&untracked_tree, untracked_commit)) < 0) in retrieve_stash_trees()
684 git_commit_free(untracked_commit); in retrieve_stash_trees()
/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 Dstash.c650 git_commit *untracked_commit = NULL; in retrieve_stash_trees() local
673 if ((error = git_commit_parent(&untracked_commit, stash_commit, 2)) < 0) in retrieve_stash_trees()
675 if ((error = git_commit_tree(&untracked_tree, untracked_commit)) < 0) in retrieve_stash_trees()
686 git_commit_free(untracked_commit); in retrieve_stash_trees()
/dports/devel/tokei/tokei-12.1.2/cargo-crates/libgit2-sys-0.12.17+1.1.0/libgit2/src/
H A Dstash.c650 git_commit *untracked_commit = NULL; in retrieve_stash_trees() local
673 if ((error = git_commit_parent(&untracked_commit, stash_commit, 2)) < 0) in retrieve_stash_trees()
675 if ((error = git_commit_tree(&untracked_tree, untracked_commit)) < 0) in retrieve_stash_trees()
686 git_commit_free(untracked_commit); in retrieve_stash_trees()
/dports/devel/gbump/gbump-1.0.1/cargo-crates/libgit2-sys-0.9.1/libgit2/src/
H A Dstash.c668 git_commit *untracked_commit = NULL; in retrieve_stash_trees() local
691 if ((error = git_commit_parent(&untracked_commit, stash_commit, 2)) < 0) in retrieve_stash_trees()
693 if ((error = git_commit_tree(&untracked_tree, untracked_commit)) < 0) in retrieve_stash_trees()
704 git_commit_free(untracked_commit); in retrieve_stash_trees()
/dports/devel/libgit2/libgit2-1.3.0/src/
H A Dstash.c650 git_commit *untracked_commit = NULL; in retrieve_stash_trees() local
673 if ((error = git_commit_parent(&untracked_commit, stash_commit, 2)) < 0) in retrieve_stash_trees()
675 if ((error = git_commit_tree(&untracked_tree, untracked_commit)) < 0) in retrieve_stash_trees()
686 git_commit_free(untracked_commit); in retrieve_stash_trees()
/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 Dstash.c650 git_commit *untracked_commit = NULL; in retrieve_stash_trees() local
673 if ((error = git_commit_parent(&untracked_commit, stash_commit, 2)) < 0) in retrieve_stash_trees()
675 if ((error = git_commit_tree(&untracked_tree, untracked_commit)) < 0) in retrieve_stash_trees()
686 git_commit_free(untracked_commit); in retrieve_stash_trees()
/dports/devel/gitui/gitui-0.10.1/cargo-crates/libgit2-sys-0.12.12+1.0.1/libgit2/src/
H A Dstash.c648 git_commit *untracked_commit = NULL; in retrieve_stash_trees() local
671 if ((error = git_commit_parent(&untracked_commit, stash_commit, 2)) < 0) in retrieve_stash_trees()
673 if ((error = git_commit_tree(&untracked_tree, untracked_commit)) < 0) in retrieve_stash_trees()
684 git_commit_free(untracked_commit); in retrieve_stash_trees()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libgit2-sys-0.12.22+1.1.0/libgit2/src/
H A Dstash.c650 git_commit *untracked_commit = NULL; in retrieve_stash_trees() local
673 if ((error = git_commit_parent(&untracked_commit, stash_commit, 2)) < 0) in retrieve_stash_trees()
675 if ((error = git_commit_tree(&untracked_tree, untracked_commit)) < 0) in retrieve_stash_trees()
686 git_commit_free(untracked_commit); in retrieve_stash_trees()
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Dstash.c650 git_commit *untracked_commit = NULL; in retrieve_stash_trees() local
673 if ((error = git_commit_parent(&untracked_commit, stash_commit, 2)) < 0) in retrieve_stash_trees()
675 if ((error = git_commit_tree(&untracked_tree, untracked_commit)) < 0) in retrieve_stash_trees()
686 git_commit_free(untracked_commit); in retrieve_stash_trees()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Dstash.c650 git_commit *untracked_commit = NULL; in retrieve_stash_trees() local
673 if ((error = git_commit_parent(&untracked_commit, stash_commit, 2)) < 0) in retrieve_stash_trees()
675 if ((error = git_commit_tree(&untracked_tree, untracked_commit)) < 0) in retrieve_stash_trees()
686 git_commit_free(untracked_commit); in retrieve_stash_trees()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Dstash.c650 git_commit *untracked_commit = NULL; in retrieve_stash_trees() local
673 if ((error = git_commit_parent(&untracked_commit, stash_commit, 2)) < 0) in retrieve_stash_trees()
675 if ((error = git_commit_tree(&untracked_tree, untracked_commit)) < 0) in retrieve_stash_trees()
686 git_commit_free(untracked_commit); in retrieve_stash_trees()
/dports/lang/rust/rustc-1.58.1-src/vendor/libgit2-sys/libgit2/src/
H A Dstash.c650 git_commit *untracked_commit = NULL; in retrieve_stash_trees() local
673 if ((error = git_commit_parent(&untracked_commit, stash_commit, 2)) < 0) in retrieve_stash_trees()
675 if ((error = git_commit_tree(&untracked_tree, untracked_commit)) < 0) in retrieve_stash_trees()
686 git_commit_free(untracked_commit); in retrieve_stash_trees()
/dports/sysutils/exa/exa-0.10.1/cargo-crates/libgit2-sys-0.12.18+1.1.0/libgit2/src/
H A Dstash.c650 git_commit *untracked_commit = NULL; in retrieve_stash_trees() local
673 if ((error = git_commit_parent(&untracked_commit, stash_commit, 2)) < 0) in retrieve_stash_trees()
675 if ((error = git_commit_tree(&untracked_tree, untracked_commit)) < 0) in retrieve_stash_trees()
686 git_commit_free(untracked_commit); in retrieve_stash_trees()
/dports/textproc/bat/bat-0.18.3/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Dstash.c650 git_commit *untracked_commit = NULL; in retrieve_stash_trees() local
673 if ((error = git_commit_parent(&untracked_commit, stash_commit, 2)) < 0) in retrieve_stash_trees()
675 if ((error = git_commit_tree(&untracked_tree, untracked_commit)) < 0) in retrieve_stash_trees()
686 git_commit_free(untracked_commit); in retrieve_stash_trees()