summaryrefslogtreecommitdiffstats
path: root/pkg/gui/remote_branches_panel.go
AgeCommit message (Expand)Author
2021-04-11full coverage for logging commandsJesse Duffield
2021-04-06testJesse Duffield
2021-04-06refactorJesse Duffield
2021-04-06refactor of contexts and filteringJesse Duffield
2021-04-06get rid of these positively ghastly method signaturesJesse Duffield
2021-04-02big refactor to give our enums actual typesJesse Duffield
2020-11-28Start on supporting auto-suggestions when checking out a branchJesse Duffield
2020-10-12more password checks on commands that talk to the remoteJesse Duffield
2020-10-10type i18nJesse Duffield
2020-09-29move models folder into commands folderJesse Duffield
2020-09-29move remotes and remote branchesJesse Duffield
2020-08-25use new branch logic when 'checking out' remote branchJesse Duffield
2020-08-23use context to return to the correct viewJesse Duffield
2020-08-23minor refactorJesse Duffield
2020-08-23genericise creating new branches off thingsJesse Duffield
2020-08-23rename to SelectedLineIdxJesse Duffield
2020-08-23standardise diffmodeJesse Duffield
2020-08-23more standardisationJesse Duffield
2020-08-23update naming to refer to contextJesse Duffield
2020-08-23WIPJesse Duffield
2020-08-23introduce new approach to handling tab statesJesse Duffield
2020-08-23WIPJesse Duffield
2020-08-23centralise split main panel codeJesse Duffield
2020-08-23lots more stuffJesse Duffield
2020-08-23WIPJesse Duffield
2020-08-15fix remote branches select sigJesse Duffield
2020-08-15renameJesse Duffield
2020-08-15clean up interface for popup panelsJesse Duffield
2020-08-12allow rebasing onto remote branchJesse Duffield
2020-08-12use remote prefixed branch name when merging remote branchJesse Duffield
2020-05-19allow creating branches off of remote branchesJesse Duffield
2020-03-29add new diff modeJesse Duffield
2020-03-28smarter refreshing for tags and remotesJesse Duffield
2020-03-28more centralised handling of refreshingJesse Duffield
2020-03-25undoing statusJesse Duffield
2020-03-25use reflog undo history pointerJesse Duffield
2020-03-09big golangci-lint cleanupJesse Duffield
2020-02-25refactor the way we render listsJesse Duffield
2020-02-16allow resetting to remote branchJesse Duffield
2020-01-12allow fast flicking through any list panelJesse Duffield
2020-01-09add reflog tab in commits panelJesse Duffield
2020-01-07allow commits to be checked outJesse Duffield
2019-11-21better handling of click events in list viewsJesse Duffield
2019-11-21support setting upstreamJesse Duffield
2019-11-21support rebasing onto remote branchJesse Duffield
2019-11-21support deleting remote branchesJesse Duffield
2019-11-21support merging remote branches into checked out branchJesse Duffield
2019-11-21support detached heads when showing the selected branchJesse Duffield
2019-11-21support adding/removing remotesJesse Duffield
2019-11-21split RemoteBranch out from BranchJesse Duffield