libgit2/tests-clar/online
Congyi Wu d73d52dfcb 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-04 17:47:51 +01:00
..
clone.c Merge branch 'development' into clar2 2013-01-03 04:24:12 +01:00
fetch.c Merge branch 'development' into clar2 2013-01-03 04:24:12 +01:00
fetchhead.c Merge branch 'development' into clar2 2013-01-03 04:24:12 +01:00
push_util.c Cleanup Clar to make it SIMPLER 2013-01-02 02:05:11 +01:00
push_util.h Cleanup Clar to make it SIMPLER 2013-01-02 02:05:11 +01:00
push.c Fix bug in gen_pktline() for deletes of missing remote refs 2013-01-04 17:47:51 +01:00