libgit2/tests/online
Carlos Martín Nieto aad638f3a1 push: use the common refspec parser
There is one well-known and well-tested parser which we should use,
instead of implementing parsing a second time.

The common parser is also augmented to copy the LHS into the RHS if the
latter is empty.

The expressions test had to change a bit, as we now catch a bad RHS of a
refspec locally.
2014-11-09 16:07:43 +01:00
..
clone.c Add tests for host names 2014-10-09 17:32:38 +02:00
fetch.c remote: allow overriding the refspecs for download and fetch 2014-09-30 15:42:32 +02:00
fetchhead.c remote: use active refspec override in the tests 2014-09-30 15:42:32 +02:00
push_util.c oid: Export git_oid_tostr_s instead of _allocfmt 2014-08-18 12:41:06 +02:00
push_util.h Provide a callback for certificate validation 2014-09-16 17:01:30 +02:00
push.c push: use the common refspec parser 2014-11-09 16:07:43 +01:00