jesseduffield.lazygit/pkg/integration/tests/worktree
Stefan Haller 23d01ac1bd Redesign the 'w' worktree-creation flow
The old flow forced an up-front "normal vs detached" menu (meaningless for
commits, tags and stashes), then asked the user to type a worktree path from
scratch — easy to get wrong, and ambiguous about what relative paths resolve
against. It also offered the same two actions everywhere regardless of what
was selected.

Replace it with per-context "Worktree" menus whose items imply the intent
(new branch + worktree, worktree for an existing branch, detached worktree),
each feeding a shared name -> location -> create pipeline. The location menu
offers candidate parent directories as absolute paths instead of a blank
field, and "Worktree for a branch" is disabled (with a reason) when that
branch is already checked out somewhere, rather than failing after the fact.

Each ref/commit panel binds 'w' in its own controller and calls the matching
typed entry point on the worktree helper, so which menu opens is decided
statically by the call site rather than by dispatching on a ref's dynamic
type. The three commit panels share one menu through BasicCommitsController;
there is no longer a shared worktree-options controller.

The worktrees-panel 'n' flow and its old core (NewWorktree /
NewWorktreeCheckout) are left untouched here so nothing is written and then
rewritten; they migrate, and the dead i18n strings get removed, in a
follow-up commit.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-03 18:53:05 +02:00
..
add_for_existing_branch.go Redesign the 'w' worktree-creation flow 2026-07-03 18:53:05 +02:00
add_from_branch.go Redesign the 'w' worktree-creation flow 2026-07-03 18:53:05 +02:00
add_from_branch_detached.go Redesign the 'w' worktree-creation flow 2026-07-03 18:53:05 +02:00
add_from_commit.go Redesign the 'w' worktree-creation flow 2026-07-03 18:53:05 +02:00
add_from_remote_branch.go Redesign the 'w' worktree-creation flow 2026-07-03 18:53:05 +02:00
add_from_stash.go Redesign the 'w' worktree-creation flow 2026-07-03 18:53:05 +02:00
add_from_tag.go Redesign the 'w' worktree-creation flow 2026-07-03 18:53:05 +02:00
associate_branch_bisect.go Show worktree name next to branch in branches list 2026-03-09 11:34:34 +01:00
associate_branch_rebase.go Show worktree name next to branch in branches list 2026-03-09 11:34:34 +01:00
bare_repo.go Set working directory in lazygit test command 2024-01-12 19:59:31 +11:00
bare_repo_worktree_config.go Fix typos 2025-01-03 10:50:36 +11:00
crud.go Show branch name and detached HEAD in worktrees tab 2026-03-08 12:51:46 +01:00
custom_command.go Convert custom command Key fields to Keybinding 2026-05-25 15:32:47 +02:00
detach_worktree_from_branch.go Show worktree name next to branch in branches list 2026-03-09 11:34:34 +01:00
dotfile_bare_repo.go Set working directory in lazygit test command 2024-01-12 19:59:31 +11:00
double_nested_linked_submodule.go Use getters for AppState and UserConfig instead of accessing the fields directly 2024-08-18 10:24:52 +02:00
exclude_file_in_worktree.go Show branch name and detached HEAD in worktrees tab 2026-03-08 12:51:46 +01:00
fast_forward_worktree_branch.go Show worktree name next to branch in branches list 2026-03-09 11:34:34 +01:00
fast_forward_worktree_branch_should_not_pollute_current_worktree.go Show worktree name next to branch in branches list 2026-03-09 11:34:34 +01:00
force_remove_worktree.go Show branch name and detached HEAD in worktrees tab 2026-03-08 12:51:46 +01:00
force_remove_worktree_with_submodules.go Show branch name and detached HEAD in worktrees tab 2026-03-08 12:51:46 +01:00
location_candidates.go Redesign the 'w' worktree-creation flow 2026-07-03 18:53:05 +02:00
remove_worktree_from_branch.go Show worktree name next to branch in branches list 2026-03-09 11:34:34 +01:00
reset_window_tabs.go Show branch name and detached HEAD in worktrees tab 2026-03-08 12:51:46 +01:00
symlink_into_repo_subdir.go Use getters for AppState and UserConfig instead of accessing the fields directly 2024-08-18 10:24:52 +02:00
worktree_in_repo.go Show branch name and detached HEAD in worktrees tab 2026-03-08 12:51:46 +01:00