summaryrefslogtreecommitdiffstats
path: root/pkg
AgeCommit message (Expand)Author
2023-07-09Use first class task objects instead of global counterJesse Duffield
2023-07-09Add dev doc for busy/idle trackingJesse Duffield
2023-07-09Fix testJesse Duffield
2023-07-09Fix race conditionJesse Duffield
2023-07-09Only attempt integration tests onceJesse Duffield
2023-07-09Add mutex for refreshing branchesJesse Duffield
2023-07-09Remove retry logic in integration testsJesse Duffield
2023-07-08Wait for intro before doing any of our refresh functionsJesse Duffield
2023-07-08Remove redundant waitgroupJesse Duffield
2023-07-08Handle pending actions properly in git commands that require credentialsJesse Duffield
2023-07-08Add busy count for integration testsJesse Duffield
2023-07-03View filtering (#2680)Jesse Duffield
2023-07-03Add mutex to filtered list to avoid concurrency issuesJesse Duffield
2023-07-03Differentiate between different filter modesJesse Duffield
2023-07-03Use searching, not filtering, in file tree viewsJesse Duffield
2023-07-03Fix escape logic for remote branchesJesse Duffield
2023-07-03Add integration tests for searching/filteringJesse Duffield
2023-07-03Support case sensitive filteringJesse Duffield
2023-07-03Color view frame differently when searching/filteringJesse Duffield
2023-07-03Show filter status similar to what we show with searchJesse Duffield
2023-07-03Only cancel search if main or temporary context loses focusJesse Duffield
2023-07-03Scroll to top when filtering and retain selection when cancelling filterJesse Duffield
2023-07-03Move more logic into search helperJesse Duffield
2023-07-03Case insensitive string comparisonJesse Duffield
2023-07-03Support filtering filesJesse Duffield
2023-07-03Cancel filter/search when hitting escapeJesse Duffield
2023-07-03Introduce filtered list view modelJesse Duffield
2023-07-03Add integration tests for discarding filesJesse Duffield
2023-07-02Print entire panic messageJesse Duffield
2023-07-02Use comment char config on interactive rebaseGustavo Krieger
2023-07-02Bump git-todo-parserGustavo Krieger
2023-07-02Add tests of interactive rebase with custom comment characterGustavo Krieger
2023-06-29Merge pull request #2748 from jesseduffield/always-show-branch-heads-in-diffStefan Haller
2023-06-28fix: typo EnteRefNameAmirzhan Aliyev
2023-06-28Always show branch heads in diff paneStefan Haller
2023-06-28feat(i18n): add russian translationAmirzhan Aliyev
2023-06-26Use remote upstreams of main branches to determine merged status of commitsStefan Haller
2023-06-26Rename the gui.skipUnstageLineWarning conf key to gui.skipDiscardChangeWarningStefan Haller
2023-06-26Rename "Delete change" menu entry to "Discard change" in staging panelStefan Haller
2023-06-26Fix the title and text (and variable names) of the Discard Changes promptStefan Haller
2023-06-26Avoid rewriting the file if nothing changedStefan Haller
2023-06-26Add new function RenameYamlKeyStefan Haller
2023-06-26Extract a lookupKey function that will be useful in the next commitStefan Haller
2023-06-26Create missing path elementsStefan Haller
2023-06-26Return an error if some node in the path is not a dictionaryStefan Haller
2023-06-26Return an error if node to be updated is not a scalarStefan Haller
2023-06-26Return an error if document is not a dictionaryStefan Haller
2023-06-26Support updating values in empty documentsStefan Haller
2023-06-26Rename UpdateYaml to UpdateYamlValueStefan Haller
2023-06-26Cleanup: improve test setup and check for the right error stringStefan Haller