From: Junio C Hamano
Date: Thu, 21 Sep 2006 08:13:28 +0000 (+0000)
Subject: Autogenerated HTML docs for v1.4.2.1-g199a9
X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=459ee227dd14da3bdd2073c8a31b5056d0a85e8c;p=git.git
Autogenerated HTML docs for v1.4.2.1-g199a9
---
diff --git a/config.txt b/config.txt
index 844cae4cf..bb2fbc324 100644
--- a/config.txt
+++ b/config.txt
@@ -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.
+
diff --git a/git-init-db.html b/git-init-db.html
index 270a30b16..e1d963a39 100644
--- a/git-init-db.html
+++ b/git-init-db.html
@@ -323,6 +323,9 @@ is given:
all (or world or everybody): Same as group, but make the repository
readable by all users.
+By default, the configuration flag receive.denyNonFastforward is enabled
+in shared repositories, so that you cannot force a non fast-forwarding push
+into it.
@@ -386,7 +389,7 @@ add all existing file to the index