Hi Junio
On 28/11/2024 05:35, Junio C Hamano wrote:
* cw/worktree-extension (2024-11-26) 8 commits
- worktree: refactor `repair_worktree_after_gitdir_move()`
- worktree: add relative cli/config options to `repair` command
- worktree: add relative cli/config options to `move` command
- worktree: add relative cli/config options to `add` command
- worktree: add `write_worktree_linking_files()` function
- worktree: refactor infer_backlink return
- worktree: add `relativeWorktrees` extension
- setup: correctly reinitialize repository version
Introduce a new repository extension to prevent older Git versions
from mis-interpreting worktrees created with relative paths.
Will merge to 'next'?
source: <20241125-wt_relative_options-v5-0-356d122ff3db@xxxxx>
I've had a look at the range-diff for the latest version and had a query
about the removal of a check from one of the tests[1]. Perhaps we should
wait to hear from Caleb about that, but if you're keen to get these
merged down in time for the next release we could just fix up the test
later if it turns out to be necessary - I think the code changes are all
fine.
Best Wishes
Phillip
[1]
https://lore.kernel.org/git/054b70c2-accd-4d85-a576-66910d35a26d@xxxxxxxxx