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
@@@ -415,17 -415,6 +415,17 @@@ set by Git if the remote helper has th
  'option depth' <depth>::
        Deepens the history of a shallow repository.
  
 +'option deepen-since <timestamp>::
 +      Deepens the history of a shallow repository based on time.
 +
 +'option deepen-not <ref>::
 +      Deepens the history of a shallow repository excluding ref.
 +      Multiple options add up.
 +
 +'option deepen-relative {'true'|'false'}::
 +      Deepens the history of a shallow repository relative to
 +      current boundary. Only valid when used with "option depth".
 +
  'option followtags' {'true'|'false'}::
        If enabled the helper should automatically fetch annotated
        tag objects if the object the tag points at was transferred
        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>::
 +      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]