aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/githooks.txt
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2017-04-10 18:13:39 -0400
committerJunio C Hamano <gitster@pobox.com>2017-04-16 18:15:17 -0700
commiteaeed077a69ad1e26b0c329ac0f6cbd397f5be9e (patch)
tree92af17e83635d0f9d1720ac719f8aac6eb6dcb84 /Documentation/githooks.txt
parent360244a51acbc0e734d13353785fff989015f0da (diff)
downloadgit-eaeed077a69ad1e26b0c329ac0f6cbd397f5be9e.tar.gz
receive-pack: document user-visible quarantine effects
Commit 722ff7f87 (receive-pack: quarantine objects until pre-receive accepts, 2016-10-03) changed the underlying details of how we take in objects. This is mostly transparent to the user, but there are a few things they might notice. Let's document them. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/githooks.txt')
-rw-r--r--Documentation/githooks.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/githooks.txt b/Documentation/githooks.txt
index 9565dc3fda..32343ae295 100644
--- a/Documentation/githooks.txt
+++ b/Documentation/githooks.txt
@@ -256,6 +256,9 @@ environment variables will not be set. If the client selects
to use push options, but doesn't transmit any, the count variable
will be set to zero, `GIT_PUSH_OPTION_COUNT=0`.
+See the section on "Quarantine Environment" in
+linkgit:git-receive-pack[1] for some caveats.
+
[[update]]
update
~~~~~~