Skip to content

Commit

Permalink
address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
fricklerhandwerk committed Jan 26, 2024
1 parent 9b5b174 commit 9f428df
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/libexpr/primops/fetchTree.cc
Original file line number Diff line number Diff line change
Expand Up @@ -333,8 +333,7 @@ static RegisterPrimOp primop_fetchTree({
- `shallow` (Bool, optional)
Allow fetching from a shallow remote repository.
This still performs a full clone of what is available on the remote.
Make a shallow clone when fetching the Git tree.
Default: `false`
Expand All @@ -361,9 +360,7 @@ static RegisterPrimOp primop_fetchTree({
- `revCount` (Integer, optional)
Number of revisions in the history of the Git repository before the fetched commit.
If set, pass through the value to the output attribute set.
The provided value will be checked against the one obtained from the repository, and an error is thrown if there is a mismatch.
Otherwise, generated from the fetched Git tree.
Expand Down Expand Up @@ -617,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 9f428df

Please sign in to comment.