diff options
| author | nulltoken <emeric.fermas@gmail.com> | 2012-09-13 22:22:40 +0200 |
|---|---|---|
| committer | nulltoken <emeric.fermas@gmail.com> | 2012-09-13 22:31:29 +0200 |
| commit | e16fc07f7e8c44b01fa61f66c2ad2c819484e248 (patch) | |
| tree | 839947d3ca39612f369a8a4ef7295e83e2d39d89 /tests-clar/resources/testrepo.git | |
| parent | 9be2261eaae74552aaa9d568e663292f4382e141 (diff) | |
| download | libgit2-e16fc07f7e8c44b01fa61f66c2ad2c819484e248.tar.gz | |
refspec: No remote tracking ref from a fetchspec-less remote
Diffstat (limited to 'tests-clar/resources/testrepo.git')
| -rw-r--r-- | tests-clar/resources/testrepo.git/config | 5 | ||||
| -rw-r--r-- | tests-clar/resources/testrepo.git/refs/heads/cannot-fetch | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/tests-clar/resources/testrepo.git/config b/tests-clar/resources/testrepo.git/config index 04ab38776..54ff6109b 100644 --- a/tests-clar/resources/testrepo.git/config +++ b/tests-clar/resources/testrepo.git/config @@ -6,6 +6,8 @@ [remote "test"] url = git://github.com/libgit2/libgit2 fetch = +refs/heads/*:refs/remotes/test/* +[remote "joshaber"] + url = git://github.com/libgit2/libgit2 [remote "test_with_pushurl"] url = git://github.com/libgit2/fetchlibgit2 @@ -18,3 +20,6 @@ [branch "track-local"] remote = . merge = refs/heads/master +[branch "cannot-fetch"] + remote = joshaber + merge = refs/heads/cannot-fetch diff --git a/tests-clar/resources/testrepo.git/refs/heads/cannot-fetch b/tests-clar/resources/testrepo.git/refs/heads/cannot-fetch new file mode 100644 index 000000000..aab87e5e7 --- /dev/null +++ b/tests-clar/resources/testrepo.git/refs/heads/cannot-fetch @@ -0,0 +1 @@ +a4a7dce85cf63874e984719f4fdd239f5145052f |
