libgit2/tests/network/remote
Carlos Martín Nieto 0f838d27f1 remote: add a failing test for checking the current branch's upstream
When we update FETCH_HEAD we check whether the remote is the current
branch's upstream remote. The code does not check whether the current
refspec is relevant for this reference but always tries to perform the
reverse transformation, which causes it to error out if the refspec
doesn't match the reference.

Thanks to Pierre-Olivier Latour for the reproduction recipe.
2014-11-02 20:03:23 +01: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: accept a repository and remote name for deletion 2014-09-30 16:09:55 +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 remote: add a failing test for checking the current branch's upstream 2014-11-02 20:03:23 +01:00
rename.c remote: accept a repo and name for renaming 2014-10-24 16:25:59 +02:00