summaryrefslogtreecommitdiffstats
path: root/pkg/gui/commits_panel.go
AgeCommit message (Expand)Author
2020-02-24better handling of clearing the searchJesse Duffield
2020-02-24eagerload commits when searchingJesse Duffield
2020-02-24support searching in side panelsJesse Duffield
2020-02-16refactor create reset menu logicJesse Duffield
2020-02-15refactor commit reset menuJesse Duffield
2020-01-31fix segfault on line by line panelJesse Duffield
2020-01-12allow fast flicking through any list panelJesse Duffield
2020-01-12lazyload commitsJesse Duffield
2020-01-09add checkout reflog commit keybindingJesse 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-21extract out some logic for list viewsJesse Duffield
2019-11-21add contexts to viewsJesse Duffield
2019-11-13prompt to set upstream when pulling on untracked branchJesse Duffield
2019-11-11specify upstream when pushing a branch for the first timev0.10.4Jesse Duffield
2019-11-10support clicking through to commit files panelJesse Duffield
2019-11-10simplify how the context system worksJesse Duffield
2019-11-10add mouse supportJesse Duffield
2019-11-05more work on managing focus when applying patch commandJesse 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-05move PatchManager to GitCommandJesse Duffield
2019-11-05Support building and moving patchesJesse Duffield
2019-05-06support resetting to a commit in either soft, hard, or mixed modeJesse Duffield
2019-04-07Allow for creating fixup! commitsJesse Duffield
2019-04-06fixed some #397skanehira
2019-04-06add feature of display diff between specific commits #397skanehira
2019-03-23Rely on model rather than view to focus a pointJesse Duffield
2019-03-16appease golangciJesse Duffield
2019-03-16allow user to discard old file changes for a given commitJesse Duffield
2019-03-16minor cleanupJesse Duffield
2019-03-16Add feature of display committed file list #383skanehira
2019-03-03i18n for rebase loading statesJesse Duffield
2019-03-03show loading status for rebasing eventsJesse Duffield
2019-03-02populate dutch and polish i18n files with new messagesJesse Duffield
2019-03-02mouse supportJesse Duffield Duffield
2019-02-24change type of cherryPickedCommits from []string to []*CommitJesse Duffield Duffield
2019-02-24support cherry picking commitsJesse Duffield Duffield
2019-02-24Make it easier to run sync/async commands, switch to interactive rebase when ...Jesse Duffield Duffield
2019-02-24some i18n and restricting rewording during interactive rebaseJesse Duffield
2019-02-24rearranging todo items while interactively rebasingJesse Duffield
2019-02-20wrap amend command in a confirmationJesse Duffield
2019-02-19work towards more interactive rebase optionsJesse Duffield
2019-02-19pull commit list builder functions into their own builder structJesse Duffield
2019-02-18add various interactive rebase commandsJesse Duffield
2019-02-18rename any commitJesse Duffield
2019-02-16consider whether the view has focus when rendering the contents of a viewJesse Duffield
2019-02-11Merge branch 'master' into feature/rebasingJesse Duffield