aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r--docs/markdown/snippets/diff_files.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/markdown/snippets/diff_files.md b/docs/markdown/snippets/diff_files.md
new file mode 100644
index 0000000..3f425a2
--- /dev/null
+++ b/docs/markdown/snippets/diff_files.md
@@ -0,0 +1,6 @@
+## Diff files for wraps
+
+Wrap files can now define `diff_files`, a list of local patch files in `diff`
+format. Meson will apply the diff files after extracting or cloning the project,
+and after applying the overlay archive (`patch_*`). For this feature, the
+`patch` or `git` command-line tool must be available.