aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/dist-allow-dirty-flag.md
blob: 63ca3a0b54363034bd8c10e43e07112f42262e91 (plain)
1
2
3
4
5
6
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.