Code

adapt request-pull tests for new pull request format
authorJonathan Nieder <jrnieder@gmail.com>
Sat, 24 Apr 2010 12:29:52 +0000 (07:29 -0500)
committerJunio C Hamano <gitster@pobox.com>
Sat, 8 May 2010 04:33:19 +0000 (21:33 -0700)
commitf2cabf6abfb1ebf8c1f1a4789ae003990b5f0ba9
treeac2e4c8c3497f1c7cfde5a1b18cfa1f01bf6e082
parentea0edad58f58378cb42c2895c5578524bbaba296
adapt request-pull tests for new pull request format

10eb0007 (request-pull: avoid mentioning that the start point is a
single commit, 2010-01-29), changed the pull request format, so the
test needs some changes to still pass:

 - tolerate a missing blank line between “in the git repository at:”
   and the name of repository and branch

 - recognize subject and date in the new request format

 - update the expected request template to match the new format

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Acked-by: Miklos Vajna <vmiklos@frugalware.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5150-request-pull.sh