Skip to content

Commit

Permalink
Document receive.advertiseatomic
Browse files Browse the repository at this point in the history
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 <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Stefan Beller authored and Junio C Hamano committed Jan 14, 2015
1 parent ad35eca commit 04b39f1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Documentation/config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 04b39f1

Please sign in to comment.