summaryrefslogtreecommitdiffstats
path: root/fetch-options.txt
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 /fetch-options.txt
parent34afdb2aa1517d020162156c0648d77e153a10b6 (diff)
downloadgit-htmldocs-20829a4b8e2b66a8e267b82569d850742ce66a6d.tar.gz
Autogenerated HTML docs for v2.10.1-432-g8a36c
Diffstat (limited to 'fetch-options.txt')
-rw-r--r--fetch-options.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/fetch-options.txt b/fetch-options.txt
index 9eab1f5fa..fb6bebbc6 100644
--- a/fetch-options.txt
+++ b/fetch-options.txt
@@ -14,6 +14,20 @@
linkgit:git-clone[1]), deepen or shorten the history to the specified
number of commits. Tags for the deepened commits are not fetched.
+--deepen=<depth>::
+ 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.
+
+--shallow-since=<date>::
+ Deepen or shorten the history of a shallow repository to
+ include all reachable commits after <date>.
+
+--shallow-exclude=<revision>::
+ 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.
+
--unshallow::
If the source repository is complete, convert a shallow
repository to a complete one, removing all the limitations