summaryrefslogtreecommitdiffstats
path: root/git-fetch.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-01-20 15:23:19 -0800
committerJunio C Hamano <gitster@pobox.com>2016-01-20 15:23:19 -0800
commit4e6ba27c956c6c9b43e7196f210796bd1db478a9 (patch)
treeee957d01ddae17e1dcd2579467b90512aa263bb0 /git-fetch.html
parenta7da1ba8da6521497f33dce9b3d2a46a857172cc (diff)
downloadgit-htmldocs-4e6ba27c956c6c9b43e7196f210796bd1db478a9.tar.gz
Autogenerated HTML docs for v2.7.0-75-g3ee1e
Diffstat (limited to 'git-fetch.html')
-rw-r--r--git-fetch.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/git-fetch.html b/git-fetch.html
index dcfdb3b73..c007a245c 100644
--- a/git-fetch.html
+++ b/git-fetch.html
@@ -811,10 +811,11 @@ may be used by scripts or other git commands, such as <a href="git-pull.html">gi
</dt>
<dd>
<p>
- 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.
+ Limit fetching to the specified number of commits from the tip of
+ each remote branch history. If fetching to 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>), deepen or shorten the history to the specified
+ number of commits. Tags for the deepened commits are not fetched.
</p>
</dd>
<dt class="hdlist1">