]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jc/request-pull-match-tagname'
authorJunio C Hamano <gitster@pobox.com>
Thu, 21 Jun 2012 21:41:57 +0000 (14:41 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 21 Jun 2012 21:41:57 +0000 (14:41 -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