1. 11 Feb, 2013 1 commit
  2. 08 Feb, 2013 1 commit
  3. 22 Jan, 2013 1 commit
  4. 17 Jan, 2013 1 commit
  5. 09 Jan, 2013 2 commits
  6. 08 Jan, 2013 1 commit
  7. 04 Jan, 2013 1 commit
    • Fix bug in gen_pktline() for deletes of missing remote refs · d73d52df
      * 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
      Congyi Wu committed
  8. 03 Jan, 2013 1 commit
    • Fix bug in gen_pktline() for deletes of missing remote refs · 4128f5aa
      * 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
      Congyi Wu committed
  9. 28 Nov, 2012 1 commit