Skip to content

Commit 04b39f1

Browse files
stefanbellergitster
authored andcommitted
Document receive.advertiseatomic
This was missing in 1b70fe5 (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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent ad35eca commit 04b39f1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Documentation/config.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2072,6 +2072,11 @@ rebase.autostash::
20722072
successful rebase might result in non-trivial conflicts.
20732073
Defaults to false.
20742074

2075+
receive.advertiseatomic::
2076+
By default, git-receive-pack will advertise the atomic push
2077+
capability to its clients. If you don't want to this capability
2078+
to be advertised, set this variable to false.
2079+
20752080
receive.autogc::
20762081
By default, git-receive-pack will run "git-gc --auto" after
20772082
receiving data from git-push and updating refs. You can stop

0 commit comments

Comments
 (0)