eclipse-jgit / jgit

JGit, the Java implementation of git
https://www.eclipse.org/jgit/
Other
121 stars 34 forks source link

Support worktrees #76

Open spacey-sooty opened 1 month ago

spacey-sooty commented 1 month ago

Description

I'd like to be able to use jgit from git worktrees

Motivation

When running Gradle builds that rely on jgit for versioning from a Git worktree they will fail due to this lack of support

Alternatives considered

No response

Additional context

No response

msohn commented 1 month ago

Try the master branch, since change 1194900 JGit has read support for git worktrees.