Home
last modified time | relevance | path

Searched refs:cl_git_sandbox_init_new (Results 1 – 5 of 5) sorted by relevance

/dports/devel/libgit2/libgit2-1.3.0/tests/
H A Dclar_libgit2.h184 git_repository *cl_git_sandbox_init_new(const char *name);
H A Dclar_libgit2.c214 git_repository *cl_git_sandbox_init_new(const char *sandbox) in cl_git_sandbox_init_new() function
/dports/devel/libgit2/libgit2-1.3.0/tests/index/
H A Dcrlf.c21 g_repo = cl_git_sandbox_init_new("crlf"); in test_index_crlf__initialize()
H A Daddall.c142 g_repo = cl_git_sandbox_init_new(TEST_DIR); in addall_create_test_repo()
/dports/devel/libgit2/libgit2-1.3.0/tests/stash/
H A Dapply.c13 repo = cl_git_sandbox_init_new("stash"); in test_stash_apply__initialize()