forked from msysgit/git
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: git-clone: apply new documentation formatting guidelines
Signed-off-by: Jean-Noël Avila <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
- Loading branch information
Showing
3 changed files
with
86 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
clone.defaultRemoteName:: | ||
`clone.defaultRemoteName`:: | ||
The name of the remote to create when cloning a repository. Defaults to | ||
`origin`, and can be overridden by passing the `--origin` command-line | ||
option to linkgit:git-clone[1]. | ||
|
||
clone.rejectShallow:: | ||
`clone.rejectShallow`:: | ||
Reject cloning a repository if it is a shallow one; this can be overridden by | ||
passing the `--reject-shallow` option on the command line. See linkgit:git-clone[1] | ||
|
||
clone.filterSubmodules:: | ||
`clone.filterSubmodules`:: | ||
If a partial clone filter is provided (see `--filter` in | ||
linkgit:git-rev-list[1]) and `--recurse-submodules` is used, also apply | ||
the filter to submodules. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.