]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jk/doc-remote-helpers-markup-fix'
authorJunio C Hamano <gitster@pobox.com>
Wed, 15 Feb 2017 22:56:40 +0000 (14:56 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 15 Feb 2017 22:56:40 +0000 (14:56 -0800)
Doc markup fix.

* jk/doc-remote-helpers-markup-fix:
  docs/gitremote-helpers: fix unbalanced quotes

1  2 
Documentation/gitremote-helpers.txt

index 23474b1eaba67a1c96cada7d3553396d21a5ab89,d85491c548b559bbf30f99f492720d867e77317a..e4b785eb60e8efeb282438ab0123d5eec009c625
@@@ -456,16 -445,12 +456,16 @@@ set by Git if the remote helper has th
        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>::
 +      Transmit <string> as a push option. As the a push option
 +      must not contain LF or NUL characters, the string is not encoded.
 +
  SEE ALSO
  --------
  linkgit:git-remote[1]