Uh oh!
There was an error while loading. Please reload this page.
Resolve worktree .git files to repository .git directory - #642
Conversation
xkrogen
commented
Aug 14, 2023
Thanks for the investigation @jkylling ! Not the most elegant fix, but practical and does seem to solve the issue |
TheSnoozer
commented
Aug 16, 2023
Do you have better suggestions @xkrogen? |
xkrogen
commented
Aug 16, 2023
I took a quick read through the Details section for git-worktree and the worktree-related stuff in gitrepository-layout. It seems like this should work if we assume the There is also the potential situation where |
76a827b to
b1d8440Comparejkylling
commented
Oct 1, 2023
@TheSnoozer I've gone through the contributor checklist and fixed the check style violations. Do you think we should merge this? |
TheSnoozer
commented
Oct 3, 2023
Thanks again for your contribution! Merged now. |
xkrogen
commented
Oct 20, 2023
Hey @TheSnoozer just curious when you expect this to go into a release? I'm not familiar with the release lifecycle of this project, just wondering when I'll be able to adopt it downstream. Big thanks to both of you btw :) |
TheSnoozer
commented
Oct 21, 2023
The release cycle is to wait until someone mentions they want a release ;-) Will do that as soon as I have time (sorry this project is still only my free time) :-) |
TheSnoozer
commented
Oct 21, 2023
Released now as 7.0.0 via #623. |
xkrogen
commented
Oct 23, 2023
Heh awesome ... Thanks so much @TheSnoozer ! |
Context
Fix#639
I have not tested this change end to end.
Contributor Checklist
mvn clean packagecheckstylecoding style definition:mvn clean verify -Pcheckstyle -Dmaven.test.skip=true -B