From 54ea8d3a56e74b2fd1805430eed8bc438d68ea44 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Thu, 25 Jan 2007 07:59:48 +0000 Subject: [PATCH] Autogenerated HTML docs for v1.5.0-rc2-g5355 --- config.txt | 21 ++++++++++++++++++++- git-repo-config.html | 37 +++++++++++++++++++++++++++++++++++-- 2 files changed, 55 insertions(+), 3 deletions(-) diff --git a/config.txt b/config.txt index d8244b151..3f2fa09a8 100644 --- a/config.txt +++ b/config.txt @@ -295,6 +295,16 @@ diff.renames:: will enable basic rename detection. If set to "copies" or "copy", it will detect copies, as well. +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. + format.headers:: Additional email headers to include in a patch to be submitted by mail. See gitlink:git-format-patch[1]. @@ -419,9 +429,13 @@ remote..push:: gitlink:git-push[1]. remote..receivepack:: - The default program to execute on the remote side when pulling. See + The default program to execute on the remote side when pushing. See option \--exec of gitlink:git-push[1]. +remote..uploadpack:: + The default program to execute on the remote side when fetching. See + option \--exec of gitlink:git-fetch-pack[1]. + repack.usedeltabaseoffset:: Allow gitlink:git-repack[1] to create packs that uses delta-base offset. Defaults to false. @@ -478,3 +492,8 @@ receive.denyNonFastForwards:: even if that push is forced. This configuration variable is set when initializing a shared repository. +transfer.unpackLimit:: + When `fetch.unpackLimit` or `receive.unpackLimit` are + not set, the value of this variable is used instead. + + diff --git a/git-repo-config.html b/git-repo-config.html index 66168526c..097a0a299 100644 --- a/git-repo-config.html +++ b/git-repo-config.html @@ -962,6 +962,21 @@ diff.renames

+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. +

+
+
format.headers
@@ -1219,11 +1234,20 @@ remote.<name>.receivepack

- The default program to execute on the remote side when pulling. See + The default program to execute on the remote side when pushing. See option --exec of git-push(1).

+remote.<name>.uploadpack +
+
+

+ The default program to execute on the remote side when fetching. See + option --exec of git-fetch-pack(1). +

+
+
repack.usedeltabaseoffset
@@ -1329,6 +1353,15 @@ receive.denyNonFastForwards set when initializing a shared repository.

+
+transfer.unpackLimit +
+
+

+ When fetch.unpackLimit or receive.unpackLimit are + not set, the value of this variable is used instead. +

+

Author

@@ -1345,7 +1378,7 @@ receive.denyNonFastForwards -- 2.26.2