On Thu, Nov 30, 2017 at 1:28 AM, Ivan Gagis wrote: > I use git repository on github to store the files. And to update it I > clone the repo, run mksetupini and then commit and push.
One thing you can do after a clone/update is to run a script that tweaks each file's mtime to be its last-commit time. I like to do this on a fresh clone so that the files have more accurate dates visible when looking around the checkout. (You have to be careful to not shoot yourself in the foot if you're using time-based building in the git repo, but that shouldn't matter in this scenario.) I've seen various scripts on the web, including this one in perl: https://download.samba.org/pub/unpacked/rsync/support/git-set-file-times ..wayne.. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple