Home
last modified time | relevance | path

Searched refs:checkout_strategy (Results 1 – 25 of 398) sorted by relevance

12345678910>>...16

/dports/devel/libgit2/libgit2-1.3.0/tests/checkout/
H A Dhead.c33 opts.checkout_strategy = GIT_CHECKOUT_FORCE; in test_checkout_head__with_index_only_tree()
79 opts.checkout_strategy = GIT_CHECKOUT_FORCE; in test_checkout_head__do_not_remove_untracked_file()
104 opts.checkout_strategy = GIT_CHECKOUT_FORCE; in test_checkout_head__do_not_remove_untracked_file_in_subdir()
158 opts.checkout_strategy = GIT_CHECKOUT_FORCE; in test_checkout_head__do_remove_tracked_subdir()
172 opts.checkout_strategy = GIT_CHECKOUT_FORCE; in test_checkout_head__typechange_workdir()
193 opts.checkout_strategy = GIT_CHECKOUT_FORCE; in test_checkout_head__typechange_index_and_workdir()
216 opts.checkout_strategy = GIT_CHECKOUT_FORCE; in test_checkout_head__workdir_filemode_is_simplified()
231 opts.checkout_strategy |= GIT_CHECKOUT_SAFE; in test_checkout_head__workdir_filemode_is_simplified()
243 opts.checkout_strategy = GIT_CHECKOUT_FORCE; in test_checkout_head__obeys_filemode_true()
259 opts.checkout_strategy |= GIT_CHECKOUT_SAFE; in test_checkout_head__obeys_filemode_true()
[all …]
H A Dicase.c37 checkout_opts.checkout_strategy = GIT_CHECKOUT_NONE; in test_checkout_icase__initialize()
109 checkout_opts.checkout_strategy = GIT_CHECKOUT_SAFE|GIT_CHECKOUT_RECREATE_MISSING; in test_checkout_icase__refuses_to_overwrite_files_for_files()
120 checkout_opts.checkout_strategy = GIT_CHECKOUT_FORCE; in test_checkout_icase__overwrites_files_for_files_when_forced()
131 checkout_opts.checkout_strategy = GIT_CHECKOUT_SAFE|GIT_CHECKOUT_RECREATE_MISSING; in test_checkout_icase__refuses_to_overwrite_links_for_files()
143 checkout_opts.checkout_strategy = GIT_CHECKOUT_FORCE; in test_checkout_icase__overwrites_links_for_files_when_forced()
155 checkout_opts.checkout_strategy = GIT_CHECKOUT_SAFE|GIT_CHECKOUT_RECREATE_MISSING; in test_checkout_icase__overwrites_empty_folders_for_files()
181 checkout_opts.checkout_strategy = GIT_CHECKOUT_FORCE; in test_checkout_icase__overwrites_folders_for_files_when_forced()
207 checkout_opts.checkout_strategy = GIT_CHECKOUT_FORCE; in test_checkout_icase__overwrites_files_for_folders_when_forced()
231 checkout_opts.checkout_strategy = GIT_CHECKOUT_FORCE; in test_checkout_icase__overwrites_links_for_folders_when_forced()
247 checkout_opts.checkout_strategy = GIT_CHECKOUT_SAFE; in test_checkout_icase__ignores_unstaged_casechange()
[all …]
H A Dindex.c82 opts.checkout_strategy = in test_checkout_index__can_remove_untracked_files()
130 opts.checkout_strategy = in test_checkout_index__can_disable_pathspec_match()
352 opts.checkout_strategy = GIT_CHECKOUT_FORCE; in test_checkout_index__can_overwrite_modified_file()
438 opts.checkout_strategy = in test_checkout_index__options_open_flags()
488 opts.checkout_strategy = GIT_CHECKOUT_SAFE | in test_checkout_index__can_notify_of_skipped_files()
527 opts.checkout_strategy = in test_checkout_index__wont_notify_of_expected_line_ending_changes()
584 opts.checkout_strategy = in test_checkout_index__can_overcome_name_clashes()
593 opts.checkout_strategy = GIT_CHECKOUT_FORCE; in test_checkout_index__can_overcome_name_clashes()
636 opts.checkout_strategy = in test_checkout_index__can_update_prefixed_files()
675 opts.checkout_strategy = GIT_CHECKOUT_FORCE; in test_checkout_index__issue_1397()
[all …]
H A Dtree.c28 g_opts.checkout_strategy = GIT_CHECKOUT_FORCE; in test_checkout_tree__initialize()
151 opts.checkout_strategy = GIT_CHECKOUT_NONE; in test_checkout_tree__doesnt_write_unrequested_files_to_worktree()
279 opts.checkout_strategy = strategy; in checkout_tree_with_blob_ignored_in_workdir()
402 g_opts.checkout_strategy = in test_checkout_tree__can_checkout_with_pattern()
441 g_opts.checkout_strategy = in test_checkout_tree__pathlist_checkout_ignores_non_matches()
457 g_opts.checkout_strategy = in test_checkout_tree__pathlist_checkout_ignores_non_matches()
476 g_opts.checkout_strategy = in test_checkout_tree__can_disable_pattern_match()
492 g_opts.checkout_strategy = in test_checkout_tree__can_disable_pattern_match()
752 opts.checkout_strategy = 1; in test_checkout_tree__can_checkout_with_last_workdir_item_missing()
1362 opts.checkout_strategy |= in test_checkout_tree__can_not_update_index()
[all …]
H A Dcrlf.c165 opts.checkout_strategy = GIT_CHECKOUT_FORCE; in test_checkout()
223 opts.checkout_strategy = GIT_CHECKOUT_FORCE; in test_checkout_crlf__detect_crlf_autocrlf_false()
238 opts.checkout_strategy = GIT_CHECKOUT_FORCE; in test_checkout_crlf__autocrlf_false_index_size_is_unfiltered_size()
259 opts.checkout_strategy = GIT_CHECKOUT_FORCE; in test_checkout_crlf__detect_crlf_autocrlf_true()
272 opts.checkout_strategy = GIT_CHECKOUT_FORCE; in test_checkout_crlf__detect_crlf_autocrlf_true_utf8()
291 opts.checkout_strategy = GIT_CHECKOUT_FORCE; in test_checkout_crlf__autocrlf_true_index_size_is_filtered_size()
316 opts.checkout_strategy = GIT_CHECKOUT_FORCE; in test_checkout_crlf__with_ident()
395 opts.checkout_strategy = GIT_CHECKOUT_FORCE; in test_checkout_crlf__autocrlf_false_no_attrs()
408 opts.checkout_strategy = GIT_CHECKOUT_FORCE; in test_checkout_crlf__autocrlf_true_no_attrs()
421 opts.checkout_strategy = GIT_CHECKOUT_FORCE; in test_checkout_crlf__autocrlf_input_no_attrs()
[all …]
H A Dconflict.c223 opts.checkout_strategy |= GIT_CHECKOUT_SKIP_UNMERGED; in test_checkout_conflict__ignored()
237 opts.checkout_strategy |= GIT_CHECKOUT_USE_OURS; in test_checkout_conflict__ours()
250 opts.checkout_strategy |= GIT_CHECKOUT_USE_THEIRS; in test_checkout_conflict__theirs()
311 opts.checkout_strategy |= GIT_CHECKOUT_SAFE; in test_checkout_conflict__directory_file()
350 opts.checkout_strategy |= GIT_CHECKOUT_SAFE; in test_checkout_conflict__directory_file_with_custom_labels()
391 opts.checkout_strategy |= GIT_CHECKOUT_SAFE; in test_checkout_conflict__link_file()
418 opts.checkout_strategy |= GIT_CHECKOUT_SAFE; in test_checkout_conflict__links()
439 opts.checkout_strategy |= GIT_CHECKOUT_SAFE; in test_checkout_conflict__add_add()
480 opts.checkout_strategy |= GIT_CHECKOUT_SAFE; in test_checkout_conflict__mode_change()
611 opts.checkout_strategy |= GIT_CHECKOUT_SAFE; in test_checkout_conflict__renames()
[all …]
H A Dnasty.c18 checkout_opts.checkout_strategy = GIT_CHECKOUT_FORCE; in test_checkout_nasty__initialize()
38 opts.checkout_strategy = GIT_CHECKOUT_FORCE | in test_checkout_passes()
60 opts.checkout_strategy = GIT_CHECKOUT_FORCE; in test_checkout_fails()
247 opts.checkout_strategy = GIT_CHECKOUT_FORCE; in test_checkout_nasty__only_looks_like_a_git_shortname()
/dports/devel/R-cran-git2r/git2r/src/
H A Dgit2r_checkout.c71 opts.checkout_strategy = GIT_CHECKOUT_FORCE; in git2r_checkout_path()
129 checkout_opts.checkout_strategy = GIT_CHECKOUT_FORCE; in git2r_checkout_tree()
131 checkout_opts.checkout_strategy = GIT_CHECKOUT_SAFE; in git2r_checkout_tree()
/dports/misc/broot/broot-1.7.0/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Dstash.c528 opts.checkout_strategy = GIT_CHECKOUT_FORCE; in reset_index_and_workdir()
530 opts.checkout_strategy |= GIT_CHECKOUT_REMOVE_UNTRACKED; in reset_index_and_workdir()
532 opts.checkout_strategy |= GIT_CHECKOUT_REMOVE_IGNORED; in reset_index_and_workdir()
765 opts->checkout_options.checkout_strategy |= GIT_CHECKOUT_NO_REFRESH; in normalize_apply_options()
867 unsigned int checkout_strategy; in git_stash_apply() local
884 checkout_strategy = opts.checkout_options.checkout_strategy; in git_stash_apply()
947 opts.checkout_options.checkout_strategy |= GIT_CHECKOUT_DONT_UPDATE_INDEX; in git_stash_apply()
954 opts.checkout_options.checkout_strategy = checkout_strategy; in git_stash_apply()
964 opts.checkout_options.checkout_strategy |= GIT_CHECKOUT_DONT_UPDATE_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.c528 opts.checkout_strategy = GIT_CHECKOUT_FORCE; in reset_index_and_workdir()
530 opts.checkout_strategy |= GIT_CHECKOUT_REMOVE_UNTRACKED; in reset_index_and_workdir()
532 opts.checkout_strategy |= GIT_CHECKOUT_REMOVE_IGNORED; in reset_index_and_workdir()
765 opts->checkout_options.checkout_strategy |= GIT_CHECKOUT_NO_REFRESH; in normalize_apply_options()
867 unsigned int checkout_strategy; in git_stash_apply() local
884 checkout_strategy = opts.checkout_options.checkout_strategy; in git_stash_apply()
947 opts.checkout_options.checkout_strategy |= GIT_CHECKOUT_DONT_UPDATE_INDEX; in git_stash_apply()
954 opts.checkout_options.checkout_strategy = checkout_strategy; in git_stash_apply()
964 opts.checkout_options.checkout_strategy |= GIT_CHECKOUT_DONT_UPDATE_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.c528 opts.checkout_strategy = GIT_CHECKOUT_FORCE; in reset_index_and_workdir()
530 opts.checkout_strategy |= GIT_CHECKOUT_REMOVE_UNTRACKED; in reset_index_and_workdir()
532 opts.checkout_strategy |= GIT_CHECKOUT_REMOVE_IGNORED; in reset_index_and_workdir()
765 opts->checkout_options.checkout_strategy |= GIT_CHECKOUT_NO_REFRESH; in normalize_apply_options()
867 unsigned int checkout_strategy; in git_stash_apply() local
884 checkout_strategy = opts.checkout_options.checkout_strategy; in git_stash_apply()
947 opts.checkout_options.checkout_strategy |= GIT_CHECKOUT_DONT_UPDATE_INDEX; in git_stash_apply()
954 opts.checkout_options.checkout_strategy = checkout_strategy; in git_stash_apply()
964 opts.checkout_options.checkout_strategy |= GIT_CHECKOUT_DONT_UPDATE_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.c528 opts.checkout_strategy = GIT_CHECKOUT_FORCE; in reset_index_and_workdir()
530 opts.checkout_strategy |= GIT_CHECKOUT_REMOVE_UNTRACKED; in reset_index_and_workdir()
532 opts.checkout_strategy |= GIT_CHECKOUT_REMOVE_IGNORED; in reset_index_and_workdir()
763 opts->checkout_options.checkout_strategy |= GIT_CHECKOUT_NO_REFRESH; in normalize_apply_options()
865 unsigned int checkout_strategy; in git_stash_apply() local
882 checkout_strategy = opts.checkout_options.checkout_strategy; in git_stash_apply()
945 opts.checkout_options.checkout_strategy |= GIT_CHECKOUT_DONT_UPDATE_INDEX; in git_stash_apply()
952 opts.checkout_options.checkout_strategy = checkout_strategy; in git_stash_apply()
962 opts.checkout_options.checkout_strategy |= GIT_CHECKOUT_DONT_UPDATE_INDEX; in git_stash_apply()
/dports/devel/R-cran-git2r/git2r/src/libgit2/src/
H A Dstash.c543 opts.checkout_strategy = GIT_CHECKOUT_FORCE; in reset_index_and_workdir()
546 opts.checkout_strategy |= GIT_CHECKOUT_REMOVE_UNTRACKED; in reset_index_and_workdir()
549 opts.checkout_strategy |= GIT_CHECKOUT_REMOVE_IGNORED; in reset_index_and_workdir()
788 opts->checkout_options.checkout_strategy |= GIT_CHECKOUT_NO_REFRESH; in normalize_apply_options()
883 unsigned int checkout_strategy; in git_stash_apply() local
900 checkout_strategy = opts.checkout_options.checkout_strategy; in git_stash_apply()
963 opts.checkout_options.checkout_strategy |= GIT_CHECKOUT_DONT_UPDATE_INDEX; in git_stash_apply()
970 opts.checkout_options.checkout_strategy = checkout_strategy; in git_stash_apply()
980 opts.checkout_options.checkout_strategy |= GIT_CHECKOUT_DONT_UPDATE_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.c528 opts.checkout_strategy = GIT_CHECKOUT_FORCE; in reset_index_and_workdir()
530 opts.checkout_strategy |= GIT_CHECKOUT_REMOVE_UNTRACKED; in reset_index_and_workdir()
532 opts.checkout_strategy |= GIT_CHECKOUT_REMOVE_IGNORED; in reset_index_and_workdir()
765 opts->checkout_options.checkout_strategy |= GIT_CHECKOUT_NO_REFRESH; in normalize_apply_options()
867 unsigned int checkout_strategy; in git_stash_apply() local
884 checkout_strategy = opts.checkout_options.checkout_strategy; in git_stash_apply()
947 opts.checkout_options.checkout_strategy |= GIT_CHECKOUT_DONT_UPDATE_INDEX; in git_stash_apply()
954 opts.checkout_options.checkout_strategy = checkout_strategy; in git_stash_apply()
964 opts.checkout_options.checkout_strategy |= GIT_CHECKOUT_DONT_UPDATE_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.c528 opts.checkout_strategy = GIT_CHECKOUT_FORCE; in reset_index_and_workdir()
530 opts.checkout_strategy |= GIT_CHECKOUT_REMOVE_UNTRACKED; in reset_index_and_workdir()
532 opts.checkout_strategy |= GIT_CHECKOUT_REMOVE_IGNORED; in reset_index_and_workdir()
763 opts->checkout_options.checkout_strategy |= GIT_CHECKOUT_NO_REFRESH; in normalize_apply_options()
863 unsigned int checkout_strategy; in git_stash_apply() local
880 checkout_strategy = opts.checkout_options.checkout_strategy; in git_stash_apply()
943 opts.checkout_options.checkout_strategy |= GIT_CHECKOUT_DONT_UPDATE_INDEX; in git_stash_apply()
950 opts.checkout_options.checkout_strategy = checkout_strategy; in git_stash_apply()
960 opts.checkout_options.checkout_strategy |= GIT_CHECKOUT_DONT_UPDATE_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.c528 opts.checkout_strategy = GIT_CHECKOUT_FORCE; in reset_index_and_workdir()
530 opts.checkout_strategy |= GIT_CHECKOUT_REMOVE_UNTRACKED; in reset_index_and_workdir()
532 opts.checkout_strategy |= GIT_CHECKOUT_REMOVE_IGNORED; in reset_index_and_workdir()
765 opts->checkout_options.checkout_strategy |= GIT_CHECKOUT_NO_REFRESH; in normalize_apply_options()
867 unsigned int checkout_strategy; in git_stash_apply() local
884 checkout_strategy = opts.checkout_options.checkout_strategy; in git_stash_apply()
947 opts.checkout_options.checkout_strategy |= GIT_CHECKOUT_DONT_UPDATE_INDEX; in git_stash_apply()
954 opts.checkout_options.checkout_strategy = checkout_strategy; in git_stash_apply()
964 opts.checkout_options.checkout_strategy |= GIT_CHECKOUT_DONT_UPDATE_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.c528 opts.checkout_strategy = GIT_CHECKOUT_FORCE; in reset_index_and_workdir()
530 opts.checkout_strategy |= GIT_CHECKOUT_REMOVE_UNTRACKED; in reset_index_and_workdir()
532 opts.checkout_strategy |= GIT_CHECKOUT_REMOVE_IGNORED; in reset_index_and_workdir()
765 opts->checkout_options.checkout_strategy |= GIT_CHECKOUT_NO_REFRESH; in normalize_apply_options()
867 unsigned int checkout_strategy; in git_stash_apply() local
884 checkout_strategy = opts.checkout_options.checkout_strategy; in git_stash_apply()
947 opts.checkout_options.checkout_strategy |= GIT_CHECKOUT_DONT_UPDATE_INDEX; in git_stash_apply()
954 opts.checkout_options.checkout_strategy = checkout_strategy; in git_stash_apply()
964 opts.checkout_options.checkout_strategy |= GIT_CHECKOUT_DONT_UPDATE_INDEX; in git_stash_apply()
/dports/devel/gbump/gbump-1.0.1/cargo-crates/libgit2-sys-0.9.1/libgit2/src/
H A Dstash.c538 opts.checkout_strategy = GIT_CHECKOUT_FORCE; in reset_index_and_workdir()
541 opts.checkout_strategy |= GIT_CHECKOUT_REMOVE_UNTRACKED; in reset_index_and_workdir()
544 opts.checkout_strategy |= GIT_CHECKOUT_REMOVE_IGNORED; in reset_index_and_workdir()
783 opts->checkout_options.checkout_strategy |= GIT_CHECKOUT_NO_REFRESH; in normalize_apply_options()
883 unsigned int checkout_strategy; in git_stash_apply() local
900 checkout_strategy = opts.checkout_options.checkout_strategy; in git_stash_apply()
963 opts.checkout_options.checkout_strategy |= GIT_CHECKOUT_DONT_UPDATE_INDEX; in git_stash_apply()
970 opts.checkout_options.checkout_strategy = checkout_strategy; in git_stash_apply()
980 opts.checkout_options.checkout_strategy |= GIT_CHECKOUT_DONT_UPDATE_INDEX; in git_stash_apply()
/dports/devel/libgit2/libgit2-1.3.0/src/
H A Dstash.c528 opts.checkout_strategy = GIT_CHECKOUT_FORCE; in reset_index_and_workdir()
530 opts.checkout_strategy |= GIT_CHECKOUT_REMOVE_UNTRACKED; in reset_index_and_workdir()
532 opts.checkout_strategy |= GIT_CHECKOUT_REMOVE_IGNORED; in reset_index_and_workdir()
765 opts->checkout_options.checkout_strategy |= GIT_CHECKOUT_NO_REFRESH; in normalize_apply_options()
867 unsigned int checkout_strategy; in git_stash_apply() local
884 checkout_strategy = opts.checkout_options.checkout_strategy; in git_stash_apply()
947 opts.checkout_options.checkout_strategy |= GIT_CHECKOUT_DONT_UPDATE_INDEX; in git_stash_apply()
954 opts.checkout_options.checkout_strategy = checkout_strategy; in git_stash_apply()
964 opts.checkout_options.checkout_strategy |= GIT_CHECKOUT_DONT_UPDATE_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.c528 opts.checkout_strategy = GIT_CHECKOUT_FORCE; in reset_index_and_workdir()
530 opts.checkout_strategy |= GIT_CHECKOUT_REMOVE_UNTRACKED; in reset_index_and_workdir()
532 opts.checkout_strategy |= GIT_CHECKOUT_REMOVE_IGNORED; in reset_index_and_workdir()
765 opts->checkout_options.checkout_strategy |= GIT_CHECKOUT_NO_REFRESH; in normalize_apply_options()
867 unsigned int checkout_strategy; in git_stash_apply() local
884 checkout_strategy = opts.checkout_options.checkout_strategy; in git_stash_apply()
947 opts.checkout_options.checkout_strategy |= GIT_CHECKOUT_DONT_UPDATE_INDEX; in git_stash_apply()
954 opts.checkout_options.checkout_strategy = checkout_strategy; in git_stash_apply()
964 opts.checkout_options.checkout_strategy |= GIT_CHECKOUT_DONT_UPDATE_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.c528 opts.checkout_strategy = GIT_CHECKOUT_FORCE; in reset_index_and_workdir()
530 opts.checkout_strategy |= GIT_CHECKOUT_REMOVE_UNTRACKED; in reset_index_and_workdir()
532 opts.checkout_strategy |= GIT_CHECKOUT_REMOVE_IGNORED; in reset_index_and_workdir()
763 opts->checkout_options.checkout_strategy |= GIT_CHECKOUT_NO_REFRESH; in normalize_apply_options()
865 unsigned int checkout_strategy; in git_stash_apply() local
882 checkout_strategy = opts.checkout_options.checkout_strategy; in git_stash_apply()
945 opts.checkout_options.checkout_strategy |= GIT_CHECKOUT_DONT_UPDATE_INDEX; in git_stash_apply()
952 opts.checkout_options.checkout_strategy = checkout_strategy; in git_stash_apply()
962 opts.checkout_options.checkout_strategy |= GIT_CHECKOUT_DONT_UPDATE_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.c528 opts.checkout_strategy = GIT_CHECKOUT_FORCE; in reset_index_and_workdir()
530 opts.checkout_strategy |= GIT_CHECKOUT_REMOVE_UNTRACKED; in reset_index_and_workdir()
532 opts.checkout_strategy |= GIT_CHECKOUT_REMOVE_IGNORED; in reset_index_and_workdir()
765 opts->checkout_options.checkout_strategy |= GIT_CHECKOUT_NO_REFRESH; in normalize_apply_options()
867 unsigned int checkout_strategy; in git_stash_apply() local
884 checkout_strategy = opts.checkout_options.checkout_strategy; in git_stash_apply()
947 opts.checkout_options.checkout_strategy |= GIT_CHECKOUT_DONT_UPDATE_INDEX; in git_stash_apply()
954 opts.checkout_options.checkout_strategy = checkout_strategy; in git_stash_apply()
964 opts.checkout_options.checkout_strategy |= GIT_CHECKOUT_DONT_UPDATE_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.c528 opts.checkout_strategy = GIT_CHECKOUT_FORCE; in reset_index_and_workdir()
530 opts.checkout_strategy |= GIT_CHECKOUT_REMOVE_UNTRACKED; in reset_index_and_workdir()
532 opts.checkout_strategy |= GIT_CHECKOUT_REMOVE_IGNORED; in reset_index_and_workdir()
765 opts->checkout_options.checkout_strategy |= GIT_CHECKOUT_NO_REFRESH; in normalize_apply_options()
867 unsigned int checkout_strategy; in git_stash_apply() local
884 checkout_strategy = opts.checkout_options.checkout_strategy; in git_stash_apply()
947 opts.checkout_options.checkout_strategy |= GIT_CHECKOUT_DONT_UPDATE_INDEX; in git_stash_apply()
954 opts.checkout_options.checkout_strategy = checkout_strategy; in git_stash_apply()
964 opts.checkout_options.checkout_strategy |= GIT_CHECKOUT_DONT_UPDATE_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.c528 opts.checkout_strategy = GIT_CHECKOUT_FORCE; in reset_index_and_workdir()
530 opts.checkout_strategy |= GIT_CHECKOUT_REMOVE_UNTRACKED; in reset_index_and_workdir()
532 opts.checkout_strategy |= GIT_CHECKOUT_REMOVE_IGNORED; in reset_index_and_workdir()
765 opts->checkout_options.checkout_strategy |= GIT_CHECKOUT_NO_REFRESH; in normalize_apply_options()
867 unsigned int checkout_strategy; in git_stash_apply() local
884 checkout_strategy = opts.checkout_options.checkout_strategy; in git_stash_apply()
947 opts.checkout_options.checkout_strategy |= GIT_CHECKOUT_DONT_UPDATE_INDEX; in git_stash_apply()
954 opts.checkout_options.checkout_strategy = checkout_strategy; in git_stash_apply()
964 opts.checkout_options.checkout_strategy |= GIT_CHECKOUT_DONT_UPDATE_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.c528 opts.checkout_strategy = GIT_CHECKOUT_FORCE; in reset_index_and_workdir()
530 opts.checkout_strategy |= GIT_CHECKOUT_REMOVE_UNTRACKED; in reset_index_and_workdir()
532 opts.checkout_strategy |= GIT_CHECKOUT_REMOVE_IGNORED; in reset_index_and_workdir()
765 opts->checkout_options.checkout_strategy |= GIT_CHECKOUT_NO_REFRESH; in normalize_apply_options()
867 unsigned int checkout_strategy; in git_stash_apply() local
884 checkout_strategy = opts.checkout_options.checkout_strategy; in git_stash_apply()
947 opts.checkout_options.checkout_strategy |= GIT_CHECKOUT_DONT_UPDATE_INDEX; in git_stash_apply()
954 opts.checkout_options.checkout_strategy = checkout_strategy; in git_stash_apply()
964 opts.checkout_options.checkout_strategy |= GIT_CHECKOUT_DONT_UPDATE_INDEX; in git_stash_apply()

12345678910>>...16