-
Notifications
You must be signed in to change notification settings - Fork 463
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
still ratchetFrom broken when using git worktrees #1765
Comments
@Goooler Does it works under cd android-spotless-sample
git branch hoge
git worktree add ../android-spotless-sample-worktree hoge
cd ../android-spotless-sample-worktree
./gradlew spotlessApply |
I also have this issue, using git worktree seems to break spotless. 6.23.3 was checked, along with 7.0.0.BETA1 |
I ran into the same issue, was about to try to do a contribution but it won't be necessary as JGit will bring worktrees read support in the 7.0.0 release. I was able to build and test the spotless maven plugin with the 7.0.0.202409201410-m3 version and it works perfectly. The final 7.0.0 release is expected to be released on 2024-09-11, see https://projects.eclipse.org/projects/technology.jgit/governance. Some references:
|
Summary
ratchetFrom
is fail in git-worktree.ratchetFrom
Environment
Spotless configuration
Error log
Details
related issue/pr
#75
#920
#964
#1119
The text was updated successfully, but these errors were encountered: