Home
last modified time | relevance | path

Searched refs:cl_git_path_url (Results 1 – 7 of 7) sorted by relevance

/dports/devel/libgit2/libgit2-1.3.0/tests/network/remote/
H A Dlocal.c41 git_buf_sets(&file_path_buf, cl_git_path_url(local_repository)); in connect_to_local_repository()
73 git_buf_sets(&file_path_buf, cl_git_path_url(cl_fixture("testrepo.git"))); in test_network_remote_local__retrieve_advertised_before_connect()
177 …cl_git_pass(git_remote_create(&remote, repo, "tagopt", cl_git_path_url(cl_fixture("testrepo.git"))… in test_network_remote_local__tagopt()
253 url = cl_git_path_url("./localbare.git"); in test_network_remote_local__push_to_bare_remote_with_file_url()
475 git_buf_sets(&file_path_buf, cl_git_path_url(cl_fixture("testrepo.git"))); in test_network_remote_local__anonymous_remote_inmemory_repo()
H A Dpush.c14 cl_git_pass(git_remote_create(&_remote, _dummy, "origin", cl_git_path_url("testrepo.git"))); in test_network_remote_push__initialize()
/dports/devel/libgit2/libgit2-1.3.0/tests/network/
H A Dfetchlocal.c65 const char *url = cl_git_path_url(git_repository_path(remote_repo)); in test_network_fetchlocal__prune()
142 const char *url = cl_git_path_url(git_repository_path(remote_repo)); in test_network_fetchlocal__prune_overlapping()
212 const char *url = cl_git_path_url(git_repository_path(remote_repo)); in test_network_fetchlocal__fetchprune()
274 const char *url = cl_git_path_url(git_repository_path(remote_repo)); in test_network_fetchlocal__prune_tag()
476 const char *url = cl_git_path_url(git_repository_path(remote_repo)); in test_network_fetchlocal__prune_load_remote_prune_config()
498 const char *url = cl_git_path_url(git_repository_path(remote_repo)); in test_network_fetchlocal__prune_load_fetch_prune_config()
/dports/devel/libgit2/libgit2-1.3.0/tests/clone/
H A Dlocal.c117 cl_git_pass(git_clone(&repo, cl_git_path_url("clone.git"), "./clone2.git", &opts)); in test_clone_local__hardlinks()
131 cl_git_pass(git_clone(&repo, cl_git_path_url("clone.git"), "./clone3.git", &opts)); in test_clone_local__hardlinks()
H A Dnonetwork.c289 cl_git_pass(git_clone(&g_repo, cl_git_path_url(git_repository_path(stage)), "./foo", &g_options)); in test_clone_nonetwork__clone_tag_to_tree()
/dports/devel/libgit2/libgit2-1.3.0/tests/
H A Dclar_libgit2.c273 return cl_git_path_url(cl_fixture(fixturename)); in cl_git_fixture_url()
276 const char* cl_git_path_url(const char *path) in cl_git_path_url() function
H A Dclar_libgit2.h197 const char* cl_git_path_url(const char *path);