gartnera / git-restore-mtime

Sets the modified time of files and directories to the commit time from git
0 stars 0 forks source link

git-restore-mtime

git-restore-mtime sets the modified time of files and directories to the commit time from git.

This is inspired by a python version. This was supposed to be faster, but the python version is actually faster because it just parses the output of git log.

Known Issues