Re: What's cooking in git.git (Nov 2024, #08; Fri, 22)
From: Caleb White <hidden>
Date: 2024-11-22 14:31:51
On Fri Nov 22, 2024 at 4:11 AM CST, Junio C Hamano wrote:
* cw/worktree-extension (2024-11-01) 9 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 - Merge branch 'cw/config-extensions' into cw/worktree Introduce a new repository extension to prevent older Git versions from mis-interpreting worktrees created with relative paths. Needs review. source: [ref]
This latest round has been reviewed by Philip (cc'd) and I've addressed his comments (mainly in regards to using test functions I was unaware of). I was waiting for more comments before rerolling but if I don't hear anything in the next few days I'll go ahead and do that. Please let me know if there's anything else I can do to help move this along, it would be good to get this in before 2.48 is released. Best, Caleb