From 8d4eb491a38d5c1a6123ca8980fc78af42695049 Mon Sep 17 00:00:00 2001 From: Masato Ohba Date: Thu, 31 Aug 2017 05:12:21 +0900 Subject: [PATCH] Add sendemail-validate githook (#173) https://git-scm.com/docs/githooks#_sendemail_validate It seems to be added recently. https://www.spinics.net/lists/git/msg303675.html --- HOOKS.md | 1 + src/hooks.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/HOOKS.md b/HOOKS.md index 9fcfd5e15..82a683523 100644 --- a/HOOKS.md +++ b/HOOKS.md @@ -22,3 +22,4 @@ Husky supports all git hooks (https://git-scm.com/docs/githooks). Simply add the | prepare-commit-msg | preparecommitmsg | | push-to-checkout | pushtocheckout | | update | update | +| sendemail-validate | sendemailvalidate | diff --git a/src/hooks.json b/src/hooks.json index 4b738c0d0..1f1b23fd7 100644 --- a/src/hooks.json +++ b/src/hooks.json @@ -16,5 +16,6 @@ "post-update", "push-to-checkout", "pre-auto-gc", - "post-rewrite" + "post-rewrite", + "sendemail-validate" ]