summaryrefslogtreecommitdiffstats
path: root/config.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-10-14 15:28:09 -0700
committerJunio C Hamano <gitster@pobox.com>2014-10-14 15:28:09 -0700
commit9236fea47fdd276f1023b03ded5acff2e8d9c213 (patch)
treecfde71e833b959ef06d40d4f7ea2a249d8431549 /config.txt
parent6a1de6749fe9b59217f41542aace43daac13b94e (diff)
downloadgit-htmldocs-9236fea47fdd276f1023b03ded5acff2e8d9c213.tar.gz
Autogenerated HTML docs for v2.1.2-443-g670a3
Diffstat (limited to 'config.txt')
-rw-r--r--config.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/config.txt b/config.txt
index 3b5b24aeb..04a1e2f37 100644
--- a/config.txt
+++ b/config.txt
@@ -2044,6 +2044,25 @@ receive.autogc::
receiving data from git-push and updating refs. You can stop
it by setting this variable to false.
+receive.certnonceseed::
+ By setting this variable to a string, `git receive-pack`
+ will accept a `git push --signed` and verifies it by using
+ a "nonce" protected by HMAC using this string as a secret
+ key.
+
+receive.certnonceslop::
+ When a `git push --signed` sent a push certificate with a
+ "nonce" that was issued by a receive-pack serving the same
+ repository within this many seconds, export the "nonce"
+ found in the certificate to `GIT_PUSH_CERT_NONCE` to the
+ hooks (instead of what the receive-pack asked the sending
+ side to include). This may allow writing checks in
+ `pre-receive` and `post-receive` a bit easier. Instead of
+ checking `GIT_PUSH_CERT_NONCE_SLOP` environment variable
+ that records by how many seconds the nonce is stale to
+ decide if they want to accept the certificate, they only
+ can check `GIT_PUSH_CERT_NONCE_STATUS` is `OK`.
+
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