-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- follow-up to iterative/cml#1246 - follow-up to iterative/cml#1243
- Loading branch information
Showing
1 changed file
with
2 additions
and
3 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 |
---|---|---|
|
@@ -12,8 +12,7 @@ formatting and HTTP remote proxies; and, optionally, unshallowing clone). | |
|
||
Any [generic option](/doc/ref) in addition to: | ||
|
||
- `--unshallow`: Fetch as much as possible, converting a shallow repository to a | ||
complete one. | ||
- `--fetch-depth=<number>`: Commits to fetch (use `0` for all branches & tags). | ||
- `--user-email=<address>`: Git user email for commits [default: | ||
`[email protected]`]. | ||
- `--user-name=<...>`: Git user name for commits [default: `Olivaw[bot]`]. | ||
|
@@ -26,5 +25,5 @@ Instead of wrangling with | |
simply run: | ||
|
||
```cli | ||
$ cml ci | ||
$ cml ci --fetch-depth=0 | ||
``` |