We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6e9a2c commit 020726aCopy full SHA for 020726a
hack/cherry-pick.sh
@@ -76,7 +76,7 @@ echo
76
# Cherry-pick pull requests
77
COMMITS=$(join " " "${COMMIT_HASHS[@]}")
78
echo "+++ Cherry-picking pull requests"
79
-git cherry-pick ${COMMITS}
+git cherry-pick -s ${COMMITS}
80
echo
81
82
# Check whether to push commits and create a pull request or not
0 commit comments