On Thu, Apr 06, 2017 at 10:41:41PM +0200, René Scharfe wrote: > b1ef400e (setup_git_env: avoid blind fall-back to ".git") made programs > that tried to access a repository without initializing properly die with > a diagnostic message. One offender is test-read-cache, which is used in > p0002. Fix it by calling setup_git_directory() before accessing the > index. Right, makes sense. I wondered why we didn't notice this before, but it's because it's _only_ called from the perf suite. -Peff