Finish replacing git2
with git-repository
#229
Labels
👷 refactor
Change implementation without changing functionality
🖇️ dependencies
Pull requests that update a dependency file
🆘 help wanted
Extra attention is needed
I've been slowly replacing usages of
git2
withgit-repository
and related crates from gitoxide. These crates have friendlier interfaces and documentation since they aren't just bindings to C libraries.It would be great to finish this transition, so we aren't carrying around two separate Git implementations 😅.
The text was updated successfully, but these errors were encountered: