Merge branch 'jk/describe-omit-some-refs'
authorJunio C Hamano <gitster@pobox.com>
Thu, 28 Sep 2017 05:47:52 +0000 (14:47 +0900)
committerJunio C Hamano <gitster@pobox.com>
Thu, 28 Sep 2017 05:47:52 +0000 (14:47 +0900)
commita515136c523cca1d4c5ea2b3c46b3f26bbd22639
tree1b10df0b1a21ea0164040b5ff7c47a9fb979a8ad
parent7451fcdc0d3cffdb9aa79d2651830b44a8e052d6
parentda769d2986470931b8e80b8d14afcae3d7cc20d7
Merge branch 'jk/describe-omit-some-refs'

"git describe --match" learned to take multiple patterns in v2.13
series, but the feature ignored the patterns after the first one
and did not work at all.  This has been fixed.

* jk/describe-omit-some-refs:
  describe: fix matching to actually match all patterns
builtin/describe.c
t/t6120-describe.sh