python / cherry-picker

🐍🍒⛏ Utility script for backporting/cherry-picking CPython changes from master into one of the maintenance branches.
Apache License 2.0
46 stars 38 forks source link

Remove multiple commit prefixes #118

Closed serhiy-storchaka closed 4 months ago

serhiy-storchaka commented 4 months ago

Multiple commit prefixes "[X.Y] " were added in multilevel backports. Only the leftmost one matters. Others just increase the length of the title.

Fixes #117.