summaryrefslogtreecommitdiffstats
path: root/git-clone.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-07-06 14:34:15 -0700
committerJunio C Hamano <gitster@pobox.com>2016-07-06 14:34:15 -0700
commitc6c919b870e00b3afac46972e322d36bb8bd7033 (patch)
tree05cae3540265b1dab96cf754e837a8318b204f70 /git-clone.txt
parent042f2148898f2f73342c586887b252715dd8af8a (diff)
downloadgit-htmldocs-c6c919b870e00b3afac46972e322d36bb8bd7033.tar.gz
Autogenerated HTML docs for v2.9.0-243-g5c589
Diffstat (limited to 'git-clone.txt')
-rw-r--r--git-clone.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/git-clone.txt b/git-clone.txt
index 1b15cd7b1..ec41d3d69 100644
--- a/git-clone.txt
+++ b/git-clone.txt
@@ -191,9 +191,8 @@ objects from the source repository into a pack in the cloned repository.
Create a 'shallow' clone with a history truncated to the
specified number of commits. Implies `--single-branch` unless
`--no-single-branch` is given to fetch the histories near the
- tips of all branches. This implies `--shallow-submodules`. If
- you want to have a shallow superproject clone, but full submodules,
- also pass `--no-shallow-submodules`.
+ tips of all branches. If you want to clone submodules shallowly,
+ also pass `--shallow-submodules`.
--[no-]single-branch::
Clone only the history leading to the tip of a single branch,