[DGD] Microsoft & Github (Off Topic)

Brian Gernhardt benji at silverinsanity.com
Tue Jun 5 03:56:04 CEST 2018



> On Jun 4, 2018, at 9:04 PM, Dread Quixadhal <quixadhal at gmail.com> wrote:
> 
> One feature I’d like is to have it preserve timestamps on both files and directories when cloning or unpacking.

That is a deliberate non-feature of git.  For `make`, and most other build systems, if you change the timestamp of a source file to be older you won't trigger a rebuild of the object file.  You need the modification date of the file to reflect when it was changed, not when that version of the file was created.

~~ Brian





More information about the DGD mailing list