From e636a55c15e09f4582a21cc8e32dafe653e64312 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Tue, 15 Nov 2022 12:33:25 +0000 Subject: [PATCH] doc: document fetchpatch's decode argument --- doc/builders/fetchers.chapter.md | 1 + 1 file changed, 1 insertion(+) 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).