mirror of
https://github.com/NixOS/nix.git
synced 2024-11-22 06:42:28 +00:00
fetchTree: clarify docs for shallow flag
(cherry picked from commit 796a7eb92d
)
This commit is contained in:
parent
c223618a24
commit
1878afdd6a
@ -384,7 +384,8 @@ static RegisterPrimOp primop_fetchGit({
|
||||
|
||||
- `shallow` (default: `false`)
|
||||
|
||||
A Boolean parameter that specifies whether fetching a shallow clone is allowed.
|
||||
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.
|
||||
|
||||
- `allRefs`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user