On Thu, Jan 21, 2016 at 10:29:49AM +0000, Andrew Stewart wrote: > # Now the strange behaviour: no output from the next command > $ git -c diff.autorefreshindex=0 diff --raw -- README I can't reproduce here (v2.7.0, Linux). But note that your whole test is going to be racy, and possibly depend on the resolution of your filesystem's timestamps. Did you run your test as a single script, where the initial index write and the `touch` may happen in the same second? If so, trying running it slowly by hand, or inserting "sleep 1" between the commands. -Peff -- 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