Skip to content

git describe ignores untracked files #17

Description

@deepy

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions