git2-rs
git2-rs copied to clipboard
Consistently use the error message from a callback error.
This updates some of the C callbacks to set the git error with the error returned from the callback. Previously the error was just getting dropped and lost.