scatterd-dotfiles/git_template/hooks
Eebs Kobeissi eeb52a87f6 Adds a commit-msg git hook
People may wish to configure a `commit-msg` hook in their local
dotfiles.

This allows them to do so by adding a [`commit-msg` git hook][1] that
checks for the presence of a local `commit-msg` hook, and runs it if
present. This hook follows the existing pattern we use for other git
hooks.

[1]: https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks
2019-11-18 09:29:31 -05:00
..
commit-msg Adds a commit-msg git hook 2019-11-18 09:29:31 -05:00
ctags Change ctag git hook to use universal-ctags tag-relative syntax 2018-06-13 00:59:34 -07:00
post-checkout Use POSIX compliant test command in git hooks 2014-11-03 20:26:48 -05:00
post-commit Use POSIX compliant test command in git hooks 2014-11-03 20:26:48 -05:00
post-merge Use POSIX compliant test command in git hooks 2014-11-03 20:26:48 -05:00
post-rewrite Introduces git_template for init templating 2014-08-27 16:43:38 -04:00
pre-commit Fix pre-commit, prepare-commit-msg hooks 2014-12-05 11:35:15 -08:00
pre-push Add pre-push git hook 2017-01-19 17:59:49 -05:00
prepare-commit-msg Fix pre-commit, prepare-commit-msg hooks 2014-12-05 11:35:15 -08:00