Git fork
at reftables-rust 23 lines 743 B view raw
1`clone.defaultRemoteName`:: 2 The name of the remote to create when cloning a repository. Defaults to 3 `origin`. 4ifdef::git-clone[] 5 It can be overridden by passing the `--origin` command-line 6 option. 7endif::[] 8ifndef::git-clone[] 9 It can be overridden by passing the `--origin` command-line 10 option to linkgit:git-clone[1]. 11endif::[] 12 13`clone.rejectShallow`:: 14 Reject cloning a repository if it is a shallow one; this can be overridden by 15 passing the `--reject-shallow` option on the command line. 16ifndef::git-clone[] 17 See linkgit:git-clone[1]. 18endif::[] 19 20`clone.filterSubmodules`:: 21 If a partial clone filter is provided (see `--filter` in 22 linkgit:git-rev-list[1]) and `--recurse-submodules` is used, also apply 23 the filter to submodules.