Re: [PATCH 04/11] worktree: extract checkout_worktree()
From: Taylor Blau <hidden>
Date: 2022-02-20 21:59:44
From: Taylor Blau <hidden>
Date: 2022-02-20 21:59:44
On Sun, Feb 20, 2022 at 05:54:20PM +0000, Derrick Stolee via GitGitGadget wrote:
From: Derrick Stolee <redacted> 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