summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-07-25 02:38:03 +0200
committerJunio C Hamano <junkio@cox.net>2006-07-25 02:38:03 +0200
commit83e12e51c1826b29b5ab2ebcfa13ed99ce98ee98 (patch)
tree6206c5f4081a9514096b01c0cd876477a4900ef8 /Documentation
parentTrivial path optimization test (diff)
parentsha1_file: add the ability to parse objects in "pack file format" (diff)
downloadgit-83e12e51c1826b29b5ab2ebcfa13ed99ce98ee98.tar.xz
git-83e12e51c1826b29b5ab2ebcfa13ed99ce98ee98.zip
Merge branch 'lt/objformat'
* lt/objformat: sha1_file: add the ability to parse objects in "pack file format"
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/config.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index 9d08dfceda..465eb13e76 100644
--- a/Documentation/config.txt
+++ b/Documentation/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