Update all git control files with last modified time
git clone hhttps://github.com/JimmyHwang/gitmtime
copy gitmtime.py to [your git project]
cd [your git project]
Build database in first time, may take a few minutes, it is depend on number of files
- python gitmtime.py -u -c
Update mtime of all files with database, or get from GIT if not exists in database
- python gitmtime.py -u
- Jimmy Hwang - Initial work
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE file for details