@leroysheep / LeeRoySheep / commits / f3a9558c8c

gitremote-helpers.adoc: fix formatting

Add missing colon to fix formatting. Signed-off-by: Brett A C Sheffield <bacs@librecast.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Brett A C Sheffield committed Jul 2, 2025 at 18:19 UTC f3a9558c8c0630e3ffb85b58e79a72a131f50dc7
1 file changed +1 -1
Documentation/gitremote-helpers.txt
+1 -1
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.