X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git-request-pull.sh;h=6fdea397ddec3cfa4ff37cdf672e7cced840bb60;hb=fea6128baec24fcfe9433a34a06bd9d6e6298bab;hp=74238b031370a02d8456aeee9003977f001bd9c7;hpb=fd8b005c0d5bcc91c3b5a883f72addc0e51fb38b;p=git.git diff --git a/git-request-pull.sh b/git-request-pull.sh index 74238b031..6fdea397d 100755 --- a/git-request-pull.sh +++ b/git-request-pull.sh @@ -1,4 +1,4 @@ -#!/bin/sh -e +#!/bin/sh # Copyright 2005, Ryan Anderson # # This file is licensed under the GPL v2, or a later version @@ -70,10 +70,10 @@ git show -s --format='The following changes since commit %H: %s (%ci) -are available in the git repository at:' $baserev -echo " $url $branch" -echo +are available in the git repository at:' $baserev && +echo " $url $branch" && +echo && -git shortlog ^$baserev $headrev -git diff -M --stat --summary $patch $merge_base..$headrev +git shortlog ^$baserev $headrev && +git diff -M --stat --summary $patch $merge_base..$headrev || exit exit $status