request-pull: state what commit to expect
commitcf7316663e2ae459591bc52f0a1c91c3a684e48b
authorJunio C Hamano <gitster@pobox.com>
Fri, 16 Sep 2011 18:37:08 +0000 (16 11:37 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 5 Oct 2011 21:51:26 +0000 (5 14:51 -0700)
tree8e56c8dfa6e5d047110370aa989ab318e4a1a4db
parent3c9f1e7c11186f4c7b39a0e966428587ab20fda5
request-pull: state what commit to expect

The message gives a detailed explanation of the commit the requester based
the changes on, but lacks information that is necessary for the person who
performs a fetch & merge in order to verify that the correct branch was
fetched when responding to the pull request.

Add a few more lines to describe the commit at the tip expected to be
fetched to the same level of detail as the base commit.

Also update the warning message slightly when the script notices that the
commit may not have been pushed.

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