Home
last modified time | relevance | path

Searched refs:git_path_isfile (Results 1 – 25 of 187) sorted by relevance

12345678

/dports/devel/libgit2/libgit2-1.3.0/tests/core/
H A Dcopy.c53 cl_assert(git_path_isfile(path)); in assert_hard_link()
80 cl_assert(git_path_isfile("src/c/d/f4")); in test_core_copy__tree()
93 cl_assert(git_path_isfile("t1/f1")); in test_core_copy__tree()
94 cl_assert(git_path_isfile("t1/b/f2")); in test_core_copy__tree()
95 cl_assert(git_path_isfile("t1/c/f3")); in test_core_copy__tree()
96 cl_assert(git_path_isfile("t1/c/d/f4")); in test_core_copy__tree()
122 cl_assert(git_path_isfile("t2/f1")); in test_core_copy__tree()
123 cl_assert(git_path_isfile("t2/b/f2")); in test_core_copy__tree()
124 cl_assert(git_path_isfile("t2/c/f3")); in test_core_copy__tree()
125 cl_assert(git_path_isfile("t2/c/d/f4")); in test_core_copy__tree()
[all …]
H A Drmdir.c99 cl_assert(git_path_isfile(git_buf_cstr(&file))); in test_core_rmdir__can_remove_empty_parents()
/dports/devel/libgit2/libgit2-1.3.0/tests/checkout/
H A Dtree.c178 cl_assert(git_path_isfile("testrepo/README")); in test_checkout_tree__can_switch_branches()
180 cl_assert(git_path_isfile("testrepo/new.txt")); in test_checkout_tree__can_switch_branches()
181 cl_assert(git_path_isfile("testrepo/a/b.txt")); in test_checkout_tree__can_switch_branches()
198 cl_assert(git_path_isfile("testrepo/README")); in test_checkout_tree__can_switch_branches()
200 cl_assert(git_path_isfile("testrepo/new.txt")); in test_checkout_tree__can_switch_branches()
201 cl_assert(git_path_isfile("testrepo/ab/4.txt")); in test_checkout_tree__can_switch_branches()
268 cl_assert(git_path_isfile("testrepo/README")); in checkout_tree_with_blob_ignored_in_workdir()
270 cl_assert(git_path_isfile("testrepo/new.txt")); in checkout_tree_with_blob_ignored_in_workdir()
271 cl_assert(git_path_isfile("testrepo/a/b.txt")); in checkout_tree_with_blob_ignored_in_workdir()
328 cl_assert(git_path_isfile("testrepo/ab/4.txt")); in test_checkout_tree__can_overwrite_ignored_by_default()
[all …]
H A Dhead.c46 cl_assert(git_path_isfile("testrepo/newdir/newfile.txt")); in test_checkout_head__with_index_only_tree()
58 cl_assert(!git_path_isfile("testrepo/newdir/newfile.txt")); in test_checkout_head__with_index_only_tree()
82 cl_assert(!git_path_isfile("testrepo/tracked/tracked")); in test_checkout_head__do_not_remove_untracked_file()
83 cl_assert(git_path_isfile("testrepo/tracked/untracked")); in test_checkout_head__do_not_remove_untracked_file()
107 cl_assert(!git_path_isfile("testrepo/tracked/tracked")); in test_checkout_head__do_not_remove_untracked_file_in_subdir()
108 cl_assert(!git_path_isfile("testrepo/tracked/subdir/tracked")); in test_checkout_head__do_not_remove_untracked_file_in_subdir()
109 cl_assert(git_path_isfile("testrepo/tracked/subdir/untracked")); in test_checkout_head__do_not_remove_untracked_file_in_subdir()
134 cl_assert(git_path_isfile("testrepo/tracked/tracked")); in test_checkout_head__do_remove_untracked_paths()
135 cl_assert(!git_path_isfile("testrepo/tracked/untracked")); in test_checkout_head__do_remove_untracked_paths()
162 cl_assert(!git_path_isfile("testrepo/subdir/tracked-file")); in test_checkout_head__do_remove_tracked_subdir()
[all …]
H A Dindex.c59 cl_assert_equal_i(false, git_path_isfile("./testrepo/README")); in test_checkout_index__can_create_missing_files()
61 cl_assert_equal_i(false, git_path_isfile("./testrepo/new.txt")); in test_checkout_index__can_create_missing_files()
155 cl_assert_equal_i(false, git_path_isfile("./testrepo/README")); in test_checkout_index__honor_the_specified_pathspecs()
157 cl_assert_equal_i(false, git_path_isfile("./testrepo/new.txt")); in test_checkout_index__honor_the_specified_pathspecs()
163 cl_assert_equal_i(false, git_path_isfile("./testrepo/README")); in test_checkout_index__honor_the_specified_pathspecs()
581 cl_assert(git_path_isfile("./testrepo/path1")); in test_checkout_index__can_overcome_name_clashes()
582 cl_assert(git_path_isfile("./testrepo/path0/file0")); in test_checkout_index__can_overcome_name_clashes()
590 cl_assert(git_path_isfile("./testrepo/path1")); in test_checkout_index__can_overcome_name_clashes()
591 cl_assert(git_path_isfile("./testrepo/path0/file0")); in test_checkout_index__can_overcome_name_clashes()
596 cl_assert(git_path_isfile("./testrepo/path0")); in test_checkout_index__can_overcome_name_clashes()
[all …]
H A Dcrlf.c90 if (!git_path_isfile(expected_path.ptr) || in compare_file()
91 !git_path_isfile(actual_path->ptr)) in compare_file()
/dports/devel/libgit2/libgit2-1.3.0/tests/repo/
H A Dconfig.c104 cl_assert(!git_path_isfile("empty_standard_repo/.git/config")); in test_repo_config__read_with_no_configs_at_all()
180 cl_assert(!git_path_isfile("empty_standard_repo/.git/config")); in test_repo_config__read_with_no_configs_at_all()
183 cl_assert(!git_path_isfile("alternate/1/gitconfig")); in test_repo_config__read_with_no_configs_at_all()
186 cl_assert(!git_path_isfile("alternate/2/config")); in test_repo_config__read_with_no_configs_at_all()
189 cl_assert(!git_path_isfile("alternate/3/.gitconfig")); in test_repo_config__read_with_no_configs_at_all()
199 cl_assert(!git_path_isfile("empty_standard_repo/.git/config")); in test_repo_config__read_with_no_configs_at_all()
200 cl_assert(!git_path_isfile("alternate/3/.gitconfig")); in test_repo_config__read_with_no_configs_at_all()
H A Dinit.c179 cl_assert(git_path_isfile(git_buf_cstr(&path))); in test_repo_init__additional_templates()
183 cl_assert(git_path_isfile(git_buf_cstr(&path))); in test_repo_init__additional_templates()
421 cl_assert(git_path_isfile("root/b/c_wd/.git")); in test_repo_init__extended_1()
H A Dsetters.c54 cl_assert(git_path_isfile("./new_workdir/.git")); in test_repo_setters__setting_a_workdir_creates_a_gitlink()
/dports/devel/libgit2/libgit2-1.3.0/tests/refs/reflog/
H A Dreflog.c110 cl_assert_equal_i(true, git_path_isfile(git_buf_cstr(&master_log_path))); in test_refs_reflog_reflog__renaming_the_reference_moves_the_reflog()
111 cl_assert_equal_i(false, git_path_isfile(git_buf_cstr(&moved_log_path))); in test_refs_reflog_reflog__renaming_the_reference_moves_the_reflog()
117 cl_assert_equal_i(false, git_path_isfile(git_buf_cstr(&master_log_path))); in test_refs_reflog_reflog__renaming_the_reference_moves_the_reflog()
118 cl_assert_equal_i(true, git_path_isfile(git_buf_cstr(&moved_log_path))); in test_refs_reflog_reflog__renaming_the_reference_moves_the_reflog()
133 cl_assert_equal_i(true, git_path_isfile(git_buf_cstr(&master_log_path))); in test_refs_reflog_reflog__deleting_the_reference_deletes_the_reflog()
139 cl_assert_equal_i(false, git_path_isfile(git_buf_cstr(&master_log_path))); in test_refs_reflog_reflog__deleting_the_reference_deletes_the_reflog()
156 cl_assert_equal_i(true, git_path_isfile(git_buf_cstr(&log_path))); in test_refs_reflog_reflog__removes_empty_reflog_dir()
183 cl_assert_equal_i(true, git_path_isfile(git_buf_cstr(&log_path))); in test_refs_reflog_reflog__fails_gracefully_on_nonempty_reflog_dir()
215 cl_assert_equal_i(false, git_path_isfile(git_buf_cstr(&subtrees_log_path))); in test_refs_reflog_reflog__reading_the_reflog_from_a_reference_with_no_log_returns_an_empty_one()
/dports/devel/libgit2/libgit2-1.3.0/tests/submodule/
H A Drepository_init.c29 cl_assert(git_path_isfile("submod2/" "sm_gitmodules_only" "/.git")); in test_submodule_repository_init__basic()
33 cl_assert(git_path_isfile("submod2/.git/modules/" "sm_gitmodules_only" "/HEAD")); in test_submodule_repository_init__basic()
H A Dadd.c49 cl_assert(git_path_isfile("submod2/" "sm_libgit2" "/.git")); in test_submodule_add__url_absolute()
53 cl_assert(git_path_isfile("submod2/.git/modules/" "sm_libgit2" "/HEAD")); in test_submodule_add__url_absolute()
76 cl_assert(git_path_isfile("submod2/" "sm_libgit2b" "/.git/HEAD")); in test_submodule_add__url_absolute()
/dports/devel/libgit2/libgit2-1.3.0/tests/refs/
H A Dref_helpers.c20 packed = !git_path_isfile(ref_path.ptr); in reference_is_packed()
H A Drevparse.c333 cl_assert_equal_i(false, git_path_isfile(git_buf_cstr(&log_path))); in create_fake_stash_reference_and_reflog()
339 cl_assert_equal_i(true, git_path_isfile(git_buf_cstr(&log_path))); in create_fake_stash_reference_and_reflog()
/dports/devel/libgit2/libgit2-1.3.0/tests/index/
H A Dcrlf.c68 if (git_path_isfile(expected_path.ptr)) { in add_and_check_file()
80 } else if (git_path_isfile(expected_path_fail.ptr)) { in add_and_check_file()
/dports/devel/libgit2/libgit2-1.3.0/tests/status/
H A Dsubmodules.c41 cl_assert(git_path_isfile("submodules/.gitmodules")); in test_status_submodules__0()
94 cl_assert(git_path_isfile("submodules/.gitmodules")); in test_status_submodules__1()
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/libgit2-sys-0.12.13+1.0.1/libgit2/src/
H A Dpath.h185 extern bool git_path_isfile(const char *path);
/dports/devel/R-cran-git2r/git2r/src/libgit2/src/
H A Dpath.h185 extern bool git_path_isfile(const char *path);
/dports/sysutils/vector/vector-0.10.0/cargo-crates/libgit2-sys-0.12.7+1.0.0/libgit2/src/
H A Dpath.h185 extern bool git_path_isfile(const char *path);
/dports/devel/tokei/tokei-12.1.2/cargo-crates/libgit2-sys-0.12.17+1.1.0/libgit2/src/
H A Dpath.h183 extern bool git_path_isfile(const char *path);
/dports/devel/gbump/gbump-1.0.1/cargo-crates/libgit2-sys-0.9.1/libgit2/src/
H A Dpath.h185 extern bool git_path_isfile(const char *path);
/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 Dpath.h183 extern bool git_path_isfile(const char *path);
/dports/devel/gitui/gitui-0.10.1/cargo-crates/libgit2-sys-0.12.12+1.0.1/libgit2/src/
H A Dpath.h185 extern bool git_path_isfile(const char *path);
/dports/sysutils/exa/exa-0.10.1/cargo-crates/libgit2-sys-0.12.18+1.1.0/libgit2/src/
H A Dpath.h183 extern bool git_path_isfile(const char *path);
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/libgit2-sys-0.7.11/libgit2/src/
H A Dpath.h183 extern bool git_path_isfile(const char *path);

12345678