Home
last modified time | relevance | path

Searched refs:cl_git_write2file (Results 1 – 13 of 13) sorted by relevance

/dports/devel/libgit2/libgit2-1.3.0/tests/checkout/
H A Dicase.c111 cl_git_write2file("testrepo/BRANCH_FILE.txt", "neue file\n", 10, \ in test_checkout_icase__refuses_to_overwrite_files_for_files()
122 cl_git_write2file("testrepo/NEW.txt", "neue file\n", 10, \ in test_checkout_icase__overwrites_files_for_files_when_forced()
170 cl_git_write2file("testrepo/BRANCH_FILE.txt/foobar", "neue file\n", 10, \ in test_checkout_icase__refuses_to_overwrite_populated_folders_for_files()
184 cl_git_write2file("testrepo/NEW.txt/foobar", "neue file\n", 10, \ in test_checkout_icase__overwrites_folders_for_files_when_forced()
197 cl_git_write2file("testrepo/A", "neue file\n", 10, \ in test_checkout_icase__refuses_to_overwrite_files_for_folders()
209 cl_git_write2file("testrepo/A", "neue file\n", 10, \ in test_checkout_icase__overwrites_files_for_folders_when_forced()
281 cl_git_write2file("testrepo/AB/C/3.txt", "Foobar!\n", 8, O_RDWR|O_CREAT, 0666); in test_checkout_icase__conflicts_with_casechanged_subtrees()
H A Dnasty.c223 cl_git_write2file("nasty/git~1", "", 0, O_RDWR|O_CREAT, 0666); in test_checkout_nasty__git_custom_shortname()
241 cl_git_write2file("nasty/git~1", "", 0, O_RDWR|O_CREAT, 0666); in test_checkout_nasty__only_looks_like_a_git_shortname()
H A Dtree.c1311 cl_git_write2file("testrepo/.gitattributes", in update_attr_callback()
/dports/devel/libgit2/libgit2-1.3.0/tests/index/
H A Dfilemodes.c46 cl_git_write2file( in replace_file_with_mode()
100 cl_git_write2file("filemodes/new_off", "blah", 0, in test_index_filemodes__untrusted()
105 cl_git_write2file("filemodes/new_on", "blah", 0, in test_index_filemodes__untrusted()
144 cl_git_write2file("filemodes/new_off", "blah", 0, in test_index_filemodes__trusted()
149 cl_git_write2file("filemodes/new_on", "blah", 0, in test_index_filemodes__trusted()
/dports/devel/libgit2/libgit2-1.3.0/tests/
H A Dclar_libgit2.c41 void cl_git_write2file( in cl_git_write2file() function
56 cl_git_write2file(path, content, 0, O_WRONLY | O_CREAT | O_APPEND, 0644); in cl_git_append2file()
61 cl_git_write2file(path, content, 0, O_WRONLY | O_CREAT | O_TRUNC, 0644); in cl_git_rewritefile()
616 cl_git_write2file(longpath.ptr, "", 0, O_RDWR|O_CREAT, 0666); in cl_sandbox_supports_8dot3()
H A Dclar_libgit2.h166 void cl_git_write2file(const char *path, const char *data,
/dports/devel/libgit2/libgit2-1.3.0/tests/repo/
H A Dreservedname.c59 cl_git_write2file("nasty/git~1", "", 0, O_RDWR|O_CREAT, 0666); in test_repo_reservedname__custom_shortname_recognized()
H A Dinit.c237 cl_git_write2file("testCAPS", "whatever\n", 0, O_CREAT | O_WRONLY, 0666); in test_repo_init__detect_ignorecase()
317 cl_git_write2file(composed, "whatever\n", 0, O_CREAT | O_WRONLY, 0666); in test_repo_init__detect_precompose_unicode_required()
/dports/devel/libgit2/libgit2-1.3.0/tests/submodule/
H A Dupdate.c350 cl_git_write2file("submodule_simple/testrepo/branch_file.txt", "a conflicting edit", 0, in test_submodule_update__update_blocks_on_dirty_wd()
426 cl_git_write2file("submodule_simple/testrepo/branch_file.txt", "a conflicting edit", 0, in test_submodule_update__can_force_update()
/dports/devel/libgit2/libgit2-1.3.0/tests/win32/
H A Dforbidden.c72 cl_git_write2file("win32-forbidden/aux.", "foo\n", 4, O_RDWR | O_CREAT, 0666); in test_win32_forbidden__cannot_add_forbidden_filename_from_filesystem()
/dports/devel/libgit2/libgit2-1.3.0/tests/path/
H A Dwin32.c286 cl_git_write2file("bar~1", "foobar\n", 7, O_RDWR|O_CREAT, 0666); in test_path_win32__8dot3_name()
/dports/devel/libgit2/libgit2-1.3.0/tests/diff/
H A Dworkdir.c1616 cl_git_write2file("empty_standard_repo/bom.txt", in test_diff_workdir__untracked_with_bom()
1910 cl_git_write2file( in test_diff_workdir__binary_detection()
1939 cl_git_write2file(b.ptr, "baseline\n", 9, O_WRONLY|O_TRUNC, 0664); in test_diff_workdir__binary_detection()
/dports/devel/libgit2/libgit2-1.3.0/tests/merge/workdir/
H A Dsetup.c1034 cl_git_write2file("merge-resolve/.git/index.lock", "foo\n", 4, O_RDWR|O_CREAT, 0666); in test_merge_workdir_setup__removed_after_failure()