docs: correct receive.advertisePushOptions default
authorJonathan Tan <jonathantanmy@google.com>
Mon, 8 May 2017 21:33:50 +0000 (14:33 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 9 May 2017 03:11:44 +0000 (12:11 +0900)
In commit c714e45 ("receive-pack: implement advertising and receiving
push options", 2016-07-14), receive-pack was taught to (among other
things) advertise that it understood push options, depending on
configuration. It was documented that it advertised such ability by
default; however, it actually does not. (In that commit, notice that
advertise_push_options defaults to 0, unlike advertise_atomic_push which
defaults to 1.)

Update the documentation to state that it does not advertise the ability
by default.

Signed-off-by: Jonathan Tan <jonathantanmy@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt
index e43d147825cede8fd8e1fcfb12946d4f92636d11..5eb326ed21ffaaa9d19768b409bb1c39cc58567e 100644 (file)
@@ -2537,9 +2537,8 @@ receive.advertiseAtomic::
        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.
+       When set to true, git-receive-pack will advertise the push options
+       capability to its clients. False by default.
 
 receive.autogc::
        By default, git-receive-pack will run "git-gc --auto" after