-
Notifications
You must be signed in to change notification settings - Fork 416
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[skip ci] Add instructions to finish the backport
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
Error on backporting to branch 3.27, error on cherry picking 82842e107f302e4de161b29eb1866a6d4fda48da: | ||
|
||
|
||
|
||
To continue do: | ||
git fetch && git checkout backport/3374-to-3.27 && git reset --hard HEAD^ | ||
git cherry-pick 82842e107f302e4de161b29eb1866a6d4fda48da | ||
git cherry-pick 497cde1ba0fffab928fdc54fbedddc293575401b | ||
git cherry-pick a3002bd898baac6e01c28699b21950eb5dc64e27 | ||
git cherry-pick f0b2d9f666a632bd8819cc765e0d0c178d26a698 | ||
git push origin backport/3374-to-3.27 --force |