On 8/12/20 5:06 PM, Jose E. Marchesi via Gcc-patches wrote:
I left the changelog entry dates of the original commits untouched, and added `(cherry-pick from commit XXX)' lines to the commit messages. Hope that is ok... please let me know otherwise!
Hello. For creating a backport please use contrib/git-backport.py script. The script basically runs 'git cherry-pick -x' and reverts all modifications of ChangeLog files. So your line: (cherry pick of commit af30b83b50953fbbe671d93d44ea6ac2f7a50ce9) should be: (cherry picked from commit af30b83b50953fbbe671d93d44ea6ac2f7a50ce9) You can then check your commits with git gcc-verify hook (from contrib/gcc-git-customization.sh). Thanks, Martin