summaryrefslogtreecommitdiffstats
path: root/pkg/gui/controllers/helpers/worktree_helper.go
AgeCommit message (Expand)Author
2024-04-18Remove ErrorMsgStefan Haller
2024-04-18Remove calls to Error()Stefan Haller
2023-07-30Use fields rather than methods on worktreesJesse Duffield
2023-07-30Remove IO logic from presentation code for worktreesJesse Duffield
2023-07-30Update repo switch logicJesse Duffield
2023-07-30Add worktree integration testsJesse Duffield
2023-07-30Fix unit testsJesse Duffield
2023-07-30Only show worktree in status panel if not the main worktree and worktrees are...Jesse Duffield
2023-07-30Assume that the base of a worktree can be checked outJesse Duffield
2023-07-30i18n for worktreesJesse Duffield
2023-07-30Don't quit on errorJesse Duffield
2023-07-30Show base ref suggestions when creating worktreeJesse Duffield
2023-07-30Checkout worktree when creating from worktree viewJesse Duffield
2023-07-30Support creating worktrees from refsJesse Duffield
2023-07-30Fix wordingJesse Duffield
2023-07-30Log when directory is changedJesse Duffield
2023-07-30Handle deleting branch attached to worktreeJesse Duffield
2023-07-30Don't touch repo stack when switching worktreesJesse Duffield
2023-07-30Land in the same panel when switching to a worktreeJesse Duffield
2023-07-30Prompt to switch to worktree when branch is checked out by other worktreeJesse Duffield
2023-07-30Use git lingoJesse Duffield
2023-07-30Improve name handlingJesse Duffield
2023-07-30Address PR commentsJoel Baranick
2023-07-30Basic support for adding a worktreeJoel Baranick
2023-07-30Style missing worktree as red and display better error when trying to switch ...Joel Baranick
2023-07-30Update status to differentiate the main vs linked worktreesJoel Baranick