summaryrefslogtreecommitdiffstats
path: root/pkg/gui/controllers/branches_controller.go
AgeCommit message (Expand)Author
2024-01-28Display more keybindings on-screenJesse Duffield
2024-01-28Improve keybinding descriptionsJesse Duffield
2024-01-23Set groundwork for better disabled reasons with range selectJesse Duffield
2024-01-19Keep same branch selected when refreshing branchesStefan Haller
2024-01-19Enforce single-item selection in various actionsJesse Duffield
2024-01-19Add SetSelection function for list contexts and use it in most placesJesse Duffield
2024-01-19Remove 'v' menu keysJesse Duffield
2024-01-14Make DisabledReason a structStefan Haller
2023-12-27Add a sort order menu for local branchesAlex March
2023-11-04Fix unsetting upstream when it doesn't existLuka Markušić
2023-10-08Disallow checking out another branch while the current one is being pulledStefan Haller
2023-10-08Add inline status for pushing/pulling/fast-forwarding branchesStefan Haller
2023-10-08Don't report errors from within a WithWaitingStatusStefan Haller
2023-09-25Use upstream branch when opening pull requests (#2693)Jesse Duffield
2023-09-24feat: add a menu to rebase current branch to a target branch upstreamAzraelSec
2023-09-22chore: rename branch upstream view options methodAzraelSec
2023-09-20Shorten the waiting status for fast-forwarding a branchStefan Haller
2023-09-20Use WithWaitingStatus instead of WithLoaderPanel for pull/push/fetchStefan Haller
2023-09-18Use DisabledReason for rebasing a branch onto itselfStefan Haller
2023-09-18Use DisabledReason for upstream options itemsStefan Haller
2023-09-18Use DisabledReason when deleting branches is not possibleStefan Haller
2023-09-18Use UpstreamBranch for opening pull requestsLuka Markušić
2023-09-09Replace whitespace with '-' when renaming a branch (#2990)Jesse Duffield
2023-09-06feat: add a menu to reset current branch to a target branch upstreamAzraelSec
2023-09-06chore: rename "Set/Unset upstream" menu to "Upstream Options"AzraelSec
2023-09-05Replace whitespace with '-' when renaming a branchCal Courtney
2023-08-29Add "Show divergence from upstream" entry to Upstream menu in branches panelStefan Haller
2023-08-10Allow deleting remote tags/branches from local tag/branch views (#2738)Federico
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ć