Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 750 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 750 Bytes

gitmtime

Project Title

Update all git control files with last modified time

Run it on your project

git clone hhttps://github.com/JimmyHwang/gitmtime
copy gitmtime.py to [your git project]
cd [your git project]

Examples

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

Authors

  • Jimmy Hwang - Initial work

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details