From: Junio C Hamano Date: Tue, 4 Jul 2006 04:55:30 +0000 (+0000) Subject: Autogenerated man pages for v1.4.1-g2802 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a262172b657043c5bb5c82a5967135763f62b920;p=git.git Autogenerated man pages for v1.4.1-g2802 --- diff --git a/man1/git-repo-config.1 b/man1/git-repo-config.1 index 54e0422de..87ad2494c 100755 --- a/man1/git-repo-config.1 +++ b/man1/git-repo-config.1 @@ -281,6 +281,9 @@ If true, the repository is made shareable between several users in a group (maki core\&.warnAmbiguousRefs If true, git will warn you if the ref name you passed it is ambiguous and might match multiple refs in the \&.git/refs/ tree\&. True by default\&. + +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 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\&.