diff --git a/pull-request.sh b/pull-request.sh index eb2e27b..fa49eff 100755 --- a/pull-request.sh +++ b/pull-request.sh @@ -2,10 +2,12 @@ url=git://git.linux-nfs.org/projects/anna/linux-nfs.git -[ -z "$1" ] && tag="v5.*-rc*" || tag="$1" +[ -z "$1" ] && tag="v6.*-rc*" || tag="$1" old=$(git describe --tags --abbrev=0 --match $tag) new=$(git describe) +echo "Subject: [GIT PULL] " +echo echo "Hi Linus," echo -git request-pull $old $url HEAD:$new +git request-pull $old $url $new