From 1eb589627a1d650201901e80fed8d7d1119cd2e1 Mon Sep 17 00:00:00 2001 From: ivvist Date: Tue, 24 Sep 2024 09:16:36 +0200 Subject: [PATCH] update cherry pick script --- scripts/cp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cp.sh b/scripts/cp.sh index 60ffa23..6afd877 100644 --- a/scripts/cp.sh +++ b/scripts/cp.sh @@ -105,7 +105,7 @@ for commit_hash in $sorted_commits; do echo $(git show -s --format=%ci $commit_hash) $commit_hash commit_hash=$(echo $commit_hash | tr -d ' ') echo "commiting sha: $commit_hash" - git cherry-pick "$commit_hash" -m "Commiting cherry-pick" || { + git cherry-pick "$commit_hash" -m 1 || { echo "Error cherry-picking commit $commit_hash. Aborting." exit 1 }