On Sun, Feb 20, 2022 at 05:54:20PM +0000, Derrick Stolee via GitGitGadget wrote: > From: Derrick Stolee <derrickstolee@xxxxxxxxxx> > > The ability to add the --no-checkout flag to 'git worktree' was added in > ef2a0ac9a0 (worktree: add: introduce --checkout option, 2016-03-29). > Recently, we noticed that add_worktree() is rather complicated, so > extract the logic for this checkout process to simplify the method. Thanks; all of these "worktree: extract ..." patches look fine to me. I reviewed them locally with: $ git show <the-patch> --color-moved-ws=ignore-all-space --color-moved and it was clear that all of the existing functionality was preserved. Thanks, Taylor