1. 22 Jan, 2013 1 commit
  2. 18 Jan, 2013 1 commit
  3. 08 Jan, 2013 1 commit
  4. 05 Jan, 2013 1 commit
  5. 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
  6. 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
  7. 10 Dec, 2012 1 commit
  8. 29 Nov, 2012 1 commit
  9. 28 Nov, 2012 1 commit
  10. 27 Nov, 2012 2 commits
  11. 05 Nov, 2012 1 commit
  12. 02 Nov, 2012 1 commit
  13. 01 Nov, 2012 1 commit
  14. 24 Oct, 2012 2 commits
  15. 20 Oct, 2012 3 commits
  16. 18 Oct, 2012 2 commits
  17. 15 Oct, 2012 1 commit
  18. 30 Sep, 2012 1 commit
  19. 05 Sep, 2012 1 commit
    • Diff iterators · f335ecd6
      This refactors the diff output code so that an iterator object
      can be used to traverse and generate the diffs, instead of just
      the `foreach()` style with callbacks.  The code has been rearranged
      so that the two styles can still share most functions.
      
      This also replaces `GIT_REVWALKOVER` with `GIT_ITEROVER` and uses
      that as a common error code for marking the end of iteration when
      using a iterator style of object.
      Russell Belfer committed
  20. 25 Aug, 2012 1 commit
  21. 24 Aug, 2012 2 commits
  22. 04 Aug, 2012 1 commit
  23. 30 Jul, 2012 5 commits
  24. 28 Jun, 2012 1 commit
  25. 19 May, 2012 1 commit
  26. 17 May, 2012 1 commit
  27. 09 May, 2012 1 commit
  28. 03 May, 2012 1 commit
  29. 25 Apr, 2012 2 commits