alerque / git-warp-time

Rust library and CLI utility to reset timestamps of Git repository files to the time of the last modifying commit.
GNU General Public License v3.0
32 stars 1 forks source link

Switch from libgit2 to gitoxide #8

Open alerque opened 11 months ago

alerque commented 11 months ago

I started down this road because I think it will be faster and easier to work with down the road, but haven't actually figured out how it all works yet. This is a WIP that I'm quite open to folks helping out with if anybody sees value in it. I had some second thoughts when I ran into rough/missing spots in the gitoxide APIs. It think there is enough there to handle this project, but it isn't as complete as I thought it was going into this attempt.