]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/config/clone.txt
Merge branch 'gc/branch-recurse-submodules-fix'
[thirdparty/git.git] / Documentation / config / clone.txt
CommitLineData
de9ed3ef
SB
1clone.defaultRemoteName::
2 The name of the remote to create when cloning a repository. Defaults to
3 `origin`, and can be overridden by passing the `--origin` command-line
4 option to linkgit:git-clone[1].
4fe788b1
LL
5
6clone.rejectShallow::
7 Reject to clone a repository if it is a shallow one, can be overridden by
8 passing option `--reject-shallow` in command line. See linkgit:git-clone[1]
f05da2b4
JS
9
10clone.filterSubmodules::
11 If a partial clone filter is provided (see `--filter` in
12 linkgit:git-rev-list[1]) and `--recurse-submodules` is used, also apply
13 the filter to submodules.