From f2ce297388d7f2110479ff3aadcec4af41b1bc77 Mon Sep 17 00:00:00 2001
From: Junio C Hamano
Date: Sun, 20 May 2007 19:12:09 +0000
Subject: [PATCH] Autogenerated HTML docs for v1.5.2-14-g45bde
---
config.txt | 35 +++++++++++++++++--------------
git-config.html | 48 ++++++++++++++++++++++++++++---------------
git-gc.html | 23 +++++++++++++++++++--
git-gc.txt | 16 ++++++++++++++-
git-pack-objects.html | 31 +++++++++++++++++++++++++++-
git-pack-objects.txt | 19 +++++++++++++++++
git-update-ref.html | 6 ++++--
git-update-ref.txt | 5 ++++-
8 files changed, 145 insertions(+), 38 deletions(-)
diff --git a/config.txt b/config.txt
index ea434af9d..ee1c35e8e 100644
--- a/config.txt
+++ b/config.txt
@@ -204,23 +204,16 @@ core.warnAmbiguousRefs::
and might match multiple refs in the .git/refs/ tree. True by default.
core.compression::
+ An integer -1..9, indicating a default compression level.
+ -1 is the zlib default. 0 means no compression,
+ and 1..9 are various speed/size tradeoffs, 9 being slowest.
+
+core.loosecompression::
An integer -1..9, indicating the compression level for objects that
- are not in a pack file. -1 is the zlib and git default. 0 means no
+ are not in a pack file. -1 is the zlib default. 0 means no
compression, and 1..9 are various speed/size tradeoffs, 9 being
- slowest.
-
-core.legacyheaders::
- A boolean which
- changes the format of loose objects so that they are more
- efficient to pack and to send out of the repository over git
- native protocol, since v1.4.2. However, loose objects
- written in the new format cannot be read by git older than
- that version; people fetching from your repository using
- older versions of git over dumb transports (e.g. http)
- will also be affected.
-+
-To let git use the new loose object format, you have to
-set core.legacyheaders to false.
+ slowest. If not set, defaults to core.compression. If that is
+ not set, defaults to 0 (best speed).
core.packedGitWindowSize::
Number of bytes of a pack file to map into memory in a
@@ -384,6 +377,11 @@ format.suffix::
`.patch`. Use this variable to change that suffix (make sure to
include the dot if you want it).
+gc.aggressiveWindow::
+ The window size parameter used in the delta compression
+ algorithm used by 'git gc --aggressive'. This defaults
+ to 10.
+
gc.packrefs::
`git gc` does not run `git pack-refs` in a bare repository by
default so that older dumb-transport clients can still fetch
@@ -550,6 +548,13 @@ pack.depth::
The maximum delta depth used by gitlink:git-pack-objects[1] when no
maximum depth is given on the command line. Defaults to 50.
+pack.compression::
+ An integer -1..9, indicating the compression level for objects
+ in a pack file. -1 is the zlib default. 0 means no
+ compression, and 1..9 are various speed/size tradeoffs, 9 being
+ slowest. If not set, defaults to core.compression. If that is
+ not set, defaults to -1.
+
pull.octopus::
The default merge strategy to use when pulling multiple branches
at once.
diff --git a/git-config.html b/git-config.html
index 9251753c0..58f0ed34f 100644
--- a/git-config.html
+++ b/git-config.html
@@ -834,28 +834,22 @@ core.compression
- An integer -1..9, indicating the compression level for objects that
- are not in a pack file. -1 is the zlib and git default. 0 means no
- compression, and 1..9 are various speed/size tradeoffs, 9 being
- slowest.
+ An integer -1..9, indicating a default compression level.
+ -1 is the zlib default. 0 means no compression,
+ and 1..9 are various speed/size tradeoffs, 9 being slowest.
-core.legacyheaders
+core.loosecompression
- A boolean which
- changes the format of loose objects so that they are more
- efficient to pack and to send out of the repository over git
- native protocol, since v1.4.2. However, loose objects
- written in the new format cannot be read by git older than
- that version; people fetching from your repository using
- older versions of git over dumb transports (e.g. http)
- will also be affected.
+ An integer -1..9, indicating the compression level for objects that
+ are not in a pack file. -1 is the zlib default. 0 means no
+ compression, and 1..9 are various speed/size tradeoffs, 9 being
+ slowest. If not set, defaults to core.compression. If that is
+ not set, defaults to 0 (best speed).
-To let git use the new loose object format, you have to
-set core.legacyheaders to false.
core.packedGitWindowSize
@@ -1115,6 +1109,16 @@ format.suffix
+gc.aggressiveWindow
+
+
+
+ The window size parameter used in the delta compression
+ algorithm used by git gc --aggressive. This defaults
+ to 10.
+
+
+
gc.packrefs
@@ -1432,6 +1436,18 @@ pack.depth
+pack.compression
+
+
+
+ An integer -1..9, indicating the compression level for objects
+ in a pack file. -1 is the zlib default. 0 means no
+ compression, and 1..9 are various speed/size tradeoffs, 9 being
+ slowest. If not set, defaults to core.compression. If that is
+ not set, defaults to -1.
+
+
+
pull.octopus
@@ -1663,7 +1679,7 @@ transfer.unpackLimit