summaryrefslogtreecommitdiff
path: root/Documentation/git-receive-pack.txt
diff options
context:
space:
mode:
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>2006-09-21 00:10:30 (GMT)
committerJunio C Hamano <junkio@cox.net>2006-09-21 06:32:22 (GMT)
commit199a92186b6721b23a2400c91f8bd44e7ffa349a (patch)
tree15c92873f4ef6ebd9eaf33463a76331f3076094d /Documentation/git-receive-pack.txt
parent9edd7e4652e080a1a3b1ef614d22eba75b39ef87 (diff)
downloadgit-199a92186b6721b23a2400c91f8bd44e7ffa349a.zip
git-199a92186b6721b23a2400c91f8bd44e7ffa349a.tar.gz
git-199a92186b6721b23a2400c91f8bd44e7ffa349a.tar.bz2
Document receive.denyNonFastforwards
[jc: with a fix to config handling in t5400 test, which took annoyingly long to diagnose.] Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-receive-pack.txt')
-rw-r--r--Documentation/git-receive-pack.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/git-receive-pack.txt b/Documentation/git-receive-pack.txt
index f9457d4..0dfadc2 100644
--- a/Documentation/git-receive-pack.txt
+++ b/Documentation/git-receive-pack.txt
@@ -73,6 +73,8 @@ packed and is served via a dumb transport.
There are other real-world examples of using update and
post-update hooks found in the Documentation/howto directory.
+git-receive-pack honours the receive.denyNonFastforwards flag, which
+tells it if updates to a ref should be denied if they are not fast-forwards.
OPTIONS
-------