From: Junio C Hamano Date: Fri, 16 Dec 2011 17:00:11 +0000 (-0800) Subject: request-pull: update the "pull" command generation logic X-Git-Tag: v1.7.9-rc0~37^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/fe46fa9d267fc5465b320d0d2877de45333efeb8?hp=fe46fa9d267fc5465b320d0d2877de45333efeb8 request-pull: update the "pull" command generation logic The old code that insisted on asking for the tip of a branch to be pulled were not updated when we started allowing for a tag to be pulled. When a tag points at an older part of the history and there is no branch that points at the tagged commit, the script failed to say which ref is to be pulled. Signed-off-by: Junio C Hamano ---