We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi all, and thanks for your work in this plugin!
We're getting some weird branch name substrings when using this. For some projects this is cutting out the first letter of the branch name:
gradle-git-version/src/main/java/com/palantir/gradle/gitversion/VersionDetailsImpl.java
Line 166 in 4216f47
Why is that substring needed at all? As per jgit docs, we should already have the short branch name in git.getRepository().getBranch(): https://download.eclipse.org/jgit/site/5.8.0.202006091008-r/apidocs/org/eclipse/jgit/lib/Repository.html#getBranch--
git.getRepository().getBranch()
Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi all, and thanks for your work in this plugin!
We're getting some weird branch name substrings when using this. For some projects this is cutting out the first letter of the branch name:
gradle-git-version/src/main/java/com/palantir/gradle/gitversion/VersionDetailsImpl.java
Line 166 in 4216f47
Why is that substring needed at all? As per jgit docs, we should already have the short branch name in
git.getRepository().getBranch()
: https://download.eclipse.org/jgit/site/5.8.0.202006091008-r/apidocs/org/eclipse/jgit/lib/Repository.html#getBranch--Thanks!
The text was updated successfully, but these errors were encountered: