summaryrefslogtreecommitdiffstats
path: root/pkg/gui/branches_panel.go
AgeCommit message (Expand)Author
2020-03-28use reflogs from state to work out branch recenciesJesse Duffield
2020-03-26relax limit on commit list and reset on branch changeJesse Duffield
2020-03-25stateless undos and redosJesse Duffield
2020-03-25support reflog action prefixJesse Duffield
2020-03-25add waiting status to checkout ref handlerJesse Duffield
2020-03-25undoing statusJesse Duffield
2020-03-25use reflog undo history pointerJesse Duffield
2020-03-18better upstream tracking and allow renaming a branchJesse Duffield
2020-03-09big golangci-lint cleanupJesse Duffield
2020-03-08use selected branch as base when creating a new branchJesse Duffield
2020-02-25refactor the way we render listsJesse Duffield
2020-02-24better handling of clearing the searchJesse Duffield
2020-02-24support searching in side panelsJesse Duffield
2020-02-18allow fastforwarding the current branchv0.14.4Jesse Duffield
2020-02-16allow resetting to branchJesse Duffield
2020-02-10refresh current branch graph when side panels refreshJesse 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-21add tags panelJesse Duffield
2019-11-21better handling of click events in list viewsJesse Duffield
2019-11-21support setting upstreamJesse Duffield
2019-11-21better fast forwardJesse Duffield
2019-11-21make upstream branch display more lenient on git errorsJesse Duffield
2019-11-21support rebasing onto remote branchJesse Duffield
2019-11-21ensure we switch tabs when switching contextJesse Duffield
2019-11-21support merging remote branches into checked out branchJesse Duffield
2019-11-21support adding/removing remotesJesse Duffield
2019-11-21support viewing a remote branchJesse Duffield
2019-11-21support navigating remotes viewJesse Duffield
2019-11-21allow changing tabs with [ and ]Jesse Duffield
2019-11-21extract out some logic for list viewsJesse Duffield
2019-11-21add remotes context to branches viewJesse Duffield
2019-11-13show upstream branch for branchJesse Duffield
2019-11-11specify upstream when pushing a branch for the first timev0.10.4Jesse 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-05handling when to show the split panelJesse Duffield
2019-11-05Support building and moving patchesJesse Duffield
2019-07-14show actual error when trying to check out a branch that doesn't existJesse Duffield
2019-03-23Rely on model rather than view to focus a pointJesse Duffield
2019-03-16allow autostashing changes when checking out a branchJesse Duffield
2019-03-02mouse supportJesse Duffield Duffield
2019-03-02appease golangciJesse Duffield
2019-02-16more work on rebasing featureJesse Duffield
2019-02-16introduce panel contexts and more work on rebasingJesse Duffield
2019-02-16add loading panelJesse Duffield
2019-02-11Merge branch 'master' into feature/rebasingJesse Duffield
2018-12-11only use subprocess for merging, not rebasingJesse Duffield
2018-12-11Make merge panel its own panelJesse Duffield