Closed as not planned
Description
I've been slowly replacing usages of git2
with git-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 😅.