diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-05-04 16:26:47 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-05-04 16:26:47 +0900 |
commit | 7c7478f45a67121aeda2e1d276feb34c5786e611 (patch) | |
tree | 1a97d484ba1ff9d203209e64974a1a55de409e2c /Documentation/gitremote-helpers.txt | |
parent | Merge branch 'sr/hooks-cwd-doc' (diff) | |
parent | fix minor typos (diff) | |
download | tgif-7c7478f45a67121aeda2e1d276feb34c5786e611.tar.xz |
Merge branch 'rg/a-the-typo'
Typofix.
* rg/a-the-typo:
fix minor typos
Diffstat (limited to 'Documentation/gitremote-helpers.txt')
-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 e4b785eb60..4a584f3c5d 100644 --- a/Documentation/gitremote-helpers.txt +++ b/Documentation/gitremote-helpers.txt @@ -463,7 +463,7 @@ set by Git if the remote helper has the 'option' capability. GPG sign pushes. 'option push-option <string>:: - Transmit <string> as a push option. As the a push option + Transmit <string> as a push option. As the push option must not contain LF or NUL characters, the string is not encoded. SEE ALSO |