On 8/12/20 9:12 PM, Jose E. Marchesi wrote:
1) CHERRY_PICK_PREFIX = '(cherry picked from commit ' and I used a slightly differnt wording.
Yes, you used a bit different wording :)
2) If I am not mistaken while reading the script, the CHERRY_PICK line should be part of the ChangeLog entries (indented, etc) and I did put it before the ChangeLog entries instead.
No, it should be placed at the end of a commit message (what git cherry-pick -x does). Martin