alerque / git-warp-time

Rust library and CLI utility to reset timestamps of Git repository files to the time of the last modifying commit.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider using camino

alerque opened this issue · comments

As far as I'm concerned non Unicode paths can be unsupported, and camino looks like a lot less fuss (especially for things like printing error messages) to cope with than Path/PathBuf.