Remove git-zip-tree
[gitweb.git] / Documentation / config.txt
index 844cae4cf024b17206021d1c55819922cf99277d..bb2fbc324e6fa93a639b31668a7a030ece7787f0 100644 (file)
@@ -267,3 +267,10 @@ whatchanged.difftree::
 imap::
        The configuration variables in the 'imap' section are described
        in gitlink:git-imap-send[1].
+
+receive.denyNonFastforwads::
+       If set to true, git-receive-pack will deny a ref update which is
+       not a fast forward. Use this to prevent such an update via a push,
+       even if that push is forced. This configuration variable is
+       set when initializing a shared repository.
+