summaryrefslogtreecommitdiffstats
path: root/git-clone.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-04-08 14:50:11 -0700
committerJunio C Hamano <gitster@pobox.com>2021-04-08 14:50:11 -0700
commitddc69f1abb97b2b9dbf0f9c2d4633db30be2a45c (patch)
tree3796dc41a3ac69a7bdff3c6a3cb45b6de2060146 /git-clone.html
parent69bbb1fb7fc671a26c7c42e3fa07afc365f1bc84 (diff)
downloadgit-htmldocs-ddc69f1abb97b2b9dbf0f9c2d4633db30be2a45c.tar.gz
Autogenerated HTML docs for v2.31.1-272-g89b43f
Diffstat (limited to 'git-clone.html')
-rw-r--r--git-clone.html14
1 files changed, 12 insertions, 2 deletions
diff --git a/git-clone.html b/git-clone.html
index d78695223..0acf3e828 100644
--- a/git-clone.html
+++ b/git-clone.html
@@ -755,7 +755,7 @@ git-clone(1) Manual Page
[--dissociate] [--separate-git-dir &lt;git dir&gt;]
[--depth &lt;depth&gt;] [--[no-]single-branch] [--no-tags]
[--recurse-submodules[=&lt;pathspec&gt;]] [--[no-]shallow-submodules]
- [--[no-]remote-submodules] [--jobs &lt;n&gt;] [--sparse]
+ [--[no-]remote-submodules] [--jobs &lt;n&gt;] [--sparse] [--[no-]reject-shallow]
[--filter=&lt;filter&gt;] [--] &lt;repository&gt;
[&lt;directory&gt;]</pre>
<div class="attribution">
@@ -947,6 +947,16 @@ objects from the source repository into a pack in the cloned repository.</p></di
</p>
</dd>
<dt class="hdlist1">
+--[no-]reject-shallow
+</dt>
+<dd>
+<p>
+ Fail if the source repository is a shallow repository.
+ The <em>clone.rejectShallow</em> configuration variable can be used to
+ specify the default.
+</p>
+</dd>
+<dt class="hdlist1">
--bare
</dt>
<dd>
@@ -1420,7 +1430,7 @@ Create a bare repository to publish your changes to the public:
<div id="footer">
<div id="footer-text">
Last updated
- 2021-01-25 15:29:19 PST
+ 2021-04-08 14:45:29 PDT
</div>
</div>
</body>