jesseduffield.lazygit/pkg
Hermes Semantic Memory 1f7edd5efb feat: add 'Remove worktree and branch' option when deleting a branch checked out by a worktree
When deleting a branch that is currently checked out by a worktree,
users previously had to remove the worktree first, then delete the
branch in a second step. This adds a new menu option that combines
both operations into a single action.

Closes #5205
2026-04-30 09:32:42 +08:00
..
app Pass todo flag to EditRebaseTodo 2026-01-28 10:15:51 +01:00
cheatsheet refactor: use strings.Builder and strings.Repeat to simplify code 2025-12-03 18:34:21 +01:00
commands perf(branches): use for-each-ref ahead-behind for git >= 2.41 2026-04-27 07:09:23 +02:00
common Move NewDummyCommon to pkg/common 2025-05-06 09:43:26 +02:00
config Add condition field to custom command prompts 2026-04-06 19:14:51 +02:00
constants Make the links in the status panel point to the current version rather than master 2024-03-22 08:13:59 +01:00
env Support bare worktrees where worktree does not have its own .git file 2023-08-07 22:40:53 +10:00
fakes Modernize all codes 2025-11-15 10:46:23 +01:00
gui feat: add 'Remove worktree and branch' option when deleting a branch checked out by a worktree 2026-04-30 09:32:42 +08:00
i18n feat: add 'Remove worktree and branch' option when deleting a branch checked out by a worktree 2026-04-30 09:32:42 +08:00
integration Preserve whitespace when remembering a commit message 2026-04-21 18:51:17 +02:00
jsonschema Modernize all codes 2025-11-15 10:46:23 +01:00
logs Clean up build tags 2025-08-14 20:40:44 +02:00
snake Enable intrange linter, and fix warnings 2025-06-30 18:30:11 +02:00
tasks Modernize all codes 2025-11-15 10:46:23 +01:00
theme Highlight inactive selection in bold 2024-06-23 14:43:13 +02:00
updates Change direct access to Common.UserConfig to a getter 2024-08-18 10:24:52 +02:00
utils Pass todo flag to EditRebaseTodo 2026-01-28 10:15:51 +01:00