Home
last modified time | relevance | path

Searched refs:unstashed_index (Results 1 – 21 of 21) sorted by relevance

/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/libgit2-sys-0.7.11/libgit2/src/
H A Dstash.c843 git_index *unstashed_index = NULL; in git_stash_apply() local
879 &unstashed_index, repo, index_parent_tree, repo_index, index_tree)) < 0) in git_stash_apply()
882 if (git_index_has_conflicts(unstashed_index)) { in git_stash_apply()
894 &unstashed_index, repo, stash_parent_tree, repo_index, stash_adds)) < 0) in git_stash_apply()
944 if (unstashed_index && !git_index_has_conflicts(modified_index)) { in git_stash_apply()
945 if ((error = git_index_read_index(repo_index, unstashed_index)) < 0) in git_stash_apply()
956 git_index_free(unstashed_index); 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.c876 git_index *unstashed_index = NULL; in git_stash_apply() local
912 &unstashed_index, repo, index_parent_tree, repo_index, index_tree)) < 0) in git_stash_apply()
915 if (git_index_has_conflicts(unstashed_index)) { in git_stash_apply()
927 &unstashed_index, repo, stash_parent_tree, repo_index, stash_adds)) < 0) in git_stash_apply()
977 if (unstashed_index && !git_index_has_conflicts(modified_index)) { in git_stash_apply()
978 if ((error = git_index_read_index(repo_index, unstashed_index)) < 0) in git_stash_apply()
989 git_index_free(unstashed_index); 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.c876 git_index *unstashed_index = NULL; in git_stash_apply() local
912 &unstashed_index, repo, index_parent_tree, repo_index, index_tree)) < 0) in git_stash_apply()
915 if (git_index_has_conflicts(unstashed_index)) { in git_stash_apply()
927 &unstashed_index, repo, stash_parent_tree, repo_index, stash_adds)) < 0) in git_stash_apply()
977 if (unstashed_index && !git_index_has_conflicts(modified_index)) { in git_stash_apply()
978 if ((error = git_index_read_index(repo_index, unstashed_index)) < 0) in git_stash_apply()
989 git_index_free(unstashed_index); 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.c876 git_index *unstashed_index = NULL; in git_stash_apply() local
912 &unstashed_index, repo, index_parent_tree, repo_index, index_tree)) < 0) in git_stash_apply()
915 if (git_index_has_conflicts(unstashed_index)) { in git_stash_apply()
927 &unstashed_index, repo, stash_parent_tree, repo_index, stash_adds)) < 0) in git_stash_apply()
977 if (unstashed_index && !git_index_has_conflicts(modified_index)) { in git_stash_apply()
978 if ((error = git_index_read_index(repo_index, unstashed_index)) < 0) in git_stash_apply()
989 git_index_free(unstashed_index); 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.c874 git_index *unstashed_index = NULL; in git_stash_apply() local
910 &unstashed_index, repo, index_parent_tree, repo_index, index_tree)) < 0) in git_stash_apply()
913 if (git_index_has_conflicts(unstashed_index)) { in git_stash_apply()
925 &unstashed_index, repo, stash_parent_tree, repo_index, stash_adds)) < 0) in git_stash_apply()
975 if (unstashed_index && !git_index_has_conflicts(modified_index)) { in git_stash_apply()
976 if ((error = git_index_read_index(repo_index, unstashed_index)) < 0) in git_stash_apply()
987 git_index_free(unstashed_index); in git_stash_apply()
/dports/devel/R-cran-git2r/git2r/src/libgit2/src/
H A Dstash.c892 git_index *unstashed_index = NULL; in git_stash_apply() local
928 &unstashed_index, repo, index_parent_tree, repo_index, index_tree)) < 0) in git_stash_apply()
931 if (git_index_has_conflicts(unstashed_index)) { in git_stash_apply()
943 &unstashed_index, repo, stash_parent_tree, repo_index, stash_adds)) < 0) in git_stash_apply()
993 if (unstashed_index && !git_index_has_conflicts(modified_index)) { in git_stash_apply()
994 if ((error = git_index_read_index(repo_index, unstashed_index)) < 0) in git_stash_apply()
1005 git_index_free(unstashed_index); 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.c876 git_index *unstashed_index = NULL; in git_stash_apply() local
912 &unstashed_index, repo, index_parent_tree, repo_index, index_tree)) < 0) in git_stash_apply()
915 if (git_index_has_conflicts(unstashed_index)) { in git_stash_apply()
927 &unstashed_index, repo, stash_parent_tree, repo_index, stash_adds)) < 0) in git_stash_apply()
977 if (unstashed_index && !git_index_has_conflicts(modified_index)) { in git_stash_apply()
978 if ((error = git_index_read_index(repo_index, unstashed_index)) < 0) in git_stash_apply()
989 git_index_free(unstashed_index); 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.c872 git_index *unstashed_index = NULL; in git_stash_apply() local
908 &unstashed_index, repo, index_parent_tree, repo_index, index_tree)) < 0) in git_stash_apply()
911 if (git_index_has_conflicts(unstashed_index)) { in git_stash_apply()
923 &unstashed_index, repo, stash_parent_tree, repo_index, stash_adds)) < 0) in git_stash_apply()
973 if (unstashed_index && !git_index_has_conflicts(modified_index)) { in git_stash_apply()
974 if ((error = git_index_read_index(repo_index, unstashed_index)) < 0) in git_stash_apply()
985 git_index_free(unstashed_index); 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.c876 git_index *unstashed_index = NULL; in git_stash_apply() local
912 &unstashed_index, repo, index_parent_tree, repo_index, index_tree)) < 0) in git_stash_apply()
915 if (git_index_has_conflicts(unstashed_index)) { in git_stash_apply()
927 &unstashed_index, repo, stash_parent_tree, repo_index, stash_adds)) < 0) in git_stash_apply()
977 if (unstashed_index && !git_index_has_conflicts(modified_index)) { in git_stash_apply()
978 if ((error = git_index_read_index(repo_index, unstashed_index)) < 0) in git_stash_apply()
989 git_index_free(unstashed_index); 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.c876 git_index *unstashed_index = NULL; in git_stash_apply() local
912 &unstashed_index, repo, index_parent_tree, repo_index, index_tree)) < 0) in git_stash_apply()
915 if (git_index_has_conflicts(unstashed_index)) { in git_stash_apply()
927 &unstashed_index, repo, stash_parent_tree, repo_index, stash_adds)) < 0) in git_stash_apply()
977 if (unstashed_index && !git_index_has_conflicts(modified_index)) { in git_stash_apply()
978 if ((error = git_index_read_index(repo_index, unstashed_index)) < 0) in git_stash_apply()
989 git_index_free(unstashed_index); in git_stash_apply()
/dports/devel/gbump/gbump-1.0.1/cargo-crates/libgit2-sys-0.9.1/libgit2/src/
H A Dstash.c892 git_index *unstashed_index = NULL; in git_stash_apply() local
928 &unstashed_index, repo, index_parent_tree, repo_index, index_tree)) < 0) in git_stash_apply()
931 if (git_index_has_conflicts(unstashed_index)) { in git_stash_apply()
943 &unstashed_index, repo, stash_parent_tree, repo_index, stash_adds)) < 0) in git_stash_apply()
993 if (unstashed_index && !git_index_has_conflicts(modified_index)) { in git_stash_apply()
994 if ((error = git_index_read_index(repo_index, unstashed_index)) < 0) in git_stash_apply()
1005 git_index_free(unstashed_index); in git_stash_apply()
/dports/devel/libgit2/libgit2-1.3.0/src/
H A Dstash.c876 git_index *unstashed_index = NULL; in git_stash_apply() local
912 &unstashed_index, repo, index_parent_tree, repo_index, index_tree)) < 0) in git_stash_apply()
915 if (git_index_has_conflicts(unstashed_index)) { in git_stash_apply()
927 &unstashed_index, repo, stash_parent_tree, repo_index, stash_adds)) < 0) in git_stash_apply()
977 if (unstashed_index && !git_index_has_conflicts(modified_index)) { in git_stash_apply()
978 if ((error = git_index_read_index(repo_index, unstashed_index)) < 0) in git_stash_apply()
989 git_index_free(unstashed_index); 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.c876 git_index *unstashed_index = NULL; in git_stash_apply() local
912 &unstashed_index, repo, index_parent_tree, repo_index, index_tree)) < 0) in git_stash_apply()
915 if (git_index_has_conflicts(unstashed_index)) { in git_stash_apply()
927 &unstashed_index, repo, stash_parent_tree, repo_index, stash_adds)) < 0) in git_stash_apply()
977 if (unstashed_index && !git_index_has_conflicts(modified_index)) { in git_stash_apply()
978 if ((error = git_index_read_index(repo_index, unstashed_index)) < 0) in git_stash_apply()
989 git_index_free(unstashed_index); 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.c874 git_index *unstashed_index = NULL; in git_stash_apply() local
910 &unstashed_index, repo, index_parent_tree, repo_index, index_tree)) < 0) in git_stash_apply()
913 if (git_index_has_conflicts(unstashed_index)) { in git_stash_apply()
925 &unstashed_index, repo, stash_parent_tree, repo_index, stash_adds)) < 0) in git_stash_apply()
975 if (unstashed_index && !git_index_has_conflicts(modified_index)) { in git_stash_apply()
976 if ((error = git_index_read_index(repo_index, unstashed_index)) < 0) in git_stash_apply()
987 git_index_free(unstashed_index); 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.c876 git_index *unstashed_index = NULL; in git_stash_apply() local
912 &unstashed_index, repo, index_parent_tree, repo_index, index_tree)) < 0) in git_stash_apply()
915 if (git_index_has_conflicts(unstashed_index)) { in git_stash_apply()
927 &unstashed_index, repo, stash_parent_tree, repo_index, stash_adds)) < 0) in git_stash_apply()
977 if (unstashed_index && !git_index_has_conflicts(modified_index)) { in git_stash_apply()
978 if ((error = git_index_read_index(repo_index, unstashed_index)) < 0) in git_stash_apply()
989 git_index_free(unstashed_index); 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.c876 git_index *unstashed_index = NULL; in git_stash_apply() local
912 &unstashed_index, repo, index_parent_tree, repo_index, index_tree)) < 0) in git_stash_apply()
915 if (git_index_has_conflicts(unstashed_index)) { in git_stash_apply()
927 &unstashed_index, repo, stash_parent_tree, repo_index, stash_adds)) < 0) in git_stash_apply()
977 if (unstashed_index && !git_index_has_conflicts(modified_index)) { in git_stash_apply()
978 if ((error = git_index_read_index(repo_index, unstashed_index)) < 0) in git_stash_apply()
989 git_index_free(unstashed_index); 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.c876 git_index *unstashed_index = NULL; in git_stash_apply() local
912 &unstashed_index, repo, index_parent_tree, repo_index, index_tree)) < 0) in git_stash_apply()
915 if (git_index_has_conflicts(unstashed_index)) { in git_stash_apply()
927 &unstashed_index, repo, stash_parent_tree, repo_index, stash_adds)) < 0) in git_stash_apply()
977 if (unstashed_index && !git_index_has_conflicts(modified_index)) { in git_stash_apply()
978 if ((error = git_index_read_index(repo_index, unstashed_index)) < 0) in git_stash_apply()
989 git_index_free(unstashed_index); 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.c876 git_index *unstashed_index = NULL; in git_stash_apply() local
912 &unstashed_index, repo, index_parent_tree, repo_index, index_tree)) < 0) in git_stash_apply()
915 if (git_index_has_conflicts(unstashed_index)) { in git_stash_apply()
927 &unstashed_index, repo, stash_parent_tree, repo_index, stash_adds)) < 0) in git_stash_apply()
977 if (unstashed_index && !git_index_has_conflicts(modified_index)) { in git_stash_apply()
978 if ((error = git_index_read_index(repo_index, unstashed_index)) < 0) in git_stash_apply()
989 git_index_free(unstashed_index); in git_stash_apply()
/dports/lang/rust/rustc-1.58.1-src/vendor/libgit2-sys/libgit2/src/
H A Dstash.c876 git_index *unstashed_index = NULL; in git_stash_apply() local
912 &unstashed_index, repo, index_parent_tree, repo_index, index_tree)) < 0) in git_stash_apply()
915 if (git_index_has_conflicts(unstashed_index)) { in git_stash_apply()
927 &unstashed_index, repo, stash_parent_tree, repo_index, stash_adds)) < 0) in git_stash_apply()
977 if (unstashed_index && !git_index_has_conflicts(modified_index)) { in git_stash_apply()
978 if ((error = git_index_read_index(repo_index, unstashed_index)) < 0) in git_stash_apply()
989 git_index_free(unstashed_index); 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.c876 git_index *unstashed_index = NULL; in git_stash_apply() local
912 &unstashed_index, repo, index_parent_tree, repo_index, index_tree)) < 0) in git_stash_apply()
915 if (git_index_has_conflicts(unstashed_index)) { in git_stash_apply()
927 &unstashed_index, repo, stash_parent_tree, repo_index, stash_adds)) < 0) in git_stash_apply()
977 if (unstashed_index && !git_index_has_conflicts(modified_index)) { in git_stash_apply()
978 if ((error = git_index_read_index(repo_index, unstashed_index)) < 0) in git_stash_apply()
989 git_index_free(unstashed_index); 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.c876 git_index *unstashed_index = NULL; in git_stash_apply() local
912 &unstashed_index, repo, index_parent_tree, repo_index, index_tree)) < 0) in git_stash_apply()
915 if (git_index_has_conflicts(unstashed_index)) { in git_stash_apply()
927 &unstashed_index, repo, stash_parent_tree, repo_index, stash_adds)) < 0) in git_stash_apply()
977 if (unstashed_index && !git_index_has_conflicts(modified_index)) { in git_stash_apply()
978 if ((error = git_index_read_index(repo_index, unstashed_index)) < 0) in git_stash_apply()
989 git_index_free(unstashed_index); in git_stash_apply()