Add git-mtime.py
This Python program will recurse through a specified directory, or the current directory, and set the modified time of each file (that is under git control) to the time that file was last committed (modified) in git.
This Python program will recurse through a specified directory, or the current directory, and set the modified time of each file (that is under git control) to the time that file was last committed (modified) in git.