> On 02 Aug 2016, at 13:23, Peter Uhnak <i.uh...@gmail.com> wrote: > >>
Hi Peter, > At the time of the (post) writing it did preserve commit dates, but there was > no metadata-less yet. > > In any case, I don't see a reason why it shouldn't preserve commit dates with > metadata-less — it goes mcz by mcz and recommits it with given date, no? I have modified >>#basicStoreVersion: to pass the --date option to git and now date/time is preserved. I am copying multiple related packages into the same git repository and would like to "interleave" (based on date) the different packages. In your script you first have: filesSorted := fileBlocks asSortedCollection: sortBlock. files := (filesSorted collect: [ :x | x first ]) asArray. to select which files to actually copy (as Gofer allResolved has a lot more). but after the: goSource fetch. "downloads all mcz on your computer" I would like to mix the different packages based on their date. Would you know which Gofer(?) API I can use to get a version info (?) so I can access the date? holger