t3903-stash: Work around a racily-clean index that is not detected.
commite95a73efe91c53de473c195a0a12e1b66a726ff7
authorJohannes Sixt <j6t@kdbg.org>
Fri, 7 Nov 2008 12:52:12 +0000 (7 13:52 +0100)
committerJohannes Sixt <j6t@kdbg.org>
Fri, 7 Nov 2008 17:06:16 +0000 (7 18:06 +0100)
treed4ab409b1502685b5a4e3c67591fa7eb38448d0c
parent226c37e6fc8ae0aa2232ae93eeb05c92e85c121a
t3903-stash: Work around a racily-clean index that is not detected.

We still have the problem that sometimes the time returned by stat() is off
by a second into the past. As a consequence, git cannot detect when a file
was modified such that only the content changed but no other aspect of the
meta-data that stat() retrieves. So we artificially delay the modification
so that at least the timestamp is different from the one recorded in the
index.
t/t3903-stash.sh