Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornulltoken <emeric.fermas@gmail.com>2013-08-21 15:37:21 +0400
committernulltoken <emeric.fermas@gmail.com>2013-08-27 18:57:17 +0400
commitece24ef7c4bb31eb2c715948bcf6dff6ed9d7dfc (patch)
tree2508e9de178de9c5886871127666a6340493d997 /tests-clar/resources
parent44bc0c6ac3b939d3dfc1102be77e82e00e919ae4 (diff)
remote: Don't parse missing urls as empty strings
Diffstat (limited to 'tests-clar/resources')
-rw-r--r--tests-clar/resources/testrepo.git/config2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests-clar/resources/testrepo.git/config b/tests-clar/resources/testrepo.git/config
index 904a4e3f3..1264f6ea7 100644
--- a/tests-clar/resources/testrepo.git/config
+++ b/tests-clar/resources/testrepo.git/config
@@ -10,7 +10,7 @@
url = git://github.com/libgit2/libgit2
[remote "empty-remote-url"]
url =
-
+ pushurl =
[remote "test_with_pushurl"]
url = git://github.com/libgit2/fetchlibgit2
pushurl = git://github.com/libgit2/pushlibgit2