Autogenerated HTML docs for v1.5.4-rc3
authorJunio C Hamano <junio@hera.kernel.org>
Sat, 12 Jan 2008 06:44:17 +0000 (06:44 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Sat, 12 Jan 2008 06:44:17 +0000 (06:44 +0000)
RelNotes-1.5.4.txt
config.txt
git-config.html
git-gc.html
git-gc.txt
git-relink.html
git-relink.txt

index c05de3d1d82d95a97264366f05e85913e524254d..7d2a973c795acf3a37a12da97fe6915dcfbe7913 100644 (file)
@@ -61,7 +61,7 @@ Deprecation notices
 Updates since v1.5.3
 --------------------
 
- * Comes with much improved gitk.
+ * Comes with much improved gitk, with i18n.
 
  * Comes with "git gui" 0.9.1 with i18n.
 
@@ -358,6 +358,6 @@ series.
 
 --
 exec >/var/tmp/1
-O=v1.5.4-rc2-59-g2370781
+O=v1.5.4-rc3
 echo O=`git describe refs/heads/master`
 git shortlog --no-merges $O..refs/heads/master ^refs/heads/maint
index 1b6d6d6fa8e4133ed2e6634bd39b37ac0818b39d..df091d1b8a6ae5fa340171d1a58854d41b6246d7 100644 (file)
@@ -473,7 +473,8 @@ fetch.unpackLimit::
        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.
+       especially on slow filesystems.  If not set, the value of
+       `transfer.unpackLimit` is used instead.
 
 format.numbered::
        A boolean which can enable sequence numbers in patch subjects.
@@ -499,14 +500,14 @@ gc.auto::
        When there are approximately more than this many loose
        objects in the repository, `git gc --auto` will pack them.
        Some Porcelain commands use this command to perform a
-       light-weight garbage collection from time to time.  Setting
-       this to 0 disables it.
+       light-weight garbage collection from time to time.  The
+       default value is 6700.  Setting this to 0 disables it.
 
 gc.autopacklimit::
        When there are more than this many packs that are not
        marked with `*.keep` file in the repository, `git gc
-       --auto` consolidates them into one larger pack.  Setting
-       this to 0 disables this.
+       --auto` consolidates them into one larger pack.  The
+       default value is 20.  Setting this to 0 disables it.
 
 gc.packrefs::
        `git gc` does not run `git pack-refs` in a bare repository by
@@ -861,7 +862,8 @@ receive.unpackLimit::
        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.
+       especially on slow filesystems.  If not set, the value of
+       `transfer.unpackLimit` is used instead.
 
 receive.denyNonFastForwards::
        If set to true, git-receive-pack will deny a ref update which is
@@ -872,6 +874,7 @@ receive.denyNonFastForwards::
 transfer.unpackLimit::
        When `fetch.unpackLimit` or `receive.unpackLimit` are
        not set, the value of this variable is used instead.
+       The default value is 100.
 
 web.browser::
        Specify a web browser that may be used by some commands.
index 6dd58447854ba1b9a065f2feb95bc7f783d5666a..61e1f4a51910e038f1a7dfbd39cd711d04a4c83f 100644 (file)
@@ -1392,7 +1392,8 @@ fetch.unpackLimit
         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
+        especially on slow filesystems.  If not set, the value of\r
+        <tt>transfer.unpackLimit</tt> is used instead.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -1443,8 +1444,8 @@ gc.auto
         When there are approximately more than this many loose\r
         objects in the repository, <tt>git gc --auto</tt> will pack them.\r
         Some Porcelain commands use this command to perform a\r
-        light-weight garbage collection from time to time.  Setting\r
-        this to 0 disables it.\r
+        light-weight garbage collection from time to time.  The\r
+        default value is 6700.  Setting this to 0 disables it.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -1454,8 +1455,8 @@ gc.autopacklimit
 <p>\r
         When there are more than this many packs that are not\r
         marked with <tt>*.keep</tt> file in the repository, <tt>git gc\r
-        --auto</tt> consolidates them into one larger pack.  Setting\r
-        this to 0 disables this.\r
+        --auto</tt> consolidates them into one larger pack.  The\r
+        default value is 20.  Setting this to 0 disables it.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -2151,7 +2152,8 @@ receive.unpackLimit
         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
+        especially on slow filesystems.  If not set, the value of\r
+        <tt>transfer.unpackLimit</tt> is used instead.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -2172,6 +2174,7 @@ transfer.unpackLimit
 <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
+        The default value is 100.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -2200,7 +2203,7 @@ web.browser
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 08-Jan-2008 09:12:44 UTC\r
+Last updated 12-Jan-2008 06:43:55 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 597e26d59465d3e5410e17b96268cece1a2ab01b..897be72a65b88539a23dea77b09c23c58d75ec9f 100644 (file)
@@ -363,9 +363,9 @@ kept.  This defaults to 60 days.</p>
 how long records of conflicted merge you have not resolved are\r
 kept.  This defaults to 15 days.</p>\r
 <p>The optional configuration variable <em>gc.packrefs</em> determines if\r
-<tt>git gc</tt> runs <tt>git-pack-refs</tt>.  Without the configuration, <tt>git-pack-refs</tt>\r
-is not run in bare repositories by default, to allow older dumb-transport\r
-clients fetch from the repository,  but this will change in the future.</p>\r
+<tt>git gc</tt> runs <tt>git-pack-refs</tt>. This can be set to "nobare" to enable\r
+it within all non-bare repos or it can be set to a boolean value.\r
+This defaults to true.</p>\r
 <p>The optional configuration variable <em>gc.aggressiveWindow</em> controls how\r
 much time is spent optimizing the delta compression of the objects in\r
 the repository when the --aggressive option is specified.  The larger\r
@@ -390,7 +390,7 @@ more details.  This defaults to 10.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 07-Jan-2008 07:50:23 UTC\r
+Last updated 12-Jan-2008 06:43:55 UTC\r
 </div>\r
 </div>\r
 </body>\r
index c4354bb6ab69f13dfba82532dfcec279169775ac..4b2dfefa6ac6088322f7928836e7bb59f27a51e2 100644 (file)
@@ -90,9 +90,9 @@ how long records of conflicted merge you have not resolved are
 kept.  This defaults to 15 days.
 
 The optional configuration variable 'gc.packrefs' determines if
-`git gc` runs `git-pack-refs`.  Without the configuration, `git-pack-refs`
-is not run in bare repositories by default, to allow older dumb-transport
-clients fetch from the repository,  but this will change in the future.
+`git gc` runs `git-pack-refs`. This can be set to "nobare" to enable
+it within all non-bare repos or it can be set to a boolean value.
+This defaults to true.
 
 The optional configuration variable 'gc.aggressiveWindow' controls how
 much time is spent optimizing the delta compression of the objects in
index 11673d125e49d01cf9bbdf93dfd315384d531847..09e0d9b794965b2ede863bf6cc3fb2ab90de5446 100644 (file)
@@ -272,12 +272,13 @@ git-relink(1) Manual Page
 </div>\r
 <h2>SYNOPSIS</h2>\r
 <div class="sectionbody">\r
-<p><em>git-relink</em> [--safe] &lt;dir&gt; &lt;dir&gt; [&lt;dir&gt;]*</p>\r
+<p><em>git-relink</em> [--safe] &lt;dir&gt; [&lt;dir&gt;]* &lt;master_dir&gt;</p>\r
 </div>\r
 <h2>DESCRIPTION</h2>\r
 <div class="sectionbody">\r
-<p>This will scan 2 or more object repositories and look for common objects, check\r
-if they are hardlinked, and replace one with a hardlink to the other if not.</p>\r
+<p>This will scan 1 or more object repositories and look for objects in common\r
+with a master repository. Objects not already hardlinked to the master\r
+repository will be replaced with a hardlink to the master repository.</p>\r
 </div>\r
 <h2>OPTIONS</h2>\r
 <div class="sectionbody">\r
@@ -315,7 +316,7 @@ if they are hardlinked, and replace one with a hardlink to the other if not.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 07-Jan-2008 07:50:41 UTC\r
+Last updated 12-Jan-2008 06:43:56 UTC\r
 </div>\r
 </div>\r
 </body>\r
index ccbda9fba508e252d666db33b679ec745e7e16fe..1b024ded33d1480179630cddaab13e0375bf2120 100644 (file)
@@ -7,12 +7,13 @@ git-relink - Hardlink common objects in local repositories
 
 SYNOPSIS
 --------
-'git-relink' [--safe] <dir> <dir> [<dir>]\*
+'git-relink' [--safe] <dir> [<dir>]\* <master_dir>
 
 DESCRIPTION
 -----------
-This will scan 2 or more object repositories and look for common objects, check
-if they are hardlinked, and replace one with a hardlink to the other if not.
+This will scan 1 or more object repositories and look for objects in common
+with a master repository. Objects not already hardlinked to the master
+repository will be replaced with a hardlink to the master repository.
 
 OPTIONS
 -------