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

Adds support for light (non-annotated) tags. #27

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

MicahZoltu
Copy link
Member

This should work, but beware that it is possible it will result in a different git describe output that breaks the parser.

This *should* work, but beware that it is possible it will result in a different `git describe` output that breaks the parser.
@MicahZoltu
Copy link
Member Author

Note: Merging/deploying this is blocked on Zoltu/Gradle.Plugin.SimpleGradlePluginPublish#1

If that ever gets fixed it would be cool to get this merged, deployed and tested. See #25 for related discussion.

@MicahZoltu
Copy link
Member Author

Ah, looks like setTags isn't available in the version of jgit I'm using, so fixing this will required also updating jgit to something more recent. This also explains why I didn't do this originally!

This will hopefully add support for `setTags` on `DescribeCommand` without breaking anything else.  😬
@MicahZoltu
Copy link
Member Author

Hmm, no such luck. It appears that jgit 6.x requires a newer version of Java.

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

Successfully merging this pull request may close these issues.

1 participant