summaryrefslogtreecommitdiffstats
path: root/git-clone.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-05-09 02:18:07 +0900
committerJunio C Hamano <gitster@pobox.com>2019-05-09 02:18:07 +0900
commitd1063b1b2e658ecbb78ae560ecb80d543e8c78c5 (patch)
tree0866004a8e9aed3f3a78c77d85729a8845fbb81c /git-clone.html
parent2ba14716c3b8d8081480683846aefbc1d2abe0db (diff)
downloadgit-htmldocs-d1063b1b2e658ecbb78ae560ecb80d543e8c78c5.tar.gz
Autogenerated HTML docs for v2.21.0-896-g6a6c0f
Diffstat (limited to 'git-clone.html')
-rw-r--r--git-clone.html15
1 files changed, 14 insertions, 1 deletions
diff --git a/git-clone.html b/git-clone.html
index 8d6e5ff4f..e788d5364 100644
--- a/git-clone.html
+++ b/git-clone.html
@@ -918,6 +918,19 @@ objects from the source repository into a pack in the cloned repository.</p></di
</p>
</dd>
<dt class="hdlist1">
+--server-option=&lt;option&gt;
+</dt>
+<dd>
+<p>
+ Transmit the given string to the server when communicating using
+ protocol version 2. The given string must not contain a NUL or LF
+ character. The server&#8217;s handling of server options, including
+ unknown ones, is server-specific.
+ When multiple <code>--server-option=&lt;option&gt;</code> are given, they are all
+ sent to the other side in the order listed on the command line.
+</p>
+</dd>
+<dt class="hdlist1">
--no-checkout
</dt>
<dt class="hdlist1">
@@ -1362,7 +1375,7 @@ Create a bare repository to publish your changes to the public:
<div id="footer">
<div id="footer-text">
Last updated
- 2019-01-05 07:31:36 JST
+ 2019-05-09 02:15:17 JST
</div>
</div>
</body>