summaryrefslogtreecommitdiffstats
path: root/pkg/gui
AgeCommit message (Expand)Author
2023-07-30Remove dead functionJesse Duffield
2023-07-30Allow entering a submodule by pressing spaceJesse Duffield
2023-07-30Allow entering a worktree by pressing enterJesse Duffield
2023-07-30Update repo switch logicJesse Duffield
2023-07-30Support fastforwarding worktreeJesse Duffield
2023-07-30Add more worktree testsJesse Duffield
2023-07-30Add worktree integration testsJesse Duffield
2023-07-30Update cheatsheetsJesse Duffield
2023-07-30Remove worktree version guardsJesse Duffield
2023-07-30Fix unit testsJesse Duffield
2023-07-30Show loader when switching worktreesJesse Duffield
2023-07-30Support older versions of git when fetching worktreesJesse Duffield
2023-07-30Move worktrees tab to files windowJesse Duffield
2023-07-30Support opening worktree in editorJesse Duffield
2023-07-30Properly render worktrees in files panelJesse Duffield
2023-07-30Better logic for knowing which repo we're inJesse Duffield
2023-07-30Only show worktree in status panel if not the main worktree and worktrees are...Jesse Duffield
2023-07-30Hide worktree functionality on old git versionsJesse Duffield
2023-07-30Associate branches with worktrees even when mid-rebaseJesse 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-30Allow opening worktree in editorJesse Duffield
2023-07-30Show base ref suggestions when creating worktreeJesse Duffield
2023-07-30Refresh work trees when discarding file changesJesse Duffield
2023-07-30Checkout worktree when creating from worktree viewJesse Duffield
2023-07-30Fix filtering logic in worktrees 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-30Move status panel presentation logic into presentation packageJesse 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-30RefactorJesse Duffield
2023-07-30Alert when attempting to enter the current worktreeJesse Duffield
2023-07-30Remove commentJesse Duffield
2023-07-30Address PR commentsJoel Baranick
2023-07-30Basic support for adding a worktreeJoel Baranick
2023-07-30Put all worktree i18n strings togetherJoel Baranick
2023-07-30Improve worktree panelJoel Baranick
2023-07-30Style missing worktree as red and display better error when trying to switch ...Joel Baranick
2023-07-30Hide worktrees in the worktree panel if they point at a non-existing filesyst...Joel Baranick
2023-07-30Update status to differentiate the main vs linked worktreesJoel Baranick
2023-07-30Support for deleting a worktreeJoel Baranick
2023-07-30Initial addition of support for worktreesJoel Baranick
2023-07-29When bisecting, always mark the current commit as good/bad, not the selectedStefan Haller