summaryrefslogtreecommitdiffstats
path: root/pkg/gui/branches_panel.go
AgeCommit message (Expand)Author
2020-03-29add new diff modeJesse Duffield
2020-03-29split reflog commits into ReflogCommits and FilteredReflogCommitsJesse Duffield
2020-03-29load reflog commits manually when in filter mode for branches panelJesse Duffield
2020-03-29rename to filtered modeJesse Duffield
2020-03-29allow scoped mode where the commits/reflog/stash panels are scoped to a fileJesse Duffield
2020-03-28fix up some things with the patch handling stuffJesse Duffield
2020-03-28better error handlingJesse Duffield
2020-03-28load reflog commits in two stages to speed up startup timeJesse Duffield
2020-03-28smarter refreshing for tags and remotesJesse Duffield
2020-03-28more smart refreshingJesse Duffield
2020-03-28clean up signatureJesse Duffield
2020-03-28more centralised handling of refreshingJesse Duffield
2020-03-28more efficient refreshingJesse Duffield
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