jesseduffield.lazygit/pkg/integration/tests/worktree
Ruud Kamphuis 727b4b56dd Show branch name and detached HEAD in worktrees tab
The worktrees tab now displays the checked-out branch (or detached HEAD
state) for each worktree, making it much easier to see which worktree
holds which branch.

This is useful when you need to "unlock" a branch that's occupied by
another worktree: you can now clearly see which worktrees are on a
branch vs detached, without having to select each one individually.

Also rename the "(main)" label to "(main worktree)" to avoid confusion
with the common "main" branch name, and move it after the branch column.
2026-03-08 12:51:46 +01:00
..
add_from_branch.go Fix bug where worktree view would take over window upon switching branches 2023-07-30 18:35:24 +10:00
add_from_branch_detached.go Add more worktree tests 2023-07-30 18:35:23 +10:00
add_from_commit.go Add more worktree tests 2023-07-30 18:35:23 +10:00
associate_branch_bisect.go Centralise logic for obtaining repo paths 2023-07-30 18:35:24 +10:00
associate_branch_rebase.go Centralise logic for obtaining repo paths 2023-07-30 18:35:24 +10: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 Show branch name and detached HEAD in worktrees tab 2026-03-08 12:51:46 +01:00
detach_worktree_from_branch.go Show branch name and detached HEAD in worktrees tab 2026-03-08 12:51:46 +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 pkg: fix some typos 2024-04-20 13:47:39 +02:00
fast_forward_worktree_branch_should_not_pollute_current_worktree.go Add worktree option to fast forwarding operation 2025-01-02 16:52:24 +11: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
remove_worktree_from_branch.go Show branch name and detached HEAD in worktrees tab 2026-03-08 12:51:46 +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