summaryrefslogtreecommitdiffstats
path: root/pkg/gui/rebase_options_panel.go
AgeCommit message (Expand)Author
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
2019-02-11catch rebase errors and show in error panelsJesse Duffield
2018-12-11only use subprocess for merging, not rebasingJesse Duffield
2018-12-11Make merge panel its own panelJesse Duffield