From: Brett A C Sheffield Date: Wed, 2 Jul 2025 16:19:52 +0000 (+0200) Subject: gitremote-helpers.adoc: fix formatting X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f3a9558c8c0630e3ffb85b58e79a72a131f50dc7;p=thirdparty%2Fgit.git gitremote-helpers.adoc: fix formatting Add missing colon to fix formatting. Signed-off-by: Brett A C Sheffield Signed-off-by: Junio C Hamano --- diff --git a/Documentation/gitremote-helpers.txt b/Documentation/gitremote-helpers.txt index d0be008e5e..39cdece16e 100644 --- a/Documentation/gitremote-helpers.txt +++ b/Documentation/gitremote-helpers.txt @@ -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.