1. 03 Feb, 2013 2 commits
  2. 01 Feb, 2013 1 commit
  3. 31 Jan, 2013 6 commits
  4. 30 Jan, 2013 2 commits
    • Add helper for diff line stats · f1e2735c
      This adds a `git_diff_patch_line_stats()` API that gets the total
      number of adds, deletes, and context lines in a patch.  This will
      make it a little easier to emulate `git diff --stat` and the like.
      
      Right now, this relies on generating the `git_diff_patch` object,
      which is a pretty heavyweight way to get stat information.  At
      some future point, it would probably be nice to be able to get
      this information without allocating the entire `git_diff_patch`,
      but that's a much larger project.
      Russell Belfer committed
  5. 29 Jan, 2013 2 commits
  6. 28 Jan, 2013 1 commit
  7. 27 Jan, 2013 1 commit
  8. 26 Jan, 2013 1 commit
  9. 25 Jan, 2013 4 commits
  10. 24 Jan, 2013 1 commit
  11. 23 Jan, 2013 2 commits
  12. 22 Jan, 2013 3 commits
  13. 21 Jan, 2013 2 commits
  14. 18 Jan, 2013 2 commits
  15. 17 Jan, 2013 4 commits
  16. 16 Jan, 2013 1 commit
  17. 15 Jan, 2013 5 commits