summaryrefslogtreecommitdiffstats
path: root/git-clone.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-10-10 16:24:44 -0700
committerJunio C Hamano <gitster@pobox.com>2016-10-10 16:24:44 -0700
commit20829a4b8e2b66a8e267b82569d850742ce66a6d (patch)
tree52a94002de896222636123b482a360016b56270d /git-clone.html
parent34afdb2aa1517d020162156c0648d77e153a10b6 (diff)
downloadgit-htmldocs-20829a4b8e2b66a8e267b82569d850742ce66a6d.tar.gz
Autogenerated HTML docs for v2.10.1-432-g8a36c
Diffstat (limited to 'git-clone.html')
-rw-r--r--git-clone.html20
1 files changed, 19 insertions, 1 deletions
diff --git a/git-clone.html b/git-clone.html
index 6ec7310fc..71e64cef0 100644
--- a/git-clone.html
+++ b/git-clone.html
@@ -1038,6 +1038,24 @@ objects from the source repository into a pack in the cloned repository.</p></di
</p>
</dd>
<dt class="hdlist1">
+--shallow-since=&lt;date&gt;
+</dt>
+<dd>
+<p>
+ Create a shallow clone with a history after the specified time.
+</p>
+</dd>
+<dt class="hdlist1">
+--shallow-exclude=&lt;revision&gt;
+</dt>
+<dd>
+<p>
+ Create a shallow clone with a history, excluding commits
+ reachable from a specified remote branch or tag. This option
+ can be specified multiple times.
+</p>
+</dd>
+<dt class="hdlist1">
--[no-]single-branch
</dt>
<dd>
@@ -1317,7 +1335,7 @@ Create a bare repository to publish your changes to the public:
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2016-09-12 17:53:34 PDT
+Last updated 2016-10-10 16:24:22 PDT
</div>
</div>
</body>