git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] gitremote-helpers.adoc: fix formatting
@ 2025-07-02 16:19 Brett A C Sheffield
  2025-07-02 18:59 ` Junio C Hamano
  0 siblings, 1 reply; 2+ messages in thread
From: Brett A C Sheffield @ 2025-07-02 16:19 UTC (permalink / raw)
  To: git; +Cc: Brett A C Sheffield

From: Brett A C Sheffield (Librecast) <bacs@librecast.net>

Add missing colon to fix formatting.

Signed-off-by: Brett A C Sheffield <bacs@librecast.net>
---
 Documentation/gitremote-helpers.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.

base-commit: 16bd9f20a403117f2e0d9bcda6c6e621d3763e77
-- 
2.49.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] gitremote-helpers.adoc: fix formatting
  2025-07-02 16:19 [PATCH] gitremote-helpers.adoc: fix formatting Brett A C Sheffield
@ 2025-07-02 18:59 ` Junio C Hamano
  0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2025-07-02 18:59 UTC (permalink / raw)
  To: Brett A C Sheffield; +Cc: git

Brett A C Sheffield <bacs@librecast.net> writes:

> From: Brett A C Sheffield (Librecast) <bacs@librecast.net>
>
> Add missing colon to fix formatting.
>
> Signed-off-by: Brett A C Sheffield <bacs@librecast.net>
> ---
>  Documentation/gitremote-helpers.adoc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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.
>
> base-commit: 16bd9f20a403117f2e0d9bcda6c6e621d3763e77

Wow, that is an old typo that dates back a bit more than 10 years
;-)

Thanks for spotting and fixing it.
Will queue.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-07-02 18:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-02 16:19 [PATCH] gitremote-helpers.adoc: fix formatting Brett A C Sheffield
2025-07-02 18:59 ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).