diff options
author | Vladimír Čunát | 2023-03-12 09:06:28 +0100 |
---|---|---|
committer | Vladimír Čunát | 2023-03-12 09:06:28 +0100 |
commit | 1dd94ad62fddb72cd29636a9f0a0457a2bd60c02 (patch) | |
tree | b80bc5e525784be865b3d5f19b1c97d47a05e64d /doc | |
parent | e3b4b428606521b91c0149ef128f04c7d1be3f6b (diff) | |
parent | 32956b5f2a9f1a605bd865be9e3216dc7848d6fd (diff) |
Merge branch 'master' into staging-next
Diffstat (limited to 'doc')
-rw-r--r-- | doc/builders/fetchers.chapter.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/builders/fetchers.chapter.md b/doc/builders/fetchers.chapter.md index 551df86a58f4..ecff01894840 100644 --- a/doc/builders/fetchers.chapter.md +++ b/doc/builders/fetchers.chapter.md @@ -71,6 +71,7 @@ The main difference between `fetchurl` and `fetchzip` is in how they store the c - `relative`: Similar to using `git-diff`'s `--relative` flag, only keep changes inside the specified directory, making paths relative to it. - `stripLen`: Remove the first `stripLen` components of pathnames in the patch. +- `decode`: Pipe the downloaded data through this command before processing it as a patch. - `extraPrefix`: Prefix pathnames by this string. - `excludes`: Exclude files matching these patterns (applies after the above arguments). - `includes`: Include only files matching these patterns (applies after the above arguments). |