Document receive.advertiseatomic
authorStefan Beller <sbeller@google.com>
Tue, 13 Jan 2015 00:24:02 +0000 (16:24 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 14 Jan 2015 20:07:21 +0000 (12:07 -0800)
This was missing in 1b70fe5d3054 (2015-01-07, receive-pack.c: negotiate
atomic push support) as I squashed the option in very late in the patch
series.

Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt
index 922072596fdd80eaaa47746fba5e5591223c5108..4f8f4989febd38f8207bdb32488562f122dc2037 100644 (file)
@@ -2072,6 +2072,11 @@ rebase.autostash::
        successful rebase might result in non-trivial conflicts.
        Defaults to false.
 
+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.
+
 receive.autogc::
        By default, git-receive-pack will run "git-gc --auto" after
        receiving data from git-push and updating refs.  You can stop