Autogenerated HTML docs for v1.4.2.1-g199a9
authorJunio C Hamano <junio@hera.kernel.org>
Thu, 21 Sep 2006 08:13:28 +0000 (08:13 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Thu, 21 Sep 2006 08:13:28 +0000 (08:13 +0000)
config.txt
git-init-db.html
git-init-db.txt
git-receive-pack.html
git-receive-pack.txt
git-repo-config.html

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.
+
index 270a30b1670b7d0fed8af7f4db0921f4217937dd..e1d963a39ac3c11565e90a7ec18e7f908b752188 100644 (file)
@@ -323,6 +323,9 @@ is given:</p>
 <em>all</em> (or <em>world</em> or <em>everybody</em>): Same as <em>group</em>, but make the repository\r
    readable by all users.\r
 </p>\r
+<p>By default, the configuration flag receive.denyNonFastforward is enabled\r
+in shared repositories, so that you cannot force a non fast-forwarding push\r
+into it.</p>\r
 </li>\r
 </ul>\r
 </dd>\r
@@ -386,7 +389,7 @@ add all existing file to the index
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 09-Aug-2006 01:00:28 UTC\r
+Last updated 21-Sep-2006 08:13:17 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 63cd5dab3f82746816d6dc0b8eae32f2c9d930d4..ca7d09dc0a8563a1d8005bc83a89d19c785c1a3d 100644 (file)
@@ -48,6 +48,10 @@ 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.
+
 --
 
 
index c4060b21a63dfbba325065a2956e1f2a595b8937..7953794c3dfd138e11ba13541253f6e5462491e8 100644 (file)
@@ -333,6 +333,8 @@ exec git-update-server-info</tt></pre>
 </div></div>\r
 <p>There are other real-world examples of using update and\r
 post-update hooks found in the Documentation/howto directory.</p>\r
+<p>git-receive-pack honours the receive.denyNonFastforwards flag, which\r
+tells it if updates to a ref should be denied if they are not fast-forwards.</p>\r
 </div>\r
 <h2>OPTIONS</h2>\r
 <div class="sectionbody">\r
@@ -365,7 +367,7 @@ post-update hooks found in the Documentation/howto directory.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 15-Jul-2006 01:38:04 UTC\r
+Last updated 21-Sep-2006 08:13:17 UTC\r
 </div>\r
 </div>\r
 </body>\r
index f9457d45ed684597769124af945c184a7d03a948..0dfadc2a32a44ef1e026ae95c8cc5906ec4d4d5c 100644 (file)
@@ -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
 -------
index 395f511d3962e2ba0f028be014ae1886e24b2ca3..2cb8c4bee204e42502d8031079d8ec83a910fe39 100644 (file)
@@ -980,6 +980,17 @@ imap
         in <a href="git-imap-send.html">git-imap-send(1)</a>.\r
 </p>\r
 </dd>\r
+<dt>\r
+receive.denyNonFastforwads\r
+</dt>\r
+<dd>\r
+<p>\r
+        If set to true, git-receive-pack will deny a ref update which is\r
+        not a fast forward. Use this to prevent such an update via a push,\r
+        even if that push is forced. This configuration variable is\r
+        set when initializing a shared repository.\r
+</p>\r
+</dd>\r
 </dl>\r
 </div>\r
 <h2>Author</h2>\r
@@ -996,7 +1007,7 @@ imap
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 18-Sep-2006 02:47:00 UTC\r
+Last updated 21-Sep-2006 08:13:18 UTC\r
 </div>\r
 </div>\r
 </body>\r