Autogenerated man pages for v1.5.0-rc2-g5355
authorJunio C Hamano <junio@hera.kernel.org>
Thu, 25 Jan 2007 07:59:54 +0000 (07:59 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Thu, 25 Jan 2007 07:59:54 +0000 (07:59 +0000)
man1/git-repo-config.1

index c91a52c289ce38b4d094c81fe4465affe24fb848..4d78ab4d6341eb89e92ee6297285712a1edea9da 100644 (file)
@@ -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.<name>.push
 The default set of "refspec" for \fBgit\-push\fR(1). See \fBgit\-push\fR(1).
 .TP
 remote.<name>.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.<name>.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 <Johannes.Schindelin@gmx.de>
 .SH "DOCUMENTATION"