summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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-02Use comment char on interactive rebase (#2639)Stefan Haller
2023-07-02Print entire panic messageJesse Duffield
2023-07-02Bump gocuiJesse 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-29Updated README.mdREADME-bot
2023-06-29Merge pull request #2750 from letavocado/fix-typo-EnteRefNameJesse Duffield
2023-06-28fix: typo EnteRefNameAmirzhan Aliyev
2023-06-28Always show branch heads in diff paneStefan Haller
2023-06-28Merge pull request #2729 from translation-gang/translation-ruJesse Duffield
2023-06-28feat(i18n): add russian translationAmirzhan Aliyev
2023-06-26Merge pull request #2725 from stefanhaller/improve-pushed-coloring-for-main-b...Stefan Haller
2023-06-26Use remote upstreams of main branches to determine merged status of commitsStefan Haller
2023-06-26Merge pull request #2706 from stefanhaller/fix-discard-change-promptStefan 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-26Merge pull request #2718 from stefanhaller/improve-yaml-utilsStefan 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-22Merge pull request #2682 from stefanhaller/show-entry-for-conflicted-commitStefan 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-22Updated README.mdREADME-bot
2023-06-22Merge pull request #2731 from jesseduffield/config-for-nerd-fonts-versionStefan Haller
2023-06-15Add nerdFontsVersion configStefan Haller
2023-06-15Turn remoteIcons into a mapStefan Haller