1. 30 Jan, 2013 1 commit
    • 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
  2. 29 Jan, 2013 8 commits
  3. 28 Jan, 2013 3 commits
  4. 27 Jan, 2013 3 commits
  5. 26 Jan, 2013 6 commits
  6. 25 Jan, 2013 9 commits
  7. 24 Jan, 2013 2 commits
  8. 23 Jan, 2013 8 commits