diff options
author | Junio C Hamano <junkio@cox.net> | 2006-07-24 17:38:03 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-07-24 17:38:03 -0700 |
commit | 83e12e51c1826b29b5ab2ebcfa13ed99ce98ee98 (patch) | |
tree | 6206c5f4081a9514096b01c0cd876477a4900ef8 /Documentation/config.txt | |
parent | 57c7d9a7756f9c0165d0aa003eb8a05c08cd9fae (diff) | |
parent | 93821bd97aa516b3b557fc5d1b32fd3431536e44 (diff) | |
download | git-83e12e51c1826b29b5ab2ebcfa13ed99ce98ee98.tar.gz git-83e12e51c1826b29b5ab2ebcfa13ed99ce98ee98.tar.xz |
Merge branch 'lt/objformat'
* lt/objformat:
sha1_file: add the ability to parse objects in "pack file format"
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r-- | Documentation/config.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index 9d08dfced..465eb13e7 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 |