mirror of
https://github.com/neovim/neovim.git
synced 2026-06-15 16:23:48 +00:00
Problem: Backport commits may have subjects like "backport: fix(ui): ...". (e.g.ecda67662f). git-cliff treats them as OTHER. Solution: Preprocess the subject to strip a leading "backport:" or "backport ". (cherry picked from commit4c3b0ecb46) Co-authored-by: Justin M. Keyes <justinkz@gmail.com>