libgit2/tests/network
Carlos Martín Nieto c5837cad85 remote: implement opportunistic remote-tracking branch updates
When a list of refspecs is passed to fetch (what git would consider
refspec passed on the command-line), we not only need to perform the
updates described in that refspec, but also update the remote-tracking
branch of the fetched remote heads according to the remote's configured
refspecs.

These "fetches" are not however to be written to FETCH_HEAD as they
would be duplicate data, and it's not what the user asked for.
2014-09-30 15:43:24 +02:00
..
remote remote: implement opportunistic remote-tracking branch updates 2014-09-30 15:43:24 +02:00
cred.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
fetchlocal.c remote: allow overriding the refspecs for download and fetch 2014-09-30 15:42:32 +02:00
matchhost.c netops: unit-test the cert host-name pattern matching 2014-04-26 17:27:42 +02:00
refspecs.c Check if the refspec matches before transforming 2014-08-17 14:55:06 +02:00
urlparse.c netops: error out on url without a path 2014-07-03 02:34:32 +02:00