summaryrefslogtreecommitdiffstats
path: root/git-pull.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-02-01 13:37:02 -0800
committerJunio C Hamano <gitster@pobox.com>2013-02-01 13:37:02 -0800
commit0d1122eea27fe3cbafc19429c3f55048d5204092 (patch)
tree60d99e94f234d88780da731819110ec24299a9a6 /git-pull.html
parent4cfed0c9b226d54178cfbdb2590d1a2c3b7a02f3 (diff)
downloadgit-htmldocs-0d1122eea27fe3cbafc19429c3f55048d5204092.tar.gz
Autogenerated HTML docs for v1.8.1.2-459-gbcd45b
Diffstat (limited to 'git-pull.html')
-rw-r--r--git-pull.html11
1 files changed, 10 insertions, 1 deletions
diff --git a/git-pull.html b/git-pull.html
index 7cb375511..476dbfe93 100644
--- a/git-pull.html
+++ b/git-pull.html
@@ -1112,13 +1112,22 @@ unless you have read <a href="git-rebase.html">git-rebase(1)</a> carefully.</td>
</dt>
<dd>
<p>
- Deepen the history of a <em>shallow</em> repository created by
+ Deepen or shorten the history of a <em>shallow</em> repository created by
<code>git clone</code> with <code>--depth=&lt;depth&gt;</code> option (see <a href="git-clone.html">git-clone(1)</a>)
to the specified number of commits from the tip of each remote
branch history. Tags for the deepened commits are not fetched.
</p>
</dd>
<dt class="hdlist1">
+--unshallow
+</dt>
+<dd>
+<p>
+ Convert a shallow repository to a complete one, removing all
+ the limitations imposed by shallow repositories.
+</p>
+</dd>
+<dt class="hdlist1">
-f
</dt>
<dt class="hdlist1">