summaryrefslogtreecommitdiffstats
path: root/pkg/gui/rebase_options_panel.go
AgeCommit message (Expand)Author
2022-03-17some more refactoringJesse Duffield
2022-03-17refactor contexts codeJesse Duffield
2022-03-17start moving commit panel handlers into controllerJesse Duffield
2022-03-17start refactoring guiJesse Duffield
2022-01-09add some more lintersJesse Duffield
2022-01-09shorten nameJesse Duffield
2022-01-09trim down gitcommand struct some moreJesse Duffield
2022-01-09start breaking up git structJesse Duffield
2022-01-07refactorJesse Duffield
2022-01-07simplify how we log commandsJesse Duffield
2022-01-04more refactoringJesse Duffield
2022-01-04updating specsJesse Duffield
2022-01-04better typing for rebase modeJesse Duffield
2022-01-04WIPJesse Duffield
2022-01-04align Gui struct with GitCommandJesse Duffield
2022-01-04WIPJesse Duffield
2021-11-01support aborting a merge or rebase with escJesse Duffield
2021-10-22simplify pull logicJesse Duffield
2021-04-11full coverage for logging commandsJesse Duffield
2021-04-11start adding support for logging of commandsJesse Duffield
2021-04-10fix commit amendJesse Duffield
2021-04-06refactorJesse Duffield
2021-04-06refactor of contexts and filteringJesse Duffield
2021-04-06use suspense rather than close the gui when switching to a subprocessJesse Duffield
2020-11-28Start on supporting auto-suggestions when checking out a branchJesse Duffield
2020-11-18fix lint errorsJesse Duffield
2020-10-10type i18nJesse Duffield
2020-10-10remove viperJesse Duffield
2020-09-29factor out code from git.goJesse Duffield
2020-08-23fix focus change on merge popup returnJesse Duffield
2020-08-23use context to return to the correct viewJesse Duffield
2020-08-15more removing of gJesse Duffield
2020-08-15renameJesse Duffield
2020-08-15clean up interface for popup panelsJesse Duffield
2020-03-28fix up some things with the patch handling stuffJesse Duffield
2020-03-28move working tree state function into git.goJesse Duffield
2020-03-28better error handlingJesse Duffield
2020-03-28more centralised handling of refreshingJesse Duffield
2020-03-09big golangci-lint cleanupJesse Duffield
2020-02-25do not close over variables in a functionv0.15.3Jesse Duffield
2020-02-15remove old createMenu functionJesse Duffield
2020-02-15refactor rebase menu panelJesse Duffield
2019-11-10add mouse supportJesse Duffield
2019-11-05do not return focus to commitsFiles view after selecting to start a new patchJesse Duffield
2019-11-05handle empty commit in rebaseJesse Duffield
2019-03-23Rely on model rather than view to focus a pointJesse Duffield
2019-03-02add another match on the error message to tell us we've encountered merge con...Jesse Duffield
2019-02-16fix golangci errorsJesse Duffield
2019-02-16more work on rebasing featureJesse Duffield
2019-02-16consider whether the view has focus when rendering the contents of a viewJesse Duffield