Home
last modified time | relevance | path

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

/dports/textproc/py-nbsphinx/nbsphinx-0.8.7/
H A Dtheme_comparison.py99 stash_commit = repo.git.stash('create', '--include-untracked') variable
100 if stash_commit:
101 worktree.merge(stash_commit)
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/libgit2-sys-0.7.11/libgit2/src/
H A Dstash.c617 git_commit *stash_commit) in retrieve_stash_trees() argument
630 if ((error = git_commit_tree(&stash_tree, stash_commit)) < 0) in retrieve_stash_trees()
633 if ((error = git_commit_parent(&base_commit, stash_commit, 0)) < 0) in retrieve_stash_trees()
638 if ((error = git_commit_parent(&index_commit, stash_commit, 1)) < 0) in retrieve_stash_trees()
648 if (git_commit_parentcount(stash_commit) == 3) { in retrieve_stash_trees()
649 if ((error = git_commit_parent(&untracked_commit, stash_commit, 2)) < 0) in retrieve_stash_trees()
835 git_commit *stash_commit = NULL; in git_stash_apply() local
856 if ((error = retrieve_stash_commit(&stash_commit, repo, index)) < 0) in git_stash_apply()
862 &index_parent_tree, &untracked_tree, stash_commit)) < 0) in git_stash_apply()
964 git_commit_free(stash_commit); in git_stash_apply()
/dports/misc/broot/broot-1.7.0/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Dstash.c641 git_commit *stash_commit) in retrieve_stash_trees() argument
654 if ((error = git_commit_tree(&stash_tree, stash_commit)) < 0) in retrieve_stash_trees()
657 if ((error = git_commit_parent(&base_commit, stash_commit, 0)) < 0) in retrieve_stash_trees()
662 if ((error = git_commit_parent(&index_commit, stash_commit, 1)) < 0) in retrieve_stash_trees()
672 if (git_commit_parentcount(stash_commit) == 3) { in retrieve_stash_trees()
673 if ((error = git_commit_parent(&untracked_commit, stash_commit, 2)) < 0) in retrieve_stash_trees()
868 git_commit *stash_commit = NULL; in git_stash_apply() local
889 if ((error = retrieve_stash_commit(&stash_commit, repo, index)) < 0) in git_stash_apply()
895 &index_parent_tree, &untracked_tree, stash_commit)) < 0) in git_stash_apply()
997 git_commit_free(stash_commit); in git_stash_apply()
/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.c641 git_commit *stash_commit) in retrieve_stash_trees() argument
654 if ((error = git_commit_tree(&stash_tree, stash_commit)) < 0) in retrieve_stash_trees()
657 if ((error = git_commit_parent(&base_commit, stash_commit, 0)) < 0) in retrieve_stash_trees()
662 if ((error = git_commit_parent(&index_commit, stash_commit, 1)) < 0) in retrieve_stash_trees()
672 if (git_commit_parentcount(stash_commit) == 3) { in retrieve_stash_trees()
673 if ((error = git_commit_parent(&untracked_commit, stash_commit, 2)) < 0) in retrieve_stash_trees()
868 git_commit *stash_commit = NULL; in git_stash_apply() local
889 if ((error = retrieve_stash_commit(&stash_commit, repo, index)) < 0) in git_stash_apply()
895 &index_parent_tree, &untracked_tree, stash_commit)) < 0) in git_stash_apply()
997 git_commit_free(stash_commit); in git_stash_apply()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/libgit2-sys-0.12.23+1.2.0/libgit2/src/
H A Dstash.c641 git_commit *stash_commit) in retrieve_stash_trees() argument
654 if ((error = git_commit_tree(&stash_tree, stash_commit)) < 0) in retrieve_stash_trees()
657 if ((error = git_commit_parent(&base_commit, stash_commit, 0)) < 0) in retrieve_stash_trees()
662 if ((error = git_commit_parent(&index_commit, stash_commit, 1)) < 0) in retrieve_stash_trees()
672 if (git_commit_parentcount(stash_commit) == 3) { in retrieve_stash_trees()
673 if ((error = git_commit_parent(&untracked_commit, stash_commit, 2)) < 0) in retrieve_stash_trees()
868 git_commit *stash_commit = NULL; in git_stash_apply() local
889 if ((error = retrieve_stash_commit(&stash_commit, repo, index)) < 0) in git_stash_apply()
895 &index_parent_tree, &untracked_tree, stash_commit)) < 0) in git_stash_apply()
997 git_commit_free(stash_commit); in git_stash_apply()
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/libgit2-sys-0.12.13+1.0.1/libgit2/src/
H A Dstash.c639 git_commit *stash_commit) in retrieve_stash_trees() argument
652 if ((error = git_commit_tree(&stash_tree, stash_commit)) < 0) in retrieve_stash_trees()
655 if ((error = git_commit_parent(&base_commit, stash_commit, 0)) < 0) in retrieve_stash_trees()
660 if ((error = git_commit_parent(&index_commit, stash_commit, 1)) < 0) in retrieve_stash_trees()
670 if (git_commit_parentcount(stash_commit) == 3) { in retrieve_stash_trees()
671 if ((error = git_commit_parent(&untracked_commit, stash_commit, 2)) < 0) in retrieve_stash_trees()
866 git_commit *stash_commit = NULL; in git_stash_apply() local
887 if ((error = retrieve_stash_commit(&stash_commit, repo, index)) < 0) in git_stash_apply()
893 &index_parent_tree, &untracked_tree, stash_commit)) < 0) in git_stash_apply()
995 git_commit_free(stash_commit); in git_stash_apply()
/dports/devel/R-cran-git2r/git2r/src/libgit2/src/
H A Dstash.c664 git_commit *stash_commit) in retrieve_stash_trees() argument
677 if ((error = git_commit_tree(&stash_tree, stash_commit)) < 0) in retrieve_stash_trees()
680 if ((error = git_commit_parent(&base_commit, stash_commit, 0)) < 0) in retrieve_stash_trees()
685 if ((error = git_commit_parent(&index_commit, stash_commit, 1)) < 0) in retrieve_stash_trees()
695 if (git_commit_parentcount(stash_commit) == 3) { in retrieve_stash_trees()
696 if ((error = git_commit_parent(&untracked_commit, stash_commit, 2)) < 0) in retrieve_stash_trees()
884 git_commit *stash_commit = NULL; in git_stash_apply() local
905 if ((error = retrieve_stash_commit(&stash_commit, repo, index)) < 0) in git_stash_apply()
911 &index_parent_tree, &untracked_tree, stash_commit)) < 0) in git_stash_apply()
1013 git_commit_free(stash_commit); in git_stash_apply()
/dports/devel/git-delta/delta-0.9.2/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Dstash.c641 git_commit *stash_commit) in retrieve_stash_trees() argument
654 if ((error = git_commit_tree(&stash_tree, stash_commit)) < 0) in retrieve_stash_trees()
657 if ((error = git_commit_parent(&base_commit, stash_commit, 0)) < 0) in retrieve_stash_trees()
662 if ((error = git_commit_parent(&index_commit, stash_commit, 1)) < 0) in retrieve_stash_trees()
672 if (git_commit_parentcount(stash_commit) == 3) { in retrieve_stash_trees()
673 if ((error = git_commit_parent(&untracked_commit, stash_commit, 2)) < 0) in retrieve_stash_trees()
868 git_commit *stash_commit = NULL; in git_stash_apply() local
889 if ((error = retrieve_stash_commit(&stash_commit, repo, index)) < 0) in git_stash_apply()
895 &index_parent_tree, &untracked_tree, stash_commit)) < 0) in git_stash_apply()
997 git_commit_free(stash_commit); in git_stash_apply()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/libgit2-sys-0.12.7+1.0.0/libgit2/src/
H A Dstash.c639 git_commit *stash_commit) in retrieve_stash_trees() argument
652 if ((error = git_commit_tree(&stash_tree, stash_commit)) < 0) in retrieve_stash_trees()
655 if ((error = git_commit_parent(&base_commit, stash_commit, 0)) < 0) in retrieve_stash_trees()
660 if ((error = git_commit_parent(&index_commit, stash_commit, 1)) < 0) in retrieve_stash_trees()
670 if (git_commit_parentcount(stash_commit) == 3) { in retrieve_stash_trees()
671 if ((error = git_commit_parent(&untracked_commit, stash_commit, 2)) < 0) in retrieve_stash_trees()
864 git_commit *stash_commit = NULL; in git_stash_apply() local
885 if ((error = retrieve_stash_commit(&stash_commit, repo, index)) < 0) in git_stash_apply()
891 &index_parent_tree, &untracked_tree, stash_commit)) < 0) in git_stash_apply()
993 git_commit_free(stash_commit); in git_stash_apply()
/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.c641 git_commit *stash_commit) in retrieve_stash_trees() argument
654 if ((error = git_commit_tree(&stash_tree, stash_commit)) < 0) in retrieve_stash_trees()
657 if ((error = git_commit_parent(&base_commit, stash_commit, 0)) < 0) in retrieve_stash_trees()
662 if ((error = git_commit_parent(&index_commit, stash_commit, 1)) < 0) in retrieve_stash_trees()
672 if (git_commit_parentcount(stash_commit) == 3) { in retrieve_stash_trees()
673 if ((error = git_commit_parent(&untracked_commit, stash_commit, 2)) < 0) in retrieve_stash_trees()
868 git_commit *stash_commit = NULL; in git_stash_apply() local
889 if ((error = retrieve_stash_commit(&stash_commit, repo, index)) < 0) in git_stash_apply()
895 &index_parent_tree, &untracked_tree, stash_commit)) < 0) in git_stash_apply()
997 git_commit_free(stash_commit); in git_stash_apply()
/dports/devel/tokei/tokei-12.1.2/cargo-crates/libgit2-sys-0.12.17+1.1.0/libgit2/src/
H A Dstash.c641 git_commit *stash_commit) in retrieve_stash_trees() argument
654 if ((error = git_commit_tree(&stash_tree, stash_commit)) < 0) in retrieve_stash_trees()
657 if ((error = git_commit_parent(&base_commit, stash_commit, 0)) < 0) in retrieve_stash_trees()
662 if ((error = git_commit_parent(&index_commit, stash_commit, 1)) < 0) in retrieve_stash_trees()
672 if (git_commit_parentcount(stash_commit) == 3) { in retrieve_stash_trees()
673 if ((error = git_commit_parent(&untracked_commit, stash_commit, 2)) < 0) in retrieve_stash_trees()
868 git_commit *stash_commit = NULL; in git_stash_apply() local
889 if ((error = retrieve_stash_commit(&stash_commit, repo, index)) < 0) in git_stash_apply()
895 &index_parent_tree, &untracked_tree, stash_commit)) < 0) in git_stash_apply()
997 git_commit_free(stash_commit); in git_stash_apply()
/dports/devel/gbump/gbump-1.0.1/cargo-crates/libgit2-sys-0.9.1/libgit2/src/
H A Dstash.c659 git_commit *stash_commit) in retrieve_stash_trees() argument
672 if ((error = git_commit_tree(&stash_tree, stash_commit)) < 0) in retrieve_stash_trees()
675 if ((error = git_commit_parent(&base_commit, stash_commit, 0)) < 0) in retrieve_stash_trees()
680 if ((error = git_commit_parent(&index_commit, stash_commit, 1)) < 0) in retrieve_stash_trees()
690 if (git_commit_parentcount(stash_commit) == 3) { in retrieve_stash_trees()
691 if ((error = git_commit_parent(&untracked_commit, stash_commit, 2)) < 0) in retrieve_stash_trees()
884 git_commit *stash_commit = NULL; in git_stash_apply() local
905 if ((error = retrieve_stash_commit(&stash_commit, repo, index)) < 0) in git_stash_apply()
911 &index_parent_tree, &untracked_tree, stash_commit)) < 0) in git_stash_apply()
1013 git_commit_free(stash_commit); in git_stash_apply()
/dports/devel/libgit2/libgit2-1.3.0/src/
H A Dstash.c641 git_commit *stash_commit) in retrieve_stash_trees() argument
654 if ((error = git_commit_tree(&stash_tree, stash_commit)) < 0) in retrieve_stash_trees()
657 if ((error = git_commit_parent(&base_commit, stash_commit, 0)) < 0) in retrieve_stash_trees()
662 if ((error = git_commit_parent(&index_commit, stash_commit, 1)) < 0) in retrieve_stash_trees()
672 if (git_commit_parentcount(stash_commit) == 3) { in retrieve_stash_trees()
673 if ((error = git_commit_parent(&untracked_commit, stash_commit, 2)) < 0) in retrieve_stash_trees()
868 git_commit *stash_commit = NULL; in git_stash_apply() local
889 if ((error = retrieve_stash_commit(&stash_commit, repo, index)) < 0) in git_stash_apply()
895 &index_parent_tree, &untracked_tree, stash_commit)) < 0) in git_stash_apply()
997 git_commit_free(stash_commit); in git_stash_apply()
/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.c641 git_commit *stash_commit) in retrieve_stash_trees() argument
654 if ((error = git_commit_tree(&stash_tree, stash_commit)) < 0) in retrieve_stash_trees()
657 if ((error = git_commit_parent(&base_commit, stash_commit, 0)) < 0) in retrieve_stash_trees()
662 if ((error = git_commit_parent(&index_commit, stash_commit, 1)) < 0) in retrieve_stash_trees()
672 if (git_commit_parentcount(stash_commit) == 3) { in retrieve_stash_trees()
673 if ((error = git_commit_parent(&untracked_commit, stash_commit, 2)) < 0) in retrieve_stash_trees()
868 git_commit *stash_commit = NULL; in git_stash_apply() local
889 if ((error = retrieve_stash_commit(&stash_commit, repo, index)) < 0) in git_stash_apply()
895 &index_parent_tree, &untracked_tree, stash_commit)) < 0) in git_stash_apply()
997 git_commit_free(stash_commit); in git_stash_apply()
/dports/devel/gitui/gitui-0.10.1/cargo-crates/libgit2-sys-0.12.12+1.0.1/libgit2/src/
H A Dstash.c639 git_commit *stash_commit) in retrieve_stash_trees() argument
652 if ((error = git_commit_tree(&stash_tree, stash_commit)) < 0) in retrieve_stash_trees()
655 if ((error = git_commit_parent(&base_commit, stash_commit, 0)) < 0) in retrieve_stash_trees()
660 if ((error = git_commit_parent(&index_commit, stash_commit, 1)) < 0) in retrieve_stash_trees()
670 if (git_commit_parentcount(stash_commit) == 3) { in retrieve_stash_trees()
671 if ((error = git_commit_parent(&untracked_commit, stash_commit, 2)) < 0) in retrieve_stash_trees()
866 git_commit *stash_commit = NULL; in git_stash_apply() local
887 if ((error = retrieve_stash_commit(&stash_commit, repo, index)) < 0) in git_stash_apply()
893 &index_parent_tree, &untracked_tree, stash_commit)) < 0) in git_stash_apply()
995 git_commit_free(stash_commit); in git_stash_apply()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libgit2-sys-0.12.22+1.1.0/libgit2/src/
H A Dstash.c641 git_commit *stash_commit) in retrieve_stash_trees() argument
654 if ((error = git_commit_tree(&stash_tree, stash_commit)) < 0) in retrieve_stash_trees()
657 if ((error = git_commit_parent(&base_commit, stash_commit, 0)) < 0) in retrieve_stash_trees()
662 if ((error = git_commit_parent(&index_commit, stash_commit, 1)) < 0) in retrieve_stash_trees()
672 if (git_commit_parentcount(stash_commit) == 3) { in retrieve_stash_trees()
673 if ((error = git_commit_parent(&untracked_commit, stash_commit, 2)) < 0) in retrieve_stash_trees()
868 git_commit *stash_commit = NULL; in git_stash_apply() local
889 if ((error = retrieve_stash_commit(&stash_commit, repo, index)) < 0) in git_stash_apply()
895 &index_parent_tree, &untracked_tree, stash_commit)) < 0) in git_stash_apply()
997 git_commit_free(stash_commit); in git_stash_apply()
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Dstash.c641 git_commit *stash_commit) in retrieve_stash_trees() argument
654 if ((error = git_commit_tree(&stash_tree, stash_commit)) < 0) in retrieve_stash_trees()
657 if ((error = git_commit_parent(&base_commit, stash_commit, 0)) < 0) in retrieve_stash_trees()
662 if ((error = git_commit_parent(&index_commit, stash_commit, 1)) < 0) in retrieve_stash_trees()
672 if (git_commit_parentcount(stash_commit) == 3) { in retrieve_stash_trees()
673 if ((error = git_commit_parent(&untracked_commit, stash_commit, 2)) < 0) in retrieve_stash_trees()
868 git_commit *stash_commit = NULL; in git_stash_apply() local
889 if ((error = retrieve_stash_commit(&stash_commit, repo, index)) < 0) in git_stash_apply()
895 &index_parent_tree, &untracked_tree, stash_commit)) < 0) in git_stash_apply()
997 git_commit_free(stash_commit); in git_stash_apply()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Dstash.c641 git_commit *stash_commit) in retrieve_stash_trees() argument
654 if ((error = git_commit_tree(&stash_tree, stash_commit)) < 0) in retrieve_stash_trees()
657 if ((error = git_commit_parent(&base_commit, stash_commit, 0)) < 0) in retrieve_stash_trees()
662 if ((error = git_commit_parent(&index_commit, stash_commit, 1)) < 0) in retrieve_stash_trees()
672 if (git_commit_parentcount(stash_commit) == 3) { in retrieve_stash_trees()
673 if ((error = git_commit_parent(&untracked_commit, stash_commit, 2)) < 0) in retrieve_stash_trees()
868 git_commit *stash_commit = NULL; in git_stash_apply() local
889 if ((error = retrieve_stash_commit(&stash_commit, repo, index)) < 0) in git_stash_apply()
895 &index_parent_tree, &untracked_tree, stash_commit)) < 0) in git_stash_apply()
997 git_commit_free(stash_commit); in git_stash_apply()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Dstash.c641 git_commit *stash_commit) in retrieve_stash_trees() argument
654 if ((error = git_commit_tree(&stash_tree, stash_commit)) < 0) in retrieve_stash_trees()
657 if ((error = git_commit_parent(&base_commit, stash_commit, 0)) < 0) in retrieve_stash_trees()
662 if ((error = git_commit_parent(&index_commit, stash_commit, 1)) < 0) in retrieve_stash_trees()
672 if (git_commit_parentcount(stash_commit) == 3) { in retrieve_stash_trees()
673 if ((error = git_commit_parent(&untracked_commit, stash_commit, 2)) < 0) in retrieve_stash_trees()
868 git_commit *stash_commit = NULL; in git_stash_apply() local
889 if ((error = retrieve_stash_commit(&stash_commit, repo, index)) < 0) in git_stash_apply()
895 &index_parent_tree, &untracked_tree, stash_commit)) < 0) in git_stash_apply()
997 git_commit_free(stash_commit); in git_stash_apply()
/dports/lang/rust/rustc-1.58.1-src/vendor/libgit2-sys/libgit2/src/
H A Dstash.c641 git_commit *stash_commit) in retrieve_stash_trees() argument
654 if ((error = git_commit_tree(&stash_tree, stash_commit)) < 0) in retrieve_stash_trees()
657 if ((error = git_commit_parent(&base_commit, stash_commit, 0)) < 0) in retrieve_stash_trees()
662 if ((error = git_commit_parent(&index_commit, stash_commit, 1)) < 0) in retrieve_stash_trees()
672 if (git_commit_parentcount(stash_commit) == 3) { in retrieve_stash_trees()
673 if ((error = git_commit_parent(&untracked_commit, stash_commit, 2)) < 0) in retrieve_stash_trees()
868 git_commit *stash_commit = NULL; in git_stash_apply() local
889 if ((error = retrieve_stash_commit(&stash_commit, repo, index)) < 0) in git_stash_apply()
895 &index_parent_tree, &untracked_tree, stash_commit)) < 0) in git_stash_apply()
997 git_commit_free(stash_commit); in git_stash_apply()
/dports/sysutils/exa/exa-0.10.1/cargo-crates/libgit2-sys-0.12.18+1.1.0/libgit2/src/
H A Dstash.c641 git_commit *stash_commit) in retrieve_stash_trees() argument
654 if ((error = git_commit_tree(&stash_tree, stash_commit)) < 0) in retrieve_stash_trees()
657 if ((error = git_commit_parent(&base_commit, stash_commit, 0)) < 0) in retrieve_stash_trees()
662 if ((error = git_commit_parent(&index_commit, stash_commit, 1)) < 0) in retrieve_stash_trees()
672 if (git_commit_parentcount(stash_commit) == 3) { in retrieve_stash_trees()
673 if ((error = git_commit_parent(&untracked_commit, stash_commit, 2)) < 0) in retrieve_stash_trees()
868 git_commit *stash_commit = NULL; in git_stash_apply() local
889 if ((error = retrieve_stash_commit(&stash_commit, repo, index)) < 0) in git_stash_apply()
895 &index_parent_tree, &untracked_tree, stash_commit)) < 0) in git_stash_apply()
997 git_commit_free(stash_commit); in git_stash_apply()
/dports/textproc/bat/bat-0.18.3/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Dstash.c641 git_commit *stash_commit) in retrieve_stash_trees() argument
654 if ((error = git_commit_tree(&stash_tree, stash_commit)) < 0) in retrieve_stash_trees()
657 if ((error = git_commit_parent(&base_commit, stash_commit, 0)) < 0) in retrieve_stash_trees()
662 if ((error = git_commit_parent(&index_commit, stash_commit, 1)) < 0) in retrieve_stash_trees()
672 if (git_commit_parentcount(stash_commit) == 3) { in retrieve_stash_trees()
673 if ((error = git_commit_parent(&untracked_commit, stash_commit, 2)) < 0) in retrieve_stash_trees()
868 git_commit *stash_commit = NULL; in git_stash_apply() local
889 if ((error = retrieve_stash_commit(&stash_commit, repo, index)) < 0) in git_stash_apply()
895 &index_parent_tree, &untracked_tree, stash_commit)) < 0) in git_stash_apply()
997 git_commit_free(stash_commit); in git_stash_apply()