1. 05 Mar, 2014 2 commits
  2. 04 Mar, 2014 2 commits
  3. 03 Mar, 2014 3 commits
  4. 02 Mar, 2014 1 commit
  5. 27 Feb, 2014 1 commit
    • Add buffer to buffer diff and patch APIs · 6789b7a7
      This adds `git_diff_buffers` and `git_patch_from_buffers`.  This
      also includes a bunch of internal refactoring to increase the
      shared code between these functions and the blob-to-blob and
      blob-to-buffer APIs, as well as some higher level assert helpers
      in the tests to also remove redundancy.
      Russell Belfer committed
  6. 26 Feb, 2014 1 commit
  7. 25 Feb, 2014 1 commit
  8. 24 Feb, 2014 1 commit
  9. 23 Feb, 2014 1 commit
  10. 20 Feb, 2014 1 commit
  11. 18 Feb, 2014 1 commit
  12. 12 Feb, 2014 1 commit
  13. 10 Feb, 2014 1 commit
  14. 09 Feb, 2014 3 commits
  15. 08 Feb, 2014 1 commit
    • Add git_commit_amend API · 80c29fe9
      This adds an API to amend an existing commit, basically a shorthand
      for creating a new commit filling in missing parameters from the
      values of an existing commit.  As part of this, I also added a new
      "sys" API to create a commit using a callback to get the parents.
      This allowed me to rewrite all the other commit creation APIs so
      that temporary allocations are no longer needed.
      Russell Belfer committed
  16. 07 Feb, 2014 1 commit
  17. 06 Feb, 2014 2 commits
  18. 05 Feb, 2014 16 commits