summaryrefslogtreecommitdiffstats
path: root/gitremote-helpers.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-04-03 15:37:25 -0700
committerJunio C Hamano <gitster@pobox.com>2024-04-03 15:37:25 -0700
commit82b343df6009ed0f79371c7b3322e30b14a0daf1 (patch)
treef8defebf97f5972e2ad842f5879bca1f2e3be0e9 /gitremote-helpers.txt
parente99011429084c5e70c58031325f78a5d4b077a12 (diff)
downloadgit-htmldocs-82b343df6009ed0f79371c7b3322e30b14a0daf1.tar.gz
Autogenerated HTML docs for v2.44.0-478-g7774c
Diffstat (limited to 'gitremote-helpers.txt')
-rw-r--r--gitremote-helpers.txt7
1 files changed, 2 insertions, 5 deletions
diff --git a/gitremote-helpers.txt b/gitremote-helpers.txt
index fcb633e71..d0be008e5 100644
--- a/gitremote-helpers.txt
+++ b/gitremote-helpers.txt
@@ -542,13 +542,10 @@ set by Git if the remote helper has the 'option' capability.
transaction. If successful, all refs will be updated, or none will. If the
remote side does not support this capability, the push will fail.
-'option object-format' {'true'|algorithm}::
- If 'true', indicate that the caller wants hash algorithm information
+'option object-format true'::
+ Indicate that the caller wants hash algorithm information
to be passed back from the remote. This mode is used when fetching
refs.
-+
-If set to an algorithm, indicate that the caller wants to interact with
-the remote side using that algorithm.
SEE ALSO
--------