mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-07 04:26:52 +00:00
Allow for more control in template variables
Sepearate commit message coming from git for handling in template.
This commit is contained in:
parent
f072bb622f
commit
912f1a5f41
4 changed files with 53 additions and 6 deletions
|
|
@ -1,3 +1,5 @@
|
|||
{{ content }}
|
||||
{{ original_msg | join('') | trim() }}
|
||||
|
||||
Relates: {{ ticket }}
|
||||
Relates: #{{ ticket }}
|
||||
|
||||
{{ commented | join('') }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue