1. 20 Feb, 2013 1 commit
  2. 15 Feb, 2013 1 commit
  3. 14 Feb, 2013 1 commit
  4. 11 Feb, 2013 4 commits
  5. 07 Feb, 2013 2 commits
  6. 06 Feb, 2013 1 commit
  7. 05 Feb, 2013 5 commits
  8. 31 Jan, 2013 1 commit
  9. 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
  10. 28 Jan, 2013 1 commit
  11. 27 Jan, 2013 1 commit
  12. 25 Jan, 2013 1 commit
    • Added git_branch_name(). · c253056d
      This is a convenience function to get the branch name of a given
      ref. The returned branch name is compatible with the name that can
      be supplied e.g. to git_branch_lookup(). That is, the prefixes
      "refs/heads" or "refs/remotes" are omitted.
      
      Also added a new test for testing the new function.
      Sebastian Bauer committed
  13. 23 Jan, 2013 2 commits
  14. 22 Jan, 2013 1 commit
  15. 16 Jan, 2013 2 commits
  16. 15 Jan, 2013 1 commit
  17. 12 Jan, 2013 3 commits
  18. 11 Jan, 2013 2 commits
  19. 10 Jan, 2013 2 commits
    • Add GIT_CHECKOUT_DISABLE_PATHSPEC_MATCH · 40342bd2
      This adds an option to checkout a la the diff option to turn off
      fnmatch evaluation for pathspec entries.  This can be useful to
      make sure your "pattern" in really interpretted as an exact file
      match only.
      Russell Belfer committed
    • Sane refresh logic · 4a863c06
      All the ODB backends have a specific refresh interface. When reading an
      object, first we attempt every single backend: if the read fails, then
      we refresh all the backends and retry the read one more time to see if
      the object has appeared.
      Vicent Marti committed
  20. 09 Jan, 2013 4 commits
  21. 08 Jan, 2013 1 commit
  22. 07 Jan, 2013 2 commits