From 28d9dfeb55d72e3676d8e339c049d7d7ffaf9312 Mon Sep 17 00:00:00 2001
From: Junio C Hamano
Date: Tue, 25 Jul 2006 03:50:49 +0000
Subject: [PATCH] Autogenerated HTML docs for v1.4.2-rc1-g83e1
---
config.txt | 6 ++++++
git-repo-config.html | 13 ++++++++++++-
2 files changed, 18 insertions(+), 1 deletion(-)
diff --git a/config.txt b/config.txt
index 9d08dfced..465eb13e7 100644
--- a/config.txt
+++ b/config.txt
@@ -97,6 +97,12 @@ core.compression::
compression, and 1..9 are various speed/size tradeoffs, 9 being
slowest.
+core.legacyheaders::
+ A boolean which enables the legacy object header format in case
+ you want to interoperate with old clients accessing the object
+ database directly (where the "http://" and "rsync://" protocols
+ count as direct access).
+
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 15bdeb4ac..ae75aec07 100644
--- a/git-repo-config.html
+++ b/git-repo-config.html
@@ -650,6 +650,17 @@ core.compression
+core.legacyheaders
+
+
+
+ A boolean which enables the legacy object header format in case
+ you want to interoperate with old clients accessing the object
+ database directly (where the "http://" and "rsync://" protocols
+ count as direct access).
+
+
+
alias.*
@@ -949,7 +960,7 @@ imap