summaryrefslogtreecommitdiffstats
path: root/pkg/gui/files_panel.go
AgeCommit message (Expand)Author
2020-08-15clean up interface for popup panelsJesse Duffield
2020-08-12support force push after failureJesse 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-12update namingJesse Duffield
2020-08-12pass callback directlyJesse Duffield
2020-08-12minor cleanupJesse Duffield
2020-08-07follow cursor when staging and unstaging a file renameJesse Duffield
2020-08-07allow renames to be discardedJesse Duffield
2020-07-17prompt to commit all files if committing with no staged filesJesse Duffield
2020-05-19fix race condition when scrolling to merge conflictJesse Duffield
2020-05-15check if user has configured to push to current by defaultJesse Duffield
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