Commit graph

7 commits

Author SHA1 Message Date
Oliver Davies 1a70ba7c17 refactor(git-hooks): remove comment 2023-08-27 00:18:04 +01:00
Oliver Davies 452b779fa4 feat(git-hooks): allow issue IDs on multiple lines 2023-08-27 00:03:35 +01:00
Oliver Davies b5fd94b369 refactor(git-hooks): move description text 2023-08-26 23:42:17 +01:00
Oliver Davies acd73bcb4f chore(git): change placeholder to Refs:
This is more inline with the conventional commits approach and
encourages it to be replaced manually if not being done with commit
hooks.
2023-08-26 22:27:00 +01:00
Oliver Davies ac854bf8c7 feat(git): automatically add refs to commit
...messages

Add a `prepare-commit-msg` hook to automaically add `Refs` values, such
as issue IDs or commit SHAs to a Git commit message body by replacing an
`ISSUE_ID` placeholder that can be added to a commit message template.
2023-08-26 22:19:35 +01:00
Oliver Davies 830c37c681 fix: add missing managed text 2023-04-24 23:00:25 +01:00
Oliver Davies 2afdf43cd2 feat: add and enable pre-push Git hooks 2023-04-24 22:54:34 +01:00