pre-commit-hooks/templates/prepare_commit_msg_append.j2
David Paz 912f1a5f41
Allow for more control in template variables
Sepearate commit message coming from git for handling in template.
2022-07-15 17:45:52 +02:00

5 lines
91 B
Django/Jinja

{{ original_msg | join('') | trim() }}
Relates: #{{ ticket }}
{{ commented | join('') }}