X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fconfig.txt;h=d1e2120e15b37a14eec5b3d1de9752da8f6ad7af;hb=a12e3cf3a2dbe61d2fc68b67d0db7af947795036;hp=5a8f57cbf77b5aa1b84c9d422f54880ba473c576;hpb=e38d1c555e56a9b19f69250f22d2965b621a04af;p=git.git diff --git a/Documentation/config.txt b/Documentation/config.txt index 5a8f57cbf..d1e2120e1 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -1324,6 +1324,11 @@ rebase.stat:: Whether to show a diffstat of what changed upstream since the last rebase. False by default. +receive.autogc:: + By default, git-receive-pack will run "git-gc --auto" after + receiving data from git-push and updating refs. You can stop + it by setting this variable to false. + receive.fsckObjects:: If it is set to true, git-receive-pack will check all received objects. It will abort in the case of a malformed object or a @@ -1359,6 +1364,10 @@ receive.denyNonFastForwards:: even if that push is forced. This configuration variable is set when initializing a shared repository. +receive.updateserverinfo:: + If set to true, git-receive-pack will run git-update-server-info + after receiving data from git-push and updating refs. + remote..url:: The URL of a remote repository. See linkgit:git-fetch[1] or linkgit:git-push[1].