Use higher resolution timestamp
commit37a19f096479c507833cc0e5fbea4c9bfdd92bb7
authorSven Strickroth <email@cs-ware.de>
Sun, 25 Jun 2017 10:58:19 +0000 (25 12:58 +0200)
committerSven Strickroth <email@cs-ware.de>
Sun, 25 Jun 2017 10:58:19 +0000 (25 12:58 +0200)
treeecc6b3b35840341ef3096fbf474bd691469e5ead
parent33b0985393651fc203be97ae33facdf478f2e9bd
Use higher resolution timestamp

Before this we used unix epoch timestamp which has a resolution of one second. This caused issues with TGitCache when HEAD changed too quickly (e.g., when rebasing).

Signed-off-by: Sven Strickroth <email@cs-ware.de>
src/Git/Git.h
src/Git/GitIndex.cpp
src/Git/GitStatus.cpp
src/TortoiseProc/AppUtils.cpp
test/UnitTests/GitTest.cpp