We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-S
git cherry-pick
1 parent 66453d9 commit 866069cCopy full SHA for 866069c
libevm/tooling/release/cherrypick.sh
@@ -44,4 +44,4 @@ if [[ -z "${commits[*]// }" ]]; then # $x// removes whitespace
44
exit 0;
45
fi
46
47
-git cherry-pick "${commits[@]}";
+git cherry-pick -S "${commits[@]}";
0 commit comments