libgit2/tests-clar/network/remote
Carlos Martín Nieto 4330ab26b5 remote: handle multiple refspecs
A remote can have a multitude of refspecs. Up to now our git_remote's
have supported a single one for each fetch and push out of simplicity
to get something working.

Let the remotes and internal code know about multiple remotes and get
the tests passing with them.

Instead of setting a refspec, the external users can clear all and add
refspecs. This should be enough for most uses, though we're still
missing a querying function.
2013-04-20 17:54:13 +02:00
..
createthenload.c remote: reorganize tests 2013-02-11 23:19:39 +01:00
isvalidname.c remote: Introduce git_remote_is_valid_name() 2013-02-11 23:19:41 +01:00
local.c tag: Fix parsing when no tagger nor message 2013-03-31 14:36:51 +02:00
remotes.c remote: handle multiple refspecs 2013-04-20 17:54:13 +02:00
rename.c remote: reorganize tests 2013-02-11 23:19:39 +01:00