mirror of
https://git.proxmox.com/git/libgit2
synced 2025-12-30 22:59:52 +00:00
Clone: use libgit2's test repos
This commit is contained in:
parent
65415ea275
commit
86a2da6e8a
@ -5,8 +5,8 @@
|
||||
|
||||
CL_IN_CATEGORY("network")
|
||||
|
||||
#define LIVE_REPO_URL "git://github.com/nulltoken/TestGitRepository"
|
||||
#define LIVE_EMPTYREPO_URL "git://github.com/nulltoken/TestEmptyRepository"
|
||||
#define LIVE_REPO_URL "git://github.com/libgit2/TestGitRepository"
|
||||
#define LIVE_EMPTYREPO_URL "git://github.com/libgit2/TestEmptyRepository"
|
||||
|
||||
static git_repository *g_repo;
|
||||
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
#include "repository.h"
|
||||
|
||||
#define DO_LOCAL_TEST 0
|
||||
#define LIVE_REPO_URL "git://github.com/nulltoken/TestGitRepository"
|
||||
#define LIVE_REPO_URL "git://github.com/libgit2/TestGitRepository"
|
||||
|
||||
static git_repository *g_repo;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user