summaryrefslogtreecommitdiffstats
path: root/pkg/gui/reflog_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-29reset state on each Run() callJesse 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-28better error handlingJesse Duffield
2020-03-28in fact we don't need any of these optionsJesse Duffield
2020-03-28actually don't even bother limitingJesse Duffield
2020-03-28load reflog commits in two stages to speed up startup timeJesse Duffield
2020-03-28discard old reflog commits when in new contextJesse Duffield
2020-03-26only load new reflog entriesJesse Duffield
2020-03-25move into undoing fileJesse Duffield
2020-03-25refactor undo and redoJesse Duffield
2020-03-25stateless undos and redosJesse Duffield
2020-03-25more explicit env varsJesse Duffield
2020-03-25support reflog action prefixJesse Duffield
2020-03-25redoingJesse Duffield
2020-03-25undoing statusJesse Duffield
2020-03-25better formatted reflog listJesse Duffield
2020-03-25use reflog undo history pointerJesse Duffield
2020-03-25autostash changes when hard resettingJesse Duffield
2020-03-25undo via rebaseJesse Duffield
2020-03-09big golangci-lint cleanupJesse Duffield
2020-03-04supporing custom pagers step 1Jesse Duffield
2020-02-25refactor the way we render listsJesse Duffield
2020-02-16add reset to reflog commit menuJesse Duffield
2020-01-12allow fast flicking through any list panelJesse Duffield
2020-01-09add checkout reflog commit keybindingJesse Duffield
2020-01-09add reflog tab in commits panelJesse Duffield