summaryrefslogtreecommitdiffstats
path: root/pkg
AgeCommit message (Expand)Author
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-01show commits against branchesJesse Duffield
2023-06-01Set defaults colours to 'default', not 'white'Jesse Duffield
2023-06-01Merge pull request #2695 from jesseduffield/fix-time-ago-functionJesse Duffield
2023-06-01Merge pull request #2694 from stefanhaller/conflict-handling-menuStefan Haller
2023-06-01Show menu instead of prompt when there are conflicts in a rebase or mergeStefan Haller
2023-06-01update seconds ago function and add testsJesse Duffield
2023-06-01Add --all to "git fetch" command when not fetching a specific remoteStefan Haller
2023-05-31Add tests for FetchStefan Haller
2023-05-31Extract a FetchCmdObj function so that we can test itStefan Haller
2023-05-31Remove unused fetch options RemoteName and BranchNameStefan Haller
2023-05-31Merge pull request #2688 from tzengyuxio/masterJesse Duffield
2023-05-30Merge pull request #2508 from Ryooooooga/remove-jesseduffield-yamlJesse Duffield
2023-05-30Add Traditional Chinese supportTzeng Yuxio
2023-05-29Support using command output directly in menuFromCommand custom command promptJesse Duffield
2023-05-29Support suggestions generated from command in custom commandsJesse Duffield
2023-05-29Add suggestionsPreset to custom commands systemJesse Duffield
2023-05-26More compact and flexible date formatJesse Duffield
2023-05-26Merge pull request #2672 from jesseduffield/sentence-caseJesse Duffield
2023-05-26Merge pull request #2670 from jesseduffield/better-list-context-traitJesse Duffield
2023-05-26Clean up helix editor presetJesse Duffield
2023-05-25Use sentence case everywhereJesse Duffield
2023-05-25Merge pull request #2668 from dvic/add-helix-supportJesse Duffield
2023-05-25Allow global logging when developingJesse Duffield
2023-05-25Use boolean field to control whether viewport is refreshed on line focusJesse Duffield
2023-05-24Add helix editor presetdvic
2023-05-23Merge pull request #2656 from mazharz/gitlab-merge-request-urlJesse Duffield
2023-05-23Fix discard logicJesse Duffield
2023-05-23Construct arg vector manually rather than parse stringJesse Duffield
2023-05-23Merge pull request #2661 from jesseduffield/cache-binary-pathsJesse Duffield
2023-05-23Cache binary pathsJesse Duffield
2023-05-22Update gitlab commit URL to match new routingMazhar Zandsalimi
2023-05-21Update gitlab merge request URL to match new routingMazhar Zandsalimi
2023-05-21Merge pull request #2644 from stefanhaller/remove-empty=keep-option-when-reba...Stefan Haller
2023-05-21Right-align key labels in menuJesse Duffield
2023-05-21Update cheatsheetJesse Duffield
2023-05-21Apply strikethrough style to reserved keybindings in menusJesse Duffield
2023-05-21Stop displaying navigation keybinding at bottom of screenJesse Duffield
2023-05-21Use same labels for keys that we use in the configJesse Duffield
2023-05-21Support strikethrough text styleJesse Duffield
2023-05-20Don't keep commits that become empty during a rebaseStefan Haller
2023-05-20Show correct keybinding in tipJesse Duffield
2023-05-20Refactor interface for ApplyPatchJesse Duffield
2023-05-20Add convenience builder for git commandsJesse Duffield
2023-05-20Increase test coverageJesse Duffield
2023-05-20Remove the toast when toggling "ignore whitespace"Stefan Haller
2023-05-20Visualize the "ignore whitespace" state in the subtitle of the diff viewStefan Haller
2023-05-20Don't toggle "ignore whitespace" in the staging and patch building panelsStefan Haller