On Sonntag, 31. Oktober 2010, Jonathan Nieder wrote:
+test_expect_success 'revert on stat-dirty working tree' '
+ git clone . repo &&
+ (
+ cd repo &&
+ git checkout initial
+ ) &&
+ cp -R repo copy &&
+ (
+ cd copy &&
+ git cherry-pick added
+ )
On Windows, this doesn't test what it should test because we do not look at
the inode number (currently). Please use test-chmtime to change stat
information.
-- Hannes