libgit2/tests/network/remote
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
..
createthenload.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
defaultbranch.c clone: correct handling of an unborn HEAD 2014-09-02 13:10:19 +02:00
delete.c remote: don't free the remote on delete 2014-06-06 22:55:34 +02:00
isvalidname.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
local.c remote: implement opportunistic remote-tracking branch updates 2014-09-30 15:43:24 +02:00
remotes.c Clean up some leaks in the test suite 2014-09-17 03:19:40 +02:00
rename.c remote: failing test for renaming with a symref 2014-06-06 22:36:41 +02:00