From b1e6cc5553f340e4e4c76f4dd355444d13d6a614 Mon Sep 17 00:00:00 2001 From: andy5995 Date: Mon, 17 Jan 2022 23:37:36 -0600 Subject: implement 'dist --allow-dirty' flag closes #9824 --- docs/markdown/snippets/dist-allow-dirty-flag.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 docs/markdown/snippets/dist-allow-dirty-flag.md (limited to 'docs/markdown/snippets') diff --git a/docs/markdown/snippets/dist-allow-dirty-flag.md b/docs/markdown/snippets/dist-allow-dirty-flag.md new file mode 100644 index 0000000..63ca3a0 --- /dev/null +++ b/docs/markdown/snippets/dist-allow-dirty-flag.md @@ -0,0 +1,7 @@ +## Added optional '--allow-dirty' flag for the 'dist' command + +An optional `--allow-dirty` flag has been added to the `dist` command. + +Previously, if uncommitted changes were present, Meson would warn about +this but continue with the dist process. It now errors out instead. The +error can be suppressed by using the `--allow-dirty` option. -- cgit v1.1