diff options
Diffstat (limited to 'docs/markdown/snippets/dist-allow-dirty-flag.md')
-rw-r--r-- | docs/markdown/snippets/dist-allow-dirty-flag.md | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/markdown/snippets/dist-allow-dirty-flag.md b/docs/markdown/snippets/dist-allow-dirty-flag.md deleted file mode 100644 index 63ca3a0..0000000 --- a/docs/markdown/snippets/dist-allow-dirty-flag.md +++ /dev/null @@ -1,7 +0,0 @@ -## 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. |