Merge branch 'lt/request-pull'

* lt/request-pull:
  request-pull: resurrect for-linus -> tags/for-linus DWIM
This commit is contained in:
Junio C Hamano
2014-05-19 10:35:36 -07:00
2 changed files with 13 additions and 1 deletions

View File

@ -119,6 +119,12 @@ then
status=1
fi
# Special case: turn "for_linus" to "tags/for_linus" when it is correct
if test "$ref" = "refs/tags/$pretty_remote"
then
pretty_remote=tags/$pretty_remote
fi
url=$(git ls-remote --get-url "$url")
git show -s --format='The following changes since commit %H: