script/backport-pr: commit message no longer includes the # (#6289)
Merge pull request 6289
This commit is contained in:
parent
073d2f1e6a
commit
c059675bcc
|
@ -45,7 +45,7 @@ git clean -q -fdx
|
||||||
git pull -q
|
git pull -q
|
||||||
git checkout -q -f -B $prbranch
|
git checkout -q -f -B $prbranch
|
||||||
|
|
||||||
commit=`git log -1 --pretty=%H "--grep=Merge pull request #$pr" "--grep=Merge branch '.*$headref'" master`
|
commit=`git log -1 --pretty=%H "--grep=Merge pull request $pr" "--grep=Merge branch '.*$headref'" master`
|
||||||
|
|
||||||
echo "Backporting:\n"
|
echo "Backporting:\n"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue