summaryrefslogtreecommitdiffstats
path: root/pkg/gui/branches_panel.go
AgeCommit message (Expand)Author
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
2018-12-11more work on rebasing including visual indicatorsJesse Duffield
2018-12-11Making ci happierGlenn Vriesman
2018-12-11Added check to invoke continue/refreshGlenn Vriesman
2018-12-11Error handlingGlenn Vriesman
2018-12-11Added error check to satisfy ciGlenn Vriesman
2018-12-11Added rebase handlerGlenn Vriesman
2018-12-10Removed a lot of duplicated codemjarkk
2018-12-10Changed pushPassUname name to credentialsmjarkk
2018-12-09Worked and fixed a view commentsmjarkk
2018-12-08Merge branch 'master' into https-ask-for-username-passwordMark Kopenga