Merge branch 'jc/describe' into next
commit6b353f34c7cde9d10197286cc38a4a70c66d998b
authorJunio C Hamano <gitster@pobox.com>
Wed, 6 Mar 2013 05:52:28 +0000 (5 21:52 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 6 Mar 2013 05:52:28 +0000 (5 21:52 -0800)
tree3a2f24594ad5d5a1bb051762708a0533c852fe1e
parent084ae431c0c69edceac6051f411502ccee74ad4f
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