mirror of
https://github.com/odoo/runbot.git
synced 2025-03-19 17:35:45 +07:00
![]() When a commit is lacking the purpose (?) tag e.g. `[FIX]`, `[IMP]`, ..., a normal commit message of the form `<module>: <info>` marches the looks of a git pseudo-header. This results in a commit rewrite rejiggering the entire thing and breaking the message by moving the title to the pseudo-headers and mis-promoting either the `closes` line of body content to "title", resulting in a really crappy commit message e.g. odoo/odoo@d4aa9ad031. Update the commit rewriting procedure to specifically skip the title line, and re-inject it without processing in the output. Fixes #540 |
||
---|---|---|
.. | ||
__init__.py | ||
pull_requests.py | ||
res_partner.py |