Sometimes TortoiseGit reports a file as modified locally while the content of the file has not changed. This seems to happen if the file's timestamp has changed. If it happens, the revert command usually does not help, i.e. it is executed successfully, but TortoiseGit still reports the file as modified.
Is there any way to tell TortoiseGit (or Git) to ignore changes to a file's timestamp? Or is there a way to make the revert command work in such situations?