I’ve built darktable myself (stable release 5.2.0) and I get this version. What is “dirty” actually? How to understand it?
thanks!
Your source has a change from the code base so when you build it’s tagged as dirty
1 Like
Some file has been updated locally. Run git status
to give out, which. git reset --hard
should get rid of it.
1 Like
Oh, right, I didn’t realize git marks stuff this way… I thought it’s some sort of code name for the release
1 Like
Yes, indeed, I’ve changed some source files. Thanks!
1 Like