libgit2/tests-clar/network
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
..
remote remote: handle multiple refspecs 2013-04-20 17:54:13 +02:00
cred.c Add user-from-url param to auth callback 2013-01-31 10:44:57 -08:00
fetchlocal.c tag: Fix parsing when no tagger nor message 2013-03-31 14:36:51 +02:00
refspecs.c API updates for remote.h 2012-11-27 13:19:49 -08:00
urlparse.c Update cl_assert_equal_sz to be nicer 2013-03-22 14:23:38 -07:00