update docs on `fetchGit` shallow clone behavior (#9704)

This commit is contained in:
Valentin Gagarin 2024-01-26 18:26:08 +01:00 committed by GitHub
parent 8df68a213f
commit 30bdee5c3b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -614,8 +614,7 @@ static RegisterPrimOp primop_fetchGit({
- `shallow` (default: `false`)
A Boolean parameter that specifies whether fetching from a shallow remote repository is allowed.
This still performs a full clone of what is available on the remote.
Make a shallow clone when fetching the Git tree.
- `allRefs`