request-pull: resurrect for-linus -> tags/for-linus DWIM
authorJunio C Hamano <gitster@pobox.com>
Fri, 16 May 2014 17:18:25 +0000 (10:18 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 16 May 2014 17:18:25 +0000 (10:18 -0700)
Older versions of Git before v1.7.10 did not DWIM

$ git pull $URL for-linus

to the tag "tags/for-linus" and the users were required to say

$ git pull $URL tags/for-linus

instead. Because newer versions of Git works either way,
request-pull used to show tags/for-linus when asked

$ git request-pull origin/master $URL for-linus

The recent updates broke this and in the output we see "for-linus"
without the "tags/" prefix.

As v1.7.10 is more than 2 years old, this should matter very little
in practice, but resurrecting it is very simple.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found