aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/fetch-options.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-01-01 15:08:06 -0800
committerJunio C Hamano <junkio@cox.net>2007-01-01 15:08:06 -0800
commitf4bf2184ae8b79f95b9f56c1ea5455d04e559299 (patch)
tree413ae7c834e5aaa7524b5de6c3139355b13a542f /Documentation/fetch-options.txt
parenta597fb0e713d172a34efb4bf6f65cf2f64cf4536 (diff)
downloadgit-f4bf2184ae8b79f95b9f56c1ea5455d04e559299.tar.gz
Update clone/fetch documentation with --depth (shallow clone) option
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/fetch-options.txt')
-rw-r--r--Documentation/fetch-options.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/fetch-options.txt b/Documentation/fetch-options.txt
index 39bf77fbef..5b4d184a73 100644
--- a/Documentation/fetch-options.txt
+++ b/Documentation/fetch-options.txt
@@ -41,3 +41,8 @@
implementing your own Porcelain you are not supposed to
use it.
+\--depth=<depth>::
+ Deepen the history of a 'shallow' repository created by
+ `git clone` with `--depth=<depth>` option (see gitlink:git-clone[1])
+ by the specified number of commits.
+