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.
--
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
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.
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
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
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.
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
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
<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
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
<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
</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
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
</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
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
</div>\r
<h2>SYNOPSIS</h2>\r
<div class="sectionbody">\r
-<p><em>git-relink</em> [--safe] <dir> <dir> [<dir>]*</p>\r
+<p><em>git-relink</em> [--safe] <dir> [<dir>]* <master_dir></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
</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
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
-------