Skip to content

Commit

Permalink
update docs on fetchGit shallow clone behavior (NixOS#9704)
Browse files Browse the repository at this point in the history
  • Loading branch information
fricklerhandwerk authored Jan 26, 2024
1 parent 8df68a2 commit 30bdee5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/libexpr/primops/fetchTree.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 30bdee5

Please sign in to comment.