-
Notifications
You must be signed in to change notification settings - Fork 343
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove default value for
--fetch-depth
(#1246)
* temp * no default for fetch-depth * test update * tidy unshallow logic checks * slight docs update Co-authored-by: Casper da Costa-Luis <[email protected]>
- Loading branch information
Showing
3 changed files
with
11 additions
and
13 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
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 |
---|---|---|
|
@@ -20,8 +20,8 @@ describe('CML e2e', () => { | |
--help Show help [boolean] | ||
Options: | ||
--fetch-depth Number of commits to fetch. 0 indicates all history for all | ||
branches and tags [number] [default: 1] | ||
--fetch-depth Number of commits to fetch (use \`0\` for all branches & tags) | ||
[number] | ||
--user-email Git user email [string] [default: \\"[email protected]\\"] | ||
--user-name Git user name [string] [default: \\"Olivaw[bot]\\"]" | ||
`); | ||
|
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