Fetch working tree directory. We need this because we fetch (or, rather, will fetch) staged versions of files with git checkout-index --temp, and that puts the results in the working tree root, not in the current directory - which would not be a problem, except that that's also how it reports the paths. So, to get at the files, we need to know where they are.