-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Description
Describe the bug
meson dist refuses to operate, claiming that the repository contains uncommitted changes, when that is not the case.
To Reproduce
$ meson dist -C release_build/
ERROR: Repository has uncommitted changes that will not be included in the dist tarball
Use --allow-dirty to ignore the warning and proceed anyway
$ git diff
$
Expected behavior
meson dist should work.
If there is actually something 'dirty' about my checkout, then meson should not be so tight-lipped and tell me what it is.
system parameters
This is meson 1.3.2 on Fedora 40
Metadata
Metadata
Assignees
Labels
No labels