Re: [PATCH] t3502: Disambiguate between file and rev by adding --
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:43:47
Brian Gernhardt [off-list ref] writes:
On Nov 5, 2007, at 5:25 PM, Alex Riesen wrote:quoted
Brian Gernhardt, Sun, Nov 04, 2007 16:31:26 +0100:quoted
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 filesystemsOh. 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 [off-list ref]
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 [off-list ref]
Signed-off-by: Junio C Hamano [off-list ref]