libgit2/tests-clar/network
Congyi Wu 4128f5aa31 Fix bug in gen_pktline() for deletes of missing remote refs
* gen_pktline() in smart_protocol.c was skipping refspecs that deleted
  refs that were not advertised by the server.  The new behavior is to
  send a delete command with an old-id of zero, which matches the behavior
  of the official git client.
* Update test_network_push__delete() in reaction to above fix.
* Obviate messy logic that handles missing push_spec rrefs by canonicalizing
  push_spec.  After calculate_work(), loid, roid, and rref, are filled in with
  exactly what is sent to the server
2013-01-03 17:19:55 -05:00
..
createremotethenload.c Reset all static variables to NULL in clar's __cleanup 2012-11-23 11:41:56 +01:00
fetch.c Rename remote creation APIs 2012-12-20 10:52:57 -08:00
fetchlocal.c Rename remote creation APIs 2012-12-20 10:52:57 -08:00
push_util.c Push! By schu, phkelley, and congyiwu, et al 2012-11-28 11:42:37 -05:00
push_util.h Deploy GIT_REMOTE_CALLBACKS_INIT 2012-11-30 13:12:15 -08:00
push.c Fix bug in gen_pktline() for deletes of missing remote refs 2013-01-03 17:19:55 -05:00
refspecs.c API updates for remote.h 2012-11-27 13:19:49 -08:00
remotelocal.c Move url to last place in parameter list 2013-01-02 12:44:47 -08:00
remoterename.c Move url to last place in parameter list 2013-01-02 12:44:47 -08:00
remotes.c Move url to last place in parameter list 2013-01-02 12:44:47 -08:00