Merge branch 'jc/describe' into next
commit89e6e47cee60a01d559d7d0d8a5c1f42fa8644c8
authorJunio C Hamano <gitster@pobox.com>
Tue, 19 Mar 2013 22:57:12 +0000 (19 15:57 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 19 Mar 2013 22:57:12 +0000 (19 15:57 -0700)
tree710c26bb472b6c00b9618e4dc2385e8f71874286
parentb92f7204a1891ad9958b6498056c70792075436a
parent46e1d6eb4dcdd2952149fae214aeaa32f29c8df5
Merge branch 'jc/describe' into next

The "--match=<pattern>" option of "git describe", when used with
"--all" to allow refs that are not annotated tags to be used as a
base of description, did not restrict the output from the command
to those that match the given pattern.

We may want to have a looser matching that does not restrict to tags,
but that can be done as a follow-up topic; this step is purely a bugfix.

* jc/describe:
  describe: --match=<pattern> must limit the refs even when used with --all
builtin/describe.c