From 8a84d319dd3898e765fd088406895e54edf283c1 Mon Sep 17 00:00:00 2001 From: fisker Date: Wed, 21 Oct 2020 10:11:17 +0800 Subject: [PATCH] feat: add `proc-receive` hook https://github.com/git/git/commit/d6edc189f6b3d8606150a52fd2c2fcd781b8550f#diff-3d4adc8153d66974868f5774284a4632aedbf8bc5ebaa66e562e398e17464648 --- index.json | 1 + 1 file changed, 1 insertion(+) diff --git a/index.json b/index.json index 5957213..ad633a9 100644 --- a/index.json +++ b/index.json @@ -13,6 +13,7 @@ "pre-push", "pre-receive", "update", + "proc-receive", "post-receive", "post-update", "reference-transaction",