summaryrefslogtreecommitdiffstats
path: root/git-clone.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-04-06 15:58:21 -0700
committerJunio C Hamano <gitster@pobox.com>2016-04-06 15:58:21 -0700
commitbec5da4921ecdf10f30acd425332ad4c40801c8b (patch)
tree9dd5d7a62bf70c503bf8ce1136df706920e42583 /git-clone.txt
parent4ba4a78f046a4424d303350cbbbf47b04b728b11 (diff)
downloadgit-htmldocs-bec5da4921ecdf10f30acd425332ad4c40801c8b.tar.gz
Autogenerated HTML docs for v2.8.1-101-g72d91
Diffstat (limited to 'git-clone.txt')
-rw-r--r--git-clone.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/git-clone.txt b/git-clone.txt
index b7c467a00..45d74be29 100644
--- a/git-clone.txt
+++ b/git-clone.txt
@@ -14,7 +14,7 @@ SYNOPSIS
[-o <name>] [-b <name>] [-u <upload-pack>] [--reference <repository>]
[--dissociate] [--separate-git-dir <git dir>]
[--depth <depth>] [--[no-]single-branch]
- [--recursive | --recurse-submodules] [--] <repository>
+ [--recursive | --recurse-submodules] [--jobs <n>] [--] <repository>
[<directory>]
DESCRIPTION
@@ -219,6 +219,10 @@ objects from the source repository into a pack in the cloned repository.
The result is Git repository can be separated from working
tree.
+-j <n>::
+--jobs <n>::
+ The number of submodules fetched at the same time.
+ Defaults to the `submodule.fetchJobs` option.
<repository>::
The (possibly remote) repository to clone from. See the