From a126a3b08ee48828cacfacaca460373c2f785167 Mon Sep 17 00:00:00 2001
From: Junio C Hamano
Date: Tue, 4 Jul 2006 04:55:26 +0000
Subject: [PATCH] Autogenerated HTML docs for v1.4.1-g2802
---
config.txt | 6 ++++++
git-repo-config.html | 9 ++++++++-
2 files changed, 14 insertions(+), 1 deletion(-)
diff --git a/config.txt b/config.txt
index a04c5adf8..16bdd5523 100644
--- a/config.txt
+++ b/config.txt
@@ -91,6 +91,12 @@ core.warnAmbiguousRefs::
If true, git will warn you if the ref name you passed it is ambiguous
and might match multiple refs in the .git/refs/ tree. True by default.
+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.
+
alias.*::
Command aliases for the gitlink:git[1] command wrapper - e.g.
after defining "alias.last = cat-file commit HEAD", the invocation
diff --git a/git-repo-config.html b/git-repo-config.html
index abd694162..ca3912e67 100644
--- a/git-repo-config.html
+++ b/git-repo-config.html
@@ -638,6 +638,13 @@ core.warnAmbiguousRefs
and might match multiple refs in the .git/refs/ tree. True by default.
+
+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.
+
-
alias.*
@@ -877,7 +884,7 @@ imap