Autogenerated HTML docs for v1.5.0-rc2-g5355
authorJunio C Hamano <junio@hera.kernel.org>
Thu, 25 Jan 2007 07:59:48 +0000 (07:59 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Thu, 25 Jan 2007 07:59:48 +0000 (07:59 +0000)
config.txt
git-repo-config.html

index d8244b1510e1879f4e30b8bb69890433be675741..3f2fa09a87b0cbfb517591ff0472b1ff5cd81ef8 100644 (file)
@@ -295,6 +295,16 @@ diff.renames::
        will enable basic rename detection.  If set to "copies" or
        "copy", it will detect copies, as well.
 
+fetch.unpackLimit::
+       If the number of objects fetched over the git native
+       transfer is below this
+       limit, then the objects will be unpacked into loose object
+       files. However if the number of received objects equals or
+       exceeds this limit then the received pack will be stored as
+       a pack, after adding any missing delta bases.  Storing the
+       pack from a push can make the push operation complete faster,
+       especially on slow filesystems.
+
 format.headers::
        Additional email headers to include in a patch to be submitted
        by mail.  See gitlink:git-format-patch[1].
@@ -419,9 +429,13 @@ remote.<name>.push::
        gitlink:git-push[1].
 
 remote.<name>.receivepack::
-       The default program to execute on the remote side when pulling.  See
+       The default program to execute on the remote side when pushing.  See
        option \--exec of gitlink:git-push[1].
 
+remote.<name>.uploadpack::
+       The default program to execute on the remote side when fetching.  See
+       option \--exec of gitlink:git-fetch-pack[1].
+
 repack.usedeltabaseoffset::
        Allow gitlink:git-repack[1] to create packs that uses
        delta-base offset.  Defaults to false.
@@ -478,3 +492,8 @@ receive.denyNonFastForwards::
        even if that push is forced. This configuration variable is
        set when initializing a shared repository.
 
+transfer.unpackLimit::
+       When `fetch.unpackLimit` or `receive.unpackLimit` are
+       not set, the value of this variable is used instead.
+
+
index 66168526c60d4afc85ba1f850ed61b97a384ad53..097a0a2991ac4406ee00a547a4efb561165ffb68 100644 (file)
@@ -962,6 +962,21 @@ diff.renames
 </p>\r
 </dd>\r
 <dt>\r
+fetch.unpackLimit\r
+</dt>\r
+<dd>\r
+<p>\r
+        If the number of objects fetched over the git native\r
+        transfer is below this\r
+        limit, then the objects will be unpacked into loose object\r
+        files. However if the number of received objects equals or\r
+        exceeds this limit then the received pack will be stored as\r
+        a pack, after adding any missing delta bases.  Storing the\r
+        pack from a push can make the push operation complete faster,\r
+        especially on slow filesystems.\r
+</p>\r
+</dd>\r
+<dt>\r
 format.headers\r
 </dt>\r
 <dd>\r
@@ -1219,11 +1234,20 @@ remote.&lt;name&gt;.receivepack
 </dt>\r
 <dd>\r
 <p>\r
-        The default program to execute on the remote side when pulling.  See\r
+        The default program to execute on the remote side when pushing.  See\r
         option --exec of <a href="git-push.html">git-push(1)</a>.\r
 </p>\r
 </dd>\r
 <dt>\r
+remote.&lt;name&gt;.uploadpack\r
+</dt>\r
+<dd>\r
+<p>\r
+        The default program to execute on the remote side when fetching.  See\r
+        option --exec of <a href="git-fetch-pack.html">git-fetch-pack(1)</a>.\r
+</p>\r
+</dd>\r
+<dt>\r
 repack.usedeltabaseoffset\r
 </dt>\r
 <dd>\r
@@ -1329,6 +1353,15 @@ receive.denyNonFastForwards
         set when initializing a shared repository.\r
 </p>\r
 </dd>\r
+<dt>\r
+transfer.unpackLimit\r
+</dt>\r
+<dd>\r
+<p>\r
+        When <tt>fetch.unpackLimit</tt> or <tt>receive.unpackLimit</tt> are\r
+        not set, the value of this variable is used instead.\r
+</p>\r
+</dd>\r
 </dl>\r
 </div>\r
 <h2>Author</h2>\r
@@ -1345,7 +1378,7 @@ receive.denyNonFastForwards
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 25-Jan-2007 02:23:47 UTC\r
+Last updated 25-Jan-2007 07:59:39 UTC\r
 </div>\r
 </div>\r
 </body>\r