fetchTree: Recommend against exportIgnore

This commit is contained in:
Robert Hensing 2023-12-11 19:42:46 +01:00
parent 467c62a96e
commit 8024b954d7
1 changed files with 2 additions and 0 deletions

View File

@ -607,6 +607,8 @@ static RegisterPrimOp primop_fetchGit({
A Boolean parameter that specifies whether `export-ignore` from `.gitattributes` should be applied.
This approximates part of the `git archive` behavior.
Enabling this option is not recommended because it is unknown whether the Git developers commit to the reproducibility of `export-ignore` in newer Git versions.
- `shallow` (default: `false`)
A Boolean parameter that specifies whether fetching from a shallow remote repository is allowed.