author | Brian Gernhardt <benji@silverinsanity.com> | |
Sun, 4 Nov 2007 15:31:26 +0000 (10:31 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 5 Nov 2007 23:04:57 +0000 (15:04 -0800) | ||
commit | 9f12bec4386fc96e5b617268822cbb75e4c76101 | |
tree | af8f00512ded476b81813cd460279ea5d5c181bb | tree | snapshot |
parent | ae3e76c2991ddd5fd72cff22cd39d5d297e63504 | commit | diff |
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>
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 | diff | blob | history |