summaryrefslogtreecommitdiffstats
path: root/pkg
AgeCommit message (Expand)Author
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-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
2023-06-26Cleanup: remove unnecessary if statementsStefan Haller
2023-06-22Add a test for stopping at an "edit" command that conflictsStefan Haller
2023-06-22Insert fake todo entry for a conflicting commit that is being appliedStefan Haller
2023-06-22Add test for rewording a commit and failing with an errorStefan Haller
2023-06-22Add test for a pick that fails and gets rescheduledStefan Haller
2023-06-22Add test for amending a commit, causing a conflictStefan Haller
2023-06-22Extend test to expect what commits we want to be listed when there's a conflictStefan Haller
2023-06-15Add nerdFontsVersion configStefan Haller
2023-06-15Turn remoteIcons into a mapStefan Haller
2023-06-07Allow discarding changes only from local commitsStefan Haller
2023-06-07Better prompt for discarding old file changesStefan Haller
2023-06-07Disallow discarding file changes while a directory is selectedStefan Haller
2023-06-07Fix focus issue when opening recent-repos menu at launchJesse Duffield
2023-06-07Support authors and tags in custom command suggestions presetJesse Duffield
2023-06-05kakoune binary nameEnrico Borba
2023-06-03Fix flakey testJesse Duffield
2023-06-03Appease linterJesse Duffield
2023-06-03Support matchers on integers in integration testsJesse Duffield
2023-06-01Merge pull request #2699 from jesseduffield/revert-hide-underscoresJesse Duffield
2023-06-01Add integration test for commit highlighting on focusJesse Duffield
2023-06-01Apply correct styling to root commit in graphJesse Duffield
2023-06-01Refresh commits viewport on focus lostJesse Duffield
2023-06-01Stop hiding underscores for VSCodeJesse Duffield
2023-06-01show commits against branchesJesse Duffield