Hi, There seems to be a discrepancy between how `git describe --dirty` is documented and how it actually behaves. The documentation describes the --dirty flag like this: > If the working tree has local modification "-dirty" is appended to it. but certain kinds of "local modification", namely untracked files, don't cause "-dirty" to be included. Please could this be fixed, either in the documentation or in git describe? thanks, Ash she/they