summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-07-25 00:38:03 (GMT)
committerJunio C Hamano <junkio@cox.net>2006-07-25 00:38:03 (GMT)
commit83e12e51c1826b29b5ab2ebcfa13ed99ce98ee98 (patch)
tree6206c5f4081a9514096b01c0cd876477a4900ef8 /Documentation
parent57c7d9a7756f9c0165d0aa003eb8a05c08cd9fae (diff)
parent93821bd97aa516b3b557fc5d1b32fd3431536e44 (diff)
downloadgit-83e12e51c1826b29b5ab2ebcfa13ed99ce98ee98.zip
git-83e12e51c1826b29b5ab2ebcfa13ed99ce98ee98.tar.gz
git-83e12e51c1826b29b5ab2ebcfa13ed99ce98ee98.tar.bz2
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 9d08dfc..465eb13 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