semver-git icon indicating copy to clipboard operation
semver-git copied to clipboard

git describe ignores untracked files

Open deepy opened this issue 7 years ago • 0 comments

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

deepy avatar Jul 10 '18 08:07 deepy