File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -333,8 +333,7 @@ static RegisterPrimOp primop_fetchTree({
333333
334334 - `shallow` (Bool, optional)
335335
336- Allow fetching from a shallow remote repository.
337- This still performs a full clone of what is available on the remote.
336+ Make a shallow clone when fetching the Git tree.
338337
339338 Default: `false`
340339
@@ -363,8 +362,6 @@ static RegisterPrimOp primop_fetchTree({
363362 Number of revisions in the history of the Git repository before the fetched commit.
364363
365364 If set, pass through the value to the output attribute set.
366- The provided value will be checked against the one obtained from the repository, and an error is thrown if there is a mismatch.
367-
368365 Otherwise, generated from the fetched Git tree.
369366
370367 The following input types are still subject to change:
@@ -617,8 +614,7 @@ static RegisterPrimOp primop_fetchGit({
617614
618615 - `shallow` (default: `false`)
619616
620- A Boolean parameter that specifies whether fetching from a shallow remote repository is allowed.
621- This still performs a full clone of what is available on the remote.
617+ Make a shallow clone when fetching the Git tree.
622618
623619 - `allRefs`
624620
You can’t perform that action at this time.
0 commit comments