Hi, On Fri, 4 May 2007, Junio C Hamano wrote: > ... don't you expect "git show HEAD@{yesterday}:git.txt" while > in Documentation/ subdirectory to work? Actually, no. I expect "git diff HEAD@{yesterday} git.txt" to work fine, and "git show HEAD@{yesterday}:git.c" also, both when in Documentation/, because I expect "git show HEAD@{yesterday}:git.c" to work _also_ when I set GIT_DIR=/path/to/my/bare-repo.git/ before that, while I do not expect the call to git-diff to work (for obvious reasons). Ciao, Dscho - 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