summaryrefslogtreecommitdiffstats
path: root/config.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-08-03 15:40:21 -0700
committerJunio C Hamano <gitster@pobox.com>2016-08-03 15:40:21 -0700
commite48a1131c0a6c92e529879eb9307c3ea9250085e (patch)
tree763ac70ae8ab14fc1381a0d77961b90fb8a0d31b /config.txt
parent51b095b9d274188e501ddf322bdf297686ada949 (diff)
downloadgit-htmldocs-e48a1131c0a6c92e529879eb9307c3ea9250085e.tar.gz
Autogenerated HTML docs for v2.9.2-566-g80460
Diffstat (limited to 'config.txt')
-rw-r--r--config.txt18
1 files changed, 16 insertions, 2 deletions
diff --git a/config.txt b/config.txt
index 8b1aee4b3..bc1c433c4 100644
--- a/config.txt
+++ b/config.txt
@@ -2427,8 +2427,13 @@ rebase.instructionFormat
receive.advertiseAtomic::
By default, git-receive-pack will advertise the atomic push
- capability to its clients. If you don't want to this capability
- to be advertised, set this variable to false.
+ capability to its clients. If you don't want to advertise this
+ capability, set this variable to false.
+
+receive.advertisePushOptions::
+ By default, git-receive-pack will advertise the push options
+ capability to its clients. If you don't want to advertise this
+ capability, set this variable to false.
receive.autogc::
By default, git-receive-pack will run "git-gc --auto" after
@@ -2483,6 +2488,15 @@ receive.fsck.skipList::
can be safely ignored such as invalid committer email addresses.
Note: corrupt objects cannot be skipped with this setting.
+receive.keepAlive::
+ After receiving the pack from the client, `receive-pack` may
+ produce no output (if `--quiet` was specified) while processing
+ the pack, causing some networks to drop the TCP connection.
+ With this option set, if `receive-pack` does not transmit
+ any data in this phase for `receive.keepAlive` seconds, it will
+ send a short keepalive packet. The default is 5 seconds; set
+ to 0 to disable keepalives entirely.
+
receive.unpackLimit::
If the number of objects received in a push is below this
limit then the objects will be unpacked into loose object