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

Branch name #378

Open
isalgueiro opened this issue Jul 13, 2020 · 0 comments
Open

Branch name #378

isalgueiro opened this issue Jul 13, 2020 · 0 comments

Comments

@isalgueiro
Copy link

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:

return ref.getName().substring(Constants.R_HEADS.length());

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!

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

1 participant