t6300: add a test for --ignore-case
commitee0f3e22c61f73734f3caa6c3f5c7a224227ce38
authorJeff King <peff@peff.net>
Mon, 2 Jul 2018 21:11:23 +0000 (2 17:11 -0400)
committerJunio C Hamano <gitster@pobox.com>
Tue, 3 Jul 2018 21:49:13 +0000 (3 14:49 -0700)
tree8b902cffe9e158c4bf2aa9c4d81b402d40ce3d31
parentfc54c1af3ec09bab8b8ea09768c2da4069b7f53e
t6300: add a test for --ignore-case

The --ignore-case option was added by 3bb16a8bf2 (tag,
branch, for-each-ref: add --ignore-case for sorting and
filtering, 2016-12-04), but it was never tested. And indeed,
it does not work due to multiple bugs (which will be fixed
in subsequent patches).

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t6300-for-each-ref.sh