On Tue, Dec 22, 2020 at 3:08 PM Junio C Hamano <gitster@xxxxxxxxx> wrote: > * es/worktree-repair-both-moved (2020-12-21) 1 commit > - worktree: teach `repair` to fix multi-directional breakage > > "git worktree repair" learned to take advantage of the fact that it > knows both ends (i.e. the main repository is found in the location > the command runs, the worktrees are given as arguments) to deal > with the case where both the repository and the worktree moved. The lengthy parenthetical comment makes this description a bit difficult to digest. I had to read it a couple times to understand what it was saying. Perhaps it could be simplified, perhaps like this: "git worktree repair" learned to handle the case when both the repository and worktrees have been moved. By the way, an unrelated patch[1] I sent a day before sending the es/worktree-repair-both-moved topic doesn't seem to have made it into 'seen', so I'm wondering if it was overlooked (or perhaps it just hasn't been processed yet). [1]: https://lore.kernel.org/git/20201220212740.44273-1-sunshine@xxxxxxxxxxxxxx/