Merge branch 'jc/request-pull-match-tagname' into maint
authorJunio C Hamano <gitster@pobox.com>
Wed, 11 Jul 2012 19:43:58 +0000 (12:43 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 11 Jul 2012 19:43:58 +0000 (12:43 -0700)
"git request-pull $url dev" when the tip of "dev" branch was tagged
with "ext4-for-linus" used the contents from the tag in the output
but still asked the "dev" branch to be pulled, not the tag.

* jc/request-pull-match-tagname:
request-pull: really favor a matching tag

Trivial merge