Skip to content

Commit 020726a

Browse files
authored
Add sign off option for git cherry-pick (#5083)
Signed-off-by: Yoshiki Fujikane <[email protected]>
1 parent b6e9a2c commit 020726a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/cherry-pick.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ echo
7676
# Cherry-pick pull requests
7777
COMMITS=$(join " " "${COMMIT_HASHS[@]}")
7878
echo "+++ Cherry-picking pull requests"
79-
git cherry-pick ${COMMITS}
79+
git cherry-pick -s ${COMMITS}
8080
echo
8181

8282
# Check whether to push commits and create a pull request or not

0 commit comments

Comments
 (0)