summaryrefslogtreecommitdiffstats
path: root/pkg/gui/files_panel.go
AgeCommit message (Expand)Author
2020-04-20Handle regex compilation errors and show them to the user.Kristijan Husak
2020-04-20Add option to set predefined commit message prefix. Fixes #760.Kristijan Husak
2020-03-29some more UI logicJesse Duffield
2020-03-29add new diff modeJesse Duffield
2020-03-28autostash changes when pulling file into indexJesse Duffield
2020-03-28move working tree state function into git.goJesse Duffield
2020-03-28better error handlingJesse Duffield
2020-03-28smart refreshing filesJesse Duffield
2020-03-28more centralised handling of refreshingJesse Duffield
2020-03-18better upstream tracking and allow renaming a branchJesse 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-24support searching in side panelsJesse Duffield
2020-02-16add reset to upstream option on files panelJesse Duffield
2020-02-15remove old createMenu functionJesse Duffield
2020-02-15refactor stash options menuJesse Duffield
2020-02-15begin refactor of menu panelJesse Duffield
2020-02-06Moved function to git.goGlenn Vriesman
2020-02-06Added feature to ignore tracked filesGlenn Vriesman
2020-01-31fix segfault on line by line panelJesse Duffield
2020-01-29safely unstage linesJesse Duffield
2020-01-29make use of branch config when pushing/pullingJesse Duffield
2020-01-12keep track of current view when pushingJesse Duffield
2020-01-12allow fast flicking through any list panelJesse Duffield
2020-01-08refresh side panels when resetting to upstreamv0.12.1Jesse Duffield
2020-01-08improve file watchingJesse Duffield
2020-01-07allow hard resetting to upstream branchJesse Duffield
2019-12-08stop the files panel from stealing focus whenever files are refreshedJesse Duffield
2019-11-21couple of things to clean up after rebasing onto masterJesse Duffield
2019-11-21better handling of click events in list viewsJesse Duffield
2019-11-21support setting upstreamJesse Duffield
2019-11-21extract out some logic for list viewsJesse Duffield
2019-11-21add contexts to viewsJesse Duffield
2019-11-14add file watching for modified filesJesse Duffield
2019-11-14allow editing or opening a file while resolving merge conflictsJesse 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-10simplify how the context system worksJesse Duffield
2019-11-10add mouse supportJesse Duffield
2019-11-10remove old add patch keybindingJesse Duffield
2019-11-05do not return focus to commitsFiles view after selecting to start a new patchJesse Duffield
2019-11-05support split view in staging panel and staging rangesJesse Duffield
2019-06-06allow stashing staged changesJesse Duffield
2019-05-06Prevent crash when opening in small windowJesse Duffield
2019-04-13Add 'w' keybinding in files panel to commit as a WIPJesse Duffield
2019-04-07remove subprocess channel stuffJesse Duffield
2019-04-07support custom commandsJesse Duffield
2019-03-23pass length of options to createMenuJesse Duffield
2019-03-23always attempt to discard changes from current fileJesse Duffield