-
Notifications
You must be signed in to change notification settings - Fork 40
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
git worktree support #50
Comments
Hi, Thanks for the feedback. Have you an easy way to reproduce your issue? I assume it's not actually linked to Eclipse but to the fact of using Git worktrees? If you could describe how to reproduce your issue, that'd help fix it. Thanks, |
The issue is quite simple to recreate, just checkout a normal project that uses this plugin and then create a worktree copy with
I encountered it while working on https://github.com/spockframework/spock JGit still doesn't have a fix it seems: https://git.eclipse.org/r/#/c/126454/ |
Hi, What is the latest status of git worktree support ? |
Read support for worktrees was introduced recently in JGit 7, but it requires Java 17: |
By using jgit from eclipse this plugin will fail when used within a git worktree.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=477475
possible fix:
https://git.eclipse.org/r/#/c/54404/
https://dev.eclipse.org/mhonarc/lists/jgit-dev/msg02987.html
The text was updated successfully, but these errors were encountered: