request-pull: pick up tag message as before
commit4b14ec878a206e87520378b9e1e43aef469bc646
authorJunio C Hamano <gitster@pobox.com>
Wed, 29 Jan 2014 23:08:05 +0000 (29 15:08 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 25 Feb 2014 20:53:40 +0000 (25 12:53 -0800)
treee9584c717e1dc3644e3f91f5b600da28b476b2fd
parentdc2eacc58c1118ad68b9d6973033a60b6ed9be1f
request-pull: pick up tag message as before

The previous two steps were meant to stop updating the explicit
refname the user gave to the command to a different ref that points
at it.  Most notably, we no longer substitute a branch name the user
used with a name of the tag that points at the commit at the tip of
the branch (it still can be done with "local-branch:remote-tag").

However, they also lost the code that included the message in a
tag when the user _did_ ask the tag to be pulled.  Resurrect it.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-request-pull.sh