I observe a strange behavior in my git history:
I can commit as normal using git gui
and author date and committer date are correctly when viewed in gitk
.
But as soon as I perform an amend via git gui or an rebase via the git bash, all subsequent commits have the committer date correct and the author date being the same as the last commit before this rewrite process - sometimes several days in the past.
When I close git-gui, gitk and their parent git bash and reopen them, the date for the next commits is correct again - up until the next rebase/amend
git-gui version 0.20.GITGUI (Used under Windows)
git version 2.10.0.windows.1 (x64 bit)