libgit2 / libgit2-backends

Standalone ODB backends for the libgit2 library
191 stars 54 forks source link

Updated to work with libgit2 v0.20.0 #3

Closed nathancahill closed 9 years ago

nathancahill commented 10 years ago

Fixes a number of constant names and reflects the moved definition of git_odb_backend.

vmg commented 10 years ago

Looks mostly OK. One major change there has been in libgit2 is the fact that giterr_set is now exported, so you're supposed to set the error code on the backend before returning it. :)

nathancahill commented 10 years ago

Sorry, new to C. What does that mean?

3802002338 commented 5 years ago

Emergency calls