]> git.ipfire.org Git - thirdparty/git.git/commit
git-p4: add failing test for "git-p4: match branches case insensitively if configured"
authorMazo, Andrey <amazo@checkvideo.com>
Mon, 1 Apr 2019 18:02:21 +0000 (18:02 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 2 Apr 2019 02:25:41 +0000 (11:25 +0900)
commitb30efb156f148081bfb912a2269666864e3937b2
tree70d92afb5301e1c03746b59d74b240bf1af853df
parent2dda741279ba3c56340f3bd88745604bb5a394a6
git-p4: add failing test for "git-p4: match branches case insensitively if configured"

In preparation for a fix, add a failing test case to test that
git-p4 doesn't fold the case in file paths
when doing branch detection case insensitively.
(i.e. when core.ignorecase is set)

Signed-off-by: Andrey Mazo <amazo@checkvideo.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9801-git-p4-branch.sh