summaryrefslogtreecommitdiffstats
path: root/gitremote-helpers.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-10-23 15:04:59 +0900
committerJunio C Hamano <gitster@pobox.com>2019-10-23 15:04:59 +0900
commitebc1270b41c75eefc81254a9f70ee5fd4d5a6e78 (patch)
tree38695033e32d90154a08c2598afe9de3d5d52655 /gitremote-helpers.txt
parentd52ae636b54c79cf319e8a40d723b16220ad6924 (diff)
downloadgit-htmldocs-ebc1270b41c75eefc81254a9f70ee5fd4d5a6e78.tar.gz
Autogenerated HTML docs for v2.24.0-rc0-20-gd815
Diffstat (limited to 'gitremote-helpers.txt')
-rw-r--r--gitremote-helpers.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/gitremote-helpers.txt b/gitremote-helpers.txt
index a5c3c0437..f48a031dc 100644
--- a/gitremote-helpers.txt
+++ b/gitremote-helpers.txt
@@ -509,6 +509,11 @@ set by Git if the remote helper has the 'option' capability.
Indicate that only the objects wanted need to be fetched, not
their dependents.
+'option atomic' {'true'|'false'}::
+ When pushing, request the remote server to update refs in a single atomic
+ transaction. If successful, all refs will be updated, or none will. If the
+ remote side does not support this capability, the push will fail.
+
SEE ALSO
--------
linkgit:git-remote[1]