diff options
Diffstat (limited to 'tests/resources/testrepo.git/config')
| -rw-r--r-- | tests/resources/testrepo.git/config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/resources/testrepo.git/config b/tests/resources/testrepo.git/config index 2f8958058..1a5aacdfa 100644 --- a/tests/resources/testrepo.git/config +++ b/tests/resources/testrepo.git/config @@ -3,3 +3,6 @@ filemode = true bare = true logallrefupdates = true +[remote "test"] + url = git://github.com/libgit2/libgit2 + fetch = +refs/heads/*:refs/remotes/test/* |
