diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-02-15 14:56:40 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-02-15 14:56:40 -0800 |
commit | 8c00b7e583bc69e1e0a4f2fcd5a744c52fba24f0 (patch) | |
tree | e65a598650b20bf7ecf99d3e8af95a6a8f3cd761 /Documentation/gitremote-helpers.txt | |
parent | 153a33f98c1d68d48d7e030a4cff99ba07791dc2 (diff) | |
parent | 2aaf37b62c526f8c4615796e04b1fd4271aa3f29 (diff) | |
download | git-8c00b7e583bc69e1e0a4f2fcd5a744c52fba24f0.tar.gz |
Merge branch 'jk/doc-remote-helpers-markup-fix'
Doc markup fix.
* jk/doc-remote-helpers-markup-fix:
docs/gitremote-helpers: fix unbalanced quotes
Diffstat (limited to 'Documentation/gitremote-helpers.txt')
-rw-r--r-- | Documentation/gitremote-helpers.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/gitremote-helpers.txt b/Documentation/gitremote-helpers.txt index 23474b1eab..e4b785eb60 100644 --- a/Documentation/gitremote-helpers.txt +++ b/Documentation/gitremote-helpers.txt @@ -452,14 +452,14 @@ set by Git if the remote helper has the 'option' capability. Request the helper to perform a force update. Defaults to 'false'. -'option cloning {'true'|'false'}:: +'option cloning' {'true'|'false'}:: Notify the helper this is a clone request (i.e. the current repository is guaranteed empty). -'option update-shallow {'true'|'false'}:: +'option update-shallow' {'true'|'false'}:: Allow to extend .git/shallow if the new refs require it. -'option pushcert {'true'|'false'}:: +'option pushcert' {'true'|'false'}:: GPG sign pushes. 'option push-option <string>:: |