semver-git
semver-git copied to clipboard
git describe ignores untracked files
git does not consider untracked files present as the working tree being dirty, users usually do.
» git describe --dirty 4.1.0-2-gf6b8530
$ touch foo » git describe --dirty 4.1.0-2-gf6b8530 » git ls-files --other --directory --exclude-standard foo