diff options
| author | Brett A C Sheffield <bacs@librecast.net> | 2025-07-02 18:19:52 +0200 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-07-02 11:59:54 -0700 |
| commit | f3a9558c8c0630e3ffb85b58e79a72a131f50dc7 (patch) | |
| tree | 6be0e70970f076963ac608e3a05955464a38fa6e | |
| parent | Git 2.48.1 (diff) | |
| download | git-f3a9558c8c0630e3ffb85b58e79a72a131f50dc7.tar.gz git-f3a9558c8c0630e3ffb85b58e79a72a131f50dc7.zip | |
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>
| -rw-r--r-- | Documentation/gitremote-helpers.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
