]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jk/for-each-ref-icase'
authorJunio C Hamano <gitster@pobox.com>
Tue, 24 Jul 2018 21:50:44 +0000 (14:50 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 24 Jul 2018 21:50:44 +0000 (14:50 -0700)
commit43013305887c2b81858a0741f39872f8ed5f27d6
tree2d93dc7033f8f452d870b9d296a009ddf859f6cd
parent3467e25e1e72a6ef7983b228d9788357385471b7
parente674eb2528229ac7f9c911369a39e7a979bfe75a
Merge branch 'jk/for-each-ref-icase'

The "--ignore-case" option of "git for-each-ref" (and its friends)
did not work correctly, which has been fixed.

* jk/for-each-ref-icase:
  ref-filter: avoid backend filtering with --ignore-case
  for-each-ref: consistently pass WM_IGNORECASE flag
  t6300: add a test for --ignore-case
ref-filter.c
t/t6300-for-each-ref.sh