commit-reach(paint_down_to_common): plug two memory leaks
[git.git] / Documentation / config / clone.txt
blobd037b57f729e5e10549235b6278c123754d0aee8
1 clone.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].
6 clone.rejectShallow::
7         Reject cloning a repository if it is a shallow one; this can be overridden by
8         passing the `--reject-shallow` option on the command line. See linkgit:git-clone[1]
10 clone.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.