summaryrefslogtreecommitdiffstats
path: root/pkg/gui/controllers/helpers/refs_helper.go
AgeCommit message (Expand)Author
2024-07-06Allow setting a default name when creating new branchesElliot Cubit
2024-07-04Update tracking behaviour for branches created from remote branchesT.
2024-06-23Show radio buttons in the sort order menu for branchesStefan Haller
2024-06-23Add prompt to the remote branch checkout menuStefan Haller
2024-04-18Remove calls to Error()Stefan Haller
2024-03-17Refresh after creating local branch, before checking it outStefan Haller
2024-03-17Show inline waiting status when checking out a local branchStefan Haller
2024-03-17When checking out a remote branch by name, ask the user howStefan Haller
2024-02-21Add tooltips for reset menu itemsStefan Haller
2024-02-21Change "git reset" default to --mixedStefan Haller
2024-01-19Keep same branch selected when refreshing branchesStefan Haller
2024-01-19Add SetSelection function for list contexts and use it in most placesJesse Duffield
2023-12-27Add a sort order menu for local branchesAlex March
2023-12-22Implement a sort order menu for remote branchesAlex March
2023-09-05Replace whitespace with '-' when renaming a branchCal Courtney
2023-07-30Standardise on using lo for slice functionsJesse Duffield
2023-07-10Replace uses of "git stash save" with "git stash push"Stefan Haller
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-30standardise helper argsJesse Duffield
2023-04-30split context common from helper commonJesse Duffield
2022-11-13stop switching focus to commits view when resettingJesse Duffield
2022-05-08rename displayString to label for menu itemsJesse Duffield
2022-03-30pkg/gui: Rename IPopupHandler::Ask() to Confirm()Moritz Haase
2022-03-27add menu keybindings for various thingsJesse Duffield
2022-03-24many more genericsJesse Duffield
2022-03-19update lintersJesse Duffield
2022-03-17more consistent namingJesse Duffield
2022-03-17refactor controllersJesse Duffield