From 25c0b703a31f4df8059a9f6c8a081d6a89ba22d9 Mon Sep 17 00:00:00 2001
From: Junio C Hamano
Date: Sun, 23 Mar 2008 09:41:37 +0000
Subject: [PATCH] Autogenerated HTML docs for v1.5.5-rc1
---
RelNotes-1.5.5.txt | 5 ++++-
config.txt | 2 +-
git-config.html | 4 ++--
git-fast-import.html | 13 +++++++++----
git-fast-import.txt | 11 ++++++++---
git-filter-branch.html | 25 +++++++++++++------------
git-filter-branch.txt | 23 ++++++++++++-----------
7 files changed, 49 insertions(+), 34 deletions(-)
diff --git a/RelNotes-1.5.5.txt b/RelNotes-1.5.5.txt
index e31ae6a29..14beed49b 100644
--- a/RelNotes-1.5.5.txt
+++ b/RelNotes-1.5.5.txt
@@ -124,6 +124,9 @@ Updates since v1.5.4
* "git gc" now automatically prunes unreachable objects that are two
weeks old or older.
+ * "git gc --auto" can be disabled more easily by just setting gc.auto
+ to zero. It also tolerates more packfiles by default.
+
* "git grep" now knows "--name-only" is a synonym for the "-l" option.
* "git help " now reports "'git ' is alias to ",
@@ -201,6 +204,6 @@ this release, unless otherwise noted.
---
exec >/var/tmp/1
-O=v1.5.4.4-620-gc817faa
+O=v1.5.5-rc1
echo O=`git describe refs/heads/master`
git shortlog --no-merges $O..refs/heads/master ^refs/heads/maint
diff --git a/config.txt b/config.txt
index 0865f4e01..3017d640c 100644
--- a/config.txt
+++ b/config.txt
@@ -582,7 +582,7 @@ 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. The
- default value is 20. Setting this to 0 disables it.
+ default value is 50. Setting this to 0 disables it.
gc.packrefs::
`git gc` does not run `git pack-refs` in a bare repository by
diff --git a/git-config.html b/git-config.html
index 26628a873..29fc64cfe 100644
--- a/git-config.html
+++ b/git-config.html
@@ -1556,7 +1556,7 @@ 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. The
- default value is 20. Setting this to 0 disables it.
+ default value is 50. Setting this to 0 disables it.
@@ -2392,7 +2392,7 @@ web.browser