Autogenerated man pages for v1.4.2-rc1-g83e1
authorJunio C Hamano <junio@hera.kernel.org>
Tue, 25 Jul 2006 03:50:52 +0000 (03:50 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Tue, 25 Jul 2006 03:50:52 +0000 (03:50 +0000)
man1/git-repo-config.1

index 64b42388d0fbb81165766023ca3ba92322caebef..720b30f079c1d7c4c6c9d1ffbb633ec0478806ea 100755 (executable)
@@ -285,6 +285,10 @@ If true, git will warn you if the ref name you passed it is ambiguous and might
 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\&.
 
+.TP
+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)\&.
+
 .TP
 alias\&.*
 Command aliases for the \fBgit\fR(1) command wrapper \- e\&.g\&. after defining "alias\&.last = cat\-file commit HEAD", the invocation "git last" is equivalent to "git cat\-file commit HEAD"\&. To avoid confusion and troubles with script usage, aliases that hide existing git commands are ignored\&. Arguments are split by spaces, the usual shell quoting and escaping is supported\&. quote pair and a backslash can be used to quote them\&.