libgit2/tests/network
Carlos Martín Nieto f5287fa6c3 refspec: support asterisks in the middle of a pattern
We used to assume a refspec would only have an asterisk in the middle of
their respective pattern. This has not been a valid assumption for some
time now with git.

Instead of assuming where the asterisk is going to be, change the logic
to treat each pattern as having two halves with a replacement bit in the
middle, where the asterisk is.
2014-07-04 18:00:20 +02:00
..
remote Improvements to git_transport extensibility 2014-06-26 22:34:37 -04:00
cred.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
fetchlocal.c clone: remote git_clone_into{,_local} from the public API 2014-07-02 07:05:00 +02:00
matchhost.c netops: unit-test the cert host-name pattern matching 2014-04-26 17:27:42 +02:00
refspecs.c refspec: support asterisks in the middle of a pattern 2014-07-04 18:00:20 +02:00
urlparse.c netops: error out on url without a path 2014-07-03 02:34:32 +02:00