libgit2/include
Russell Belfer 2031760c62 Fix git_tree_walk to return user error
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.
2012-07-26 16:10:22 -07:00
..
git2 Fix git_tree_walk to return user error 2012-07-26 16:10:22 -07:00
git2.h Add missing includes 2012-07-11 14:37:26 +02:00