I set up a git repository for my LaTeX-documents. When I checkout an older version of the tracked files, all of them get the current timestamp.
Is it also possible to show the time when they were touched for the last-time before they were added to the git-repository?
I could not find anything like "keep original date/time" in man git-commit
or man git-checkout
.