git2-rs icon indicating copy to clipboard operation
git2-rs copied to clipboard

Consistently use the error message from a callback error.

Open ehuss opened this issue 1 year ago • 0 comments

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.

ehuss avatar Apr 13 '24 22:04 ehuss