From: Junio C Hamano Date: Wed, 15 Feb 2017 22:56:40 +0000 (-0800) Subject: Merge branch 'jk/doc-remote-helpers-markup-fix' X-Git-Tag: v2.12.0-rc2~14 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/8c00b7e583bc69e1e0a4f2fcd5a744c52fba24f0?hp=-c Merge branch 'jk/doc-remote-helpers-markup-fix' Doc markup fix. * jk/doc-remote-helpers-markup-fix: docs/gitremote-helpers: fix unbalanced quotes --- 8c00b7e583bc69e1e0a4f2fcd5a744c52fba24f0 diff --combined Documentation/gitremote-helpers.txt index 23474b1eab,d85491c548..e4b785eb60 --- a/Documentation/gitremote-helpers.txt +++ b/Documentation/gitremote-helpers.txt @@@ -415,17 -415,6 +415,17 @@@ set by Git if the remote helper has th 'option depth' :: Deepens the history of a shallow repository. +'option deepen-since :: + Deepens the history of a shallow repository based on time. + +'option deepen-not :: + 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 @@@ -452,20 -441,16 +452,20 @@@ 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 :: + Transmit 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]