Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make dirty mark configurable #522

Open
BadHorseMonkey opened this issue Sep 30, 2021 · 2 comments
Open

Make dirty mark configurable #522

BadHorseMonkey opened this issue Sep 30, 2021 · 2 comments

Comments

@BadHorseMonkey
Copy link

What happened?

I'm looking for something that approximates subversion, which uses a dirty mark of 'M'.

I can get this via git describe on the command line

 git describe --tags --always --first-parent --dirty=M --abbrev=0
r25718M
@sbaier1
Copy link

sbaier1 commented Oct 8, 2021

@rocketraman
Copy link

Also, using git describe --tags --always --first-parent --dirty appends -dirty as opposed to .dirty like this plugin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants