libgit2/tests-clar/network
Carlos Martín Nieto 0b9ebb54ff remote: relax the url rules
Accept any value for the remote's url, including an empty string which
we used to reject as invalid configuration.

This is not quite what git does (although it has its own problems with
such configurations) and it makes it harder to fix the issue, by not
letting the user modify it.

As we already need to check for a valid URL when we try to connect to
the network, let that perform the check, as we don't need to do it
anywhere else.
2013-08-14 11:52:49 +02:00
..
remote remote: relax the url rules 2013-08-14 11:52:49 +02:00
cred.c Add user-from-url param to auth callback 2013-01-31 10:44:57 -08:00
fetchlocal.c refs: remove the OID/SYMBOLIC filtering 2013-05-11 11:20:38 +02:00
refspecs.c Parse shorthand refspecs as valid 2013-04-28 14:21:10 +02:00
urlparse.c Update cl_assert_equal_sz to be nicer 2013-03-22 14:23:38 -07:00