On Fri, Jul 9, 2021 at 11:23 AM Junio C Hamano <gitster@xxxxxxxxx> wrote: > Eric Sunshine <sunshine@xxxxxxxxxxxxxx> writes: > > "reasons". That possibility suggests that this particular > > reason-giving option of `git worktree add` ought to be named > > `--lock-reason`, but `git worktree add --lock --lock-reason=<reason>` > > feels clunky and redundant, which is why I was wondering if `git > > worktree --lock[=<reason>]` would be a better (and more convenient) > > UI. > > Sure, but > > $ git worktree add --lock --reason=why-do-i-want-to-lock \ > --frotz --reason=why-do-i-want-to-frotz > > would work just fine, no? Yes, taking the stance that option order is significant would be workable.