Skip to content

Commit

Permalink
Merge pull request #9406 from NixOS/backport-9390-to-2.18-maintenance
Browse files Browse the repository at this point in the history
[Backport 2.18-maintenance] fetchTree: clarify docs for shallow flag
  • Loading branch information
thufschmitt committed Nov 20, 2023
2 parents 8e72a52 + 23775b7 commit fadad86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/libexpr/primops/fetchTree.cc
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,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`
Expand Down

0 comments on commit fadad86

Please sign in to comment.