docs: correct receive.advertisePushOptions default

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>

Jonathan Tan committed May 8, 2017 at 14:33 UTC b7b744f297b736c51636407f5883b3777bb36433
1 file changed +2 -3
Documentation/config.txt
+2 -3
@@ -2537,9 +2537,8 @@ receive.advertiseAtomic::
2537 capability, set this variable to false.
2538
2539 receive.advertisePushOptions::
2540 - By default, git-receive-pack will advertise the push options
2541 - capability to its clients. If you don't want to advertise this
2542 - capability, set this variable to false.
2540 + When set to true, git-receive-pack will advertise the push options
2541 + capability to its clients. False by default.
2542
2543 receive.autogc::
2544 By default, git-receive-pack will run "git-gc --auto" after