summaryrefslogtreecommitdiffstats
path: root/git-fetch.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.html
parent34afdb2aa1517d020162156c0648d77e153a10b6 (diff)
downloadgit-htmldocs-20829a4b8e2b66a8e267b82569d850742ce66a6d.tar.gz
Autogenerated HTML docs for v2.10.1-432-g8a36c
Diffstat (limited to 'git-fetch.html')
-rw-r--r--git-fetch.html29
1 files changed, 29 insertions, 0 deletions
diff --git a/git-fetch.html b/git-fetch.html
index 9f056438d..6ceb8ffc4 100644
--- a/git-fetch.html
+++ b/git-fetch.html
@@ -819,6 +819,35 @@ may be used by scripts or other git commands, such as <a href="git-pull.html">gi
</p>
</dd>
<dt class="hdlist1">
+--deepen=&lt;depth&gt;
+</dt>
+<dd>
+<p>
+ Similar to --depth, except it 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">
+--shallow-since=&lt;date&gt;
+</dt>
+<dd>
+<p>
+ Deepen or shorten the history of a shallow 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">
--unshallow
</dt>
<dd>