summaryrefslogtreecommitdiffstats
path: root/git-fetch-pack.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-fetch-pack.html
parent34afdb2aa1517d020162156c0648d77e153a10b6 (diff)
downloadgit-htmldocs-20829a4b8e2b66a8e267b82569d850742ce66a6d.tar.gz
Autogenerated HTML docs for v2.10.1-432-g8a36c
Diffstat (limited to 'git-fetch-pack.html')
-rw-r--r--git-fetch-pack.html31
1 files changed, 30 insertions, 1 deletions
diff --git a/git-fetch-pack.html b/git-fetch-pack.html
index d51173d7f..a9d253f1d 100644
--- a/git-fetch-pack.html
+++ b/git-fetch-pack.html
@@ -879,6 +879,35 @@ be in a separate packet, and the list must end with a flush packet.</p></div>
</p>
</dd>
<dt class="hdlist1">
+--shallow-since=&lt;date&gt;
+</dt>
+<dd>
+<p>
+ Deepen or shorten the history of a shallow&#8217;repository to
+ include all reachable commits after &lt;date&gt;.
+</p>
+</dd>
+<dt class="hdlist1">
+--shallow-exclude=&lt;revision&gt;
+</dt>
+<dd>
+<p>
+ Deepen or shorten the history of a shallow repository to
+ exclude commits reachable from a specified remote branch or tag.
+ This option can be specified multiple times.
+</p>
+</dd>
+<dt class="hdlist1">
+--deepen-relative
+</dt>
+<dd>
+<p>
+ Argument --depth specifies the number of commits from the
+ current shallow boundary instead of from the tip of each
+ remote branch history.
+</p>
+</dd>
+<dt class="hdlist1">
--no-progress
</dt>
<dd>
@@ -943,7 +972,7 @@ sha1s present on the remote.</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2016-07-13 14:58:50 PDT
+Last updated 2016-10-10 16:24:22 PDT
</div>
</div>
</body>