1. 06 Aug, 2012 3 commits
  2. 04 Aug, 2012 3 commits
  3. 02 Aug, 2012 2 commits
  4. 01 Aug, 2012 8 commits
  5. 31 Jul, 2012 3 commits
  6. 30 Jul, 2012 10 commits
  7. 29 Jul, 2012 1 commit
  8. 28 Jul, 2012 1 commit
  9. 27 Jul, 2012 8 commits
  10. 26 Jul, 2012 1 commit
    • Fix git_tree_walk to return user error · 2031760c
      This makes sure that an error code returned by the callback function
      of `git_tree_walk` will stop the iteration and get propagated back
      to the caller verbatim.
      
      Also, this adds a minor helper function `git_tree_entry_byoid` that
      searches a `git_tree` for an entry with the given OID.  This isn't
      a fast function, but it's easier than writing the loop yourself as
      an external user of the library.
      Russell Belfer committed