summaryrefslogtreecommitdiffstats
path: root/pkg/gui/branches_panel.go
AgeCommit message (Expand)Author
2020-10-10add some safe goroutinesJesse Duffield
2020-10-10type i18nJesse Duffield
2020-09-29move models folder into commands folderJesse Duffield
2020-09-29pull branch model out into models packageJesse Duffield
2020-08-23when in the remote branches view, prefill name for creating branch off of rem...Jesse Duffield
2020-08-23always reset branch selected index when creating new branchJesse Duffield
2020-08-23use context to return to the correct viewJesse Duffield
2020-08-23minor refactorJesse Duffield
2020-08-23deal with the fact that a nil wrapped in an interface is not equal to nilJesse Duffield
2020-08-23centralise code for copying to clipboardJesse Duffield
2020-08-23better handling of our different modes and also cherry pickingJesse Duffield
2020-08-23move into more appropriate fileJesse Duffield
2020-08-23genericise creating new branches off thingsJesse Duffield
2020-08-23rename to SelectedLineIdxJesse Duffield
2020-08-23standardise diffmodeJesse Duffield
2020-08-23more standardisationJesse Duffield
2020-08-23update naming to refer to contextJesse Duffield
2020-08-23WIPJesse Duffield
2020-08-23more stuffJesse Duffield
2020-08-23WIPJesse Duffield
2020-08-23more standardisation of renderingJesse Duffield
2020-08-23good progressJesse Duffield
2020-08-23prepare for OnRender propJesse Duffield
2020-08-23introduce new approach to handling tab statesJesse Duffield
2020-08-23WIPJesse Duffield
2020-08-23WIP: standardising how we render to mainJesse Duffield
2020-08-23centralise split main panel codeJesse Duffield
2020-08-23centralise some list view codeJesse Duffield
2020-08-15more removing of gJesse Duffield
2020-08-15fix remote branches select sigJesse Duffield
2020-08-15fix remotes select sigJesse Duffield
2020-08-15fix branches select sigJesse Duffield
2020-08-15renameJesse Duffield
2020-08-15clean up interface for popup panelsJesse Duffield
2020-08-12allow entering a password when fast forwarding another branchJesse Duffield
2020-08-12lowercase function nameJesse Duffield
2020-08-12stop pulling in generalJesse Duffield
2020-08-12minor refactorJesse Duffield
2020-08-12support multiple modes of git pullJesse Duffield
2020-08-12minor cleanupJesse Duffield
2020-07-17prompt to create new branch if branch not foundJesse Duffield
2020-04-15support copying stuff to clipboardJesse Duffield
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