From: Junio C Hamano Date: Thu, 25 Jan 2007 07:59:54 +0000 (+0000) Subject: Autogenerated man pages for v1.5.0-rc2-g5355 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ee69d6756dd25fd6fe139137887475ebd8d91b35;p=git.git Autogenerated man pages for v1.5.0-rc2-g5355 --- diff --git a/man1/git-repo-config.1 b/man1/git-repo-config.1 index c91a52c28..4d78ab4d6 100644 --- a/man1/git-repo-config.1 +++ b/man1/git-repo-config.1 @@ -334,6 +334,9 @@ The number of files to consider when performing the copy/rename detection; equiv diff.renames Tells git to detect renames. If set to any boolean value, it will enable basic rename detection. If set to "copies" or "copy", it will detect copies, as well. .TP +fetch.unpackLimit +If the number of objects fetched over the git native transfer is below this limit, then the objects will be unpacked into loose object files. However if the number of received objects equals or exceeds this limit then the received pack will be stored as a pack, after adding any missing delta bases. Storing the pack from a push can make the push operation complete faster, especially on slow filesystems. +.TP format.headers Additional email headers to include in a patch to be submitted by mail. See \fBgit\-format\-patch\fR(1). .TP @@ -413,7 +416,10 @@ remote..push The default set of "refspec" for \fBgit\-push\fR(1). See \fBgit\-push\fR(1). .TP remote..receivepack -The default program to execute on the remote side when pulling. See option \-\-exec of \fBgit\-push\fR(1). +The default program to execute on the remote side when pushing. See option \-\-exec of \fBgit\-push\fR(1). +.TP +remote..uploadpack +The default program to execute on the remote side when fetching. See option \-\-exec of \fBgit\-fetch\-pack\fR(1). .TP repack.usedeltabaseoffset Allow \fBgit\-repack\fR(1) to create packs that uses delta\-base offset. Defaults to false. @@ -444,6 +450,9 @@ If the number of objects received in a push is below this limit then the objects .TP receive.denyNonFastForwards If set to true, git\-receive\-pack will deny a ref update which is not a fast forward. Use this to prevent such an update via a push, even if that push is forced. This configuration variable is set when initializing a shared repository. +.TP +transfer.unpackLimit +When fetch.unpackLimit or receive.unpackLimit are not set, the value of this variable is used instead. .SH "AUTHOR" Written by Johannes Schindelin .SH "DOCUMENTATION"