summaryrefslogtreecommitdiffstats
path: root/pkg/gui/controllers/branches_controller.go
AgeCommit message (Expand)Author
2023-07-30Add more i18n for worktreesJesse Duffield
2023-07-30Use fields rather than methods on worktreesJesse Duffield
2023-07-30Remove IO logic from presentation code for worktreesJesse Duffield
2023-07-30Remove dead functionJesse Duffield
2023-07-30Support fastforwarding worktreeJesse Duffield
2023-07-30Add more worktree testsJesse Duffield
2023-07-30Associate branches with worktrees even when mid-rebaseJesse Duffield
2023-07-30Support creating worktrees from refsJesse Duffield
2023-07-30Log when directory is changedJesse Duffield
2023-07-30Handle deleting branch attached to worktreeJesse 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-22Better tag creation UXJesse Duffield
2023-07-10Use an interface for tasks instead of a concrete structJesse Duffield
2023-07-09Use first class task objects instead of global counterJesse Duffield
2023-05-25Use sentence case everywhereJesse Duffield
2023-04-30lots of changesJesse Duffield
2023-04-30standardise controller helper methodsJesse Duffield
2023-04-30Begin refactoring guiJesse Duffield
2023-02-19feat: support to create tag on branchRyooooooga
2022-11-14fix: fix ambiguous branch nameRyooooooga
2022-06-01Fetch the correct remote branchLuka Markušić
2022-05-08rename displayString to label for menu itemsJesse Duffield
2022-04-13Refresh BRANCHES and COMMITS after (un)staging upstreamLuka Markušić
2022-04-13There's gotta be a better way for initial contentLuka Markušić
2022-04-11Add option to (un)set upstream for a local branchLuka Markušić
2022-03-30pkg/gui: Rename IPopupHandler::Ask() to Confirm()Moritz Haase
2022-03-19update lintersJesse Duffield
2022-03-17move keybindingsJesse Duffield
2022-03-17add remote branches controllerJesse Duffield
2022-03-17refactor controllersJesse Duffield