summaryrefslogtreecommitdiffstats
path: root/pkg/gui/git_flow.go
AgeCommit message (Collapse)Author
2022-03-17refactor contexts codeJesse Duffield
2022-03-17start moving commit panel handlers into controllerJesse Duffield
more and more move rebase commit refreshing into existing abstraction and more and more WIP and more handling clicks properly fix merge conflicts update cheatsheet lots more preparation to start moving things into controllers WIP better typing expand on remotes controller moving more code into controllers
2022-03-17start refactoring guiJesse Duffield
2022-01-09shorten nameJesse Duffield
2022-01-09trim down gitcommand struct some moreJesse Duffield
2022-01-09refactor git flowJesse Duffield
2022-01-07refactorJesse Duffield
2022-01-07simplify how we log commandsJesse Duffield
2022-01-04WIPJesse Duffield
2022-01-04WIPJesse Duffield
2021-04-11add spans to i18nJesse 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-06add retry logic for running git commands to avoid index.lock problemsJesse Duffield
2021-04-06use suspense rather than close the gui when switching to a subprocessJesse Duffield
2021-04-06get rid of these positively ghastly method signaturesJesse Duffield
2020-11-28refactor prompt optsJesse Duffield
2020-10-10type i18nJesse Duffield
2020-08-23use context to return to the correct viewJesse Duffield
2020-08-15renameJesse Duffield
2020-08-15clean up interface for popup panelsJesse Duffield
2020-04-20add bugfix git flow optionJesse Duffield
2020-03-28better error handlingJesse Duffield
2020-02-15remove old createMenu functionJesse Duffield
2020-02-15refactor git flow menuJesse Duffield
2020-01-08add git flow supportJesse Duffield