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 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html