Brian Gernhardt <benji@xxxxxxxxxxxxxxxxxx> writes: > On Nov 5, 2007, at 5:25 PM, Alex Riesen wrote: > >> Brian Gernhardt, Sun, Nov 04, 2007 16:31:26 +0100: >>> This test failed because git-diff didn't know if it was asking for >>> the >>> file "a" or the branch "a". Adding "--" at the end of the ambiguous >>> commands allows the test to finish properly. >> >> To be precise: this is ambiguous only on case-challenged filesystems > > Oh. I just saw the ambiguous error. Should I re-post with a more > correct commit message? This is what I wrote but haven't pushed out (I will have to tend other topics first): commit 9f12bec4386fc96e5b617268822cbb75e4c76101 Author: Brian Gernhardt <benji@xxxxxxxxxxxxxxxxxx> Date: Sun Nov 4 10:31:26 2007 -0500 t3502: Disambiguate between file and rev by adding -- On a case insensitive file system, this test fails because git-diff doesn't know if it is asking for the file "A" or the tag "a". Adding "--" at the end of the ambiguous commands allows the test to finish properly. Signed-off-by: Brian Gernhardt <benji@xxxxxxxxxxxxxxxxxx> Signed-off-by: Junio C Hamano <gitster@xxxxxxxxx> - 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