On Mon, Jun 5, 2017 at 11:14 PM, Hector Santos <winserver.support@xxxxxxxxxxxxx> wrote: > I'm implementing GIT. If there an option or compile/version that "keep" > file timestamps? The git datamodel stores files as a list of names and whether or not they have the executable bit. If you need to set the ctime/mtime/whatever on the other side you'd do that via some script you'd ship with your repository. This may not answer your question, but it isn't very clear.