aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2025-07-14 11:19:22 -0700
committerJunio C Hamano <gitster@pobox.com>2025-07-14 11:19:22 -0700
commitcc876f2c7fa470e3e2cc949377b4f33ba3f36803 (patch)
tree5ce429ad055c7d0adef5cf267cb465abe2a38bb4
parentThe eighth batch (diff)
parentgitremote-helpers.adoc: fix formatting (diff)
downloadgit-cc876f2c7fa470e3e2cc949377b4f33ba3f36803.tar.gz
git-cc876f2c7fa470e3e2cc949377b4f33ba3f36803.zip
Merge branch 'bs/remote-helpers-doc-markup-fix'
Docfix. * bs/remote-helpers-doc-markup-fix: gitremote-helpers.adoc: fix formatting
-rw-r--r--Documentation/gitremote-helpers.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gitremote-helpers.adoc b/Documentation/gitremote-helpers.adoc
index d0be008e5e..39cdece16e 100644
--- a/Documentation/gitremote-helpers.adoc
+++ b/Documentation/gitremote-helpers.adoc
@@ -498,7 +498,7 @@ set by Git if the remote helper has the 'option' capability.
ask for the tag specifically. Some helpers may be able to
use this option to avoid a second network connection.
-'option dry-run' {'true'|'false'}:
+'option dry-run' {'true'|'false'}::
If true, pretend the operation completed successfully,
but don't actually change any repository data. For most
helpers this only applies to the 'push', if supported.