Brett A C Sheffield <bacs@xxxxxxxxxxxxx> writes: > From: Brett A C Sheffield (Librecast) <bacs@xxxxxxxxxxxxx> > > Add missing colon to fix formatting. > > Signed-off-by: Brett A C Sheffield <bacs@xxxxxxxxxxxxx> > --- > 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.