libgit2/tests/fetchhead
Carlos Martín Nieto 23aa7c9037 remote: insert refspecs with no rhs in FETCH_HEAD
When a refspec contains no rhs and thus won't cause an explicit update,
we skip all the logic, but that means that we don't update FETCH_HEAD
with it, which is what the implicit rhs is.

Add another bit of logic which puts those remote heads in the list of
updates so we put them into FETCH_HEAD.
2015-06-25 13:40:38 +02:00
..
fetchhead_data.h When auto follow tags, FETCH_HEAD should list only newly followed tags 2014-09-06 00:26:56 +08:00
nonetwork.c remote: insert refspecs with no rhs in FETCH_HEAD 2015-06-25 13:40:38 +02:00