You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/cherry_pick/cherry_pick.sh
+1-6Lines changed: 1 addition & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -25,10 +25,5 @@ do
25
25
git checkout -- "$f"
26
26
done
27
27
28
-
COMMIT_MSG=$(git log --format=%B -n 1 "$COMMIT_ID"| sed -z -r 's/Merge pull request (#[0-9]+) from ([^\n]*\/[^\n]*)\n\n(.*$)/\3\nThis commit was generated from hashicorp\/terraform\1./g')
29
-
30
28
echo"Committing changes. If this fails, you must resolve the merge conflict manually."
31
-
git commit -C "$COMMIT_ID"&& \
32
-
# amend commit message afterwards to preserve authorship information
0 commit comments