summaryrefslogtreecommitdiff
path: root/Documentation/fetch-options.txt
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2012-09-25 10:39:52 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2012-09-25 10:39:52 -0700
commitff91dbbf7d8ed9d1f67fe69e62fd883194916b07 (patch)
treedce86da7ef891ccefc967b0dbacdb84f4aaa8aa9 /Documentation/fetch-options.txt
parentMerge branch 'db/doc-custom-xmlto' (diff)
parentDoc branch: show -vv option and alternative (diff)
downloadtgif-ff91dbbf7d8ed9d1f67fe69e62fd883194916b07.tar.xz
Merge branch 'po/maint-docs'
Various documentation fixups. * po/maint-docs: Doc branch: show -vv option and alternative Doc clean: add See Also link Doc add: link gitignore Doc: separate gitignore pattern sources Doc: shallow clone deepens _to_ new depth
Diffstat (limited to 'Documentation/fetch-options.txt')
-rw-r--r--Documentation/fetch-options.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/fetch-options.txt b/Documentation/fetch-options.txt
index 39d326abc6..b4d6476ac8 100644
--- a/Documentation/fetch-options.txt
+++ b/Documentation/fetch-options.txt
@@ -10,7 +10,8 @@
--depth=<depth>::
Deepen the history of a 'shallow' repository created by
`git clone` with `--depth=<depth>` option (see linkgit:git-clone[1])
- by the specified number of commits.
+ to the specified number of commits from the tip of each remote
+ branch history. Tags for the deepened commits are not fetched.
ifndef::git-pull[]
--dry-run::