diff options
| author | Junio C Hamano <gitster@pobox.com> | 2024-03-18 13:04:25 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-03-18 13:04:25 -0700 |
| commit | d2e4e26d13d75a4b8b35d222148af1380fe0c480 (patch) | |
| tree | 50db645971621051b016502f0648e889acf0f2d3 | |
| parent | Merge branch 'jh/trace2-missing-def-param-fix' (diff) | |
| parent | doc/gitremote-helpers: fix missing single-quote (diff) | |
| download | git-d2e4e26d13d75a4b8b35d222148af1380fe0c480.tar.gz git-d2e4e26d13d75a4b8b35d222148af1380fe0c480.zip | |
Merge branch 'jk/doc-remote-helpers-markup-fix'
Doc mark-up fix.
* jk/doc-remote-helpers-markup-fix:
doc/gitremote-helpers: fix missing single-quote
| -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 ed8da428c9..07c8439a6f 100644 --- a/Documentation/gitremote-helpers.txt +++ b/Documentation/gitremote-helpers.txt @@ -526,7 +526,7 @@ set by Git if the remote helper has the 'option' capability. 'option pushcert' {'true'|'false'}:: GPG sign pushes. -'option push-option <string>:: +'option push-option' <string>:: Transmit <string> as a push option. As the push option must not contain LF or NUL characters, the string is not encoded. |
