Document receive.advertiseatomic
This was missing in 1b70fe5d30
(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>
maint
parent
ad35ecabea
commit
04b39f195b
|
@ -2072,6 +2072,11 @@ rebase.autostash::
|
||||||
successful rebase might result in non-trivial conflicts.
|
successful rebase might result in non-trivial conflicts.
|
||||||
Defaults to false.
|
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::
|
receive.autogc::
|
||||||
By default, git-receive-pack will run "git-gc --auto" after
|
By default, git-receive-pack will run "git-gc --auto" after
|
||||||
receiving data from git-push and updating refs. You can stop
|
receiving data from git-push and updating refs. You can stop
|
||||||
|
|
Loading…
Reference in New Issue