dalehenrich / filetree

Monticello repository for directory-based Monticello packages enabling the use of git, svn, etc. for managing Smalltalk source code.
https://github.com/CampSmalltalk/Cypress
MIT License
133 stars 26 forks source link

When copying a mcz to a gitfiletree repo, keep the timestamp #210

Closed ThierryGoubier closed 8 years ago

ThierryGoubier commented 8 years ago

As it says: ask git commit to reuse the timestamp present in the mcz.

ThierryGoubier commented 8 years ago

Results are weird. Date is changed in the log, but commit ordering isn't... so you can get older package version before a newer one.

ThierryGoubier commented 8 years ago

Ok. Just only activate setting the date when you also set the author name and email... this means you are copying a old mcz and you want to preserve in git that history. In 595acc5