From fae0cdb11200499e206da640db41cad9804bb023 Mon Sep 17 00:00:00 2001 From: typicode Date: Tue, 11 Sep 2018 13:53:12 +0200 Subject: [PATCH] Update DOCS.md --- DOCS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DOCS.md b/DOCS.md index 6571d27cb..933b10ad1 100644 --- a/DOCS.md +++ b/DOCS.md @@ -4,6 +4,8 @@ `husky` supports all Git hooks defined [here](https://git-scm.com/docs/githooks). +Server-side hooks (`pre-receive`, `update` and `post-receive`) aren't supported. + ## Access Git params and stdin Git hooks can get parameters via command-line arguments and stdin. Husky makes them accessible via `HUSKY_GIT_PARAMS` and `HUSKY_GIT_STDIN` environment variables.