t3502: Disambiguate between file and rev by adding --
commit9f12bec4386fc96e5b617268822cbb75e4c76101
authorBrian Gernhardt <benji@silverinsanity.com>
Sun, 4 Nov 2007 15:31:26 +0000 (4 10:31 -0500)
committerJunio C Hamano <gitster@pobox.com>
Mon, 5 Nov 2007 23:04:57 +0000 (5 15:04 -0800)
treeaf8f00512ded476b81813cd460279ea5d5c181bb
parentae3e76c2991ddd5fd72cff22cd39d5d297e63504
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@silverinsanity.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3502-cherry-pick-merge.sh