From f3a9558c8c0630e3ffb85b58e79a72a131f50dc7 Mon Sep 17 00:00:00 2001 From: Brett A C Sheffield Date: Wed, 2 Jul 2025 18:19:52 +0200 Subject: [PATCH] gitremote-helpers.adoc: fix formatting Add missing colon to fix formatting. Signed-off-by: Brett A C Sheffield Signed-off-by: Junio C Hamano --- Documentation/gitremote-helpers.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.2