summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-05-03Include "nvim" in supported edit presetsChristian Rackerseder
2023-05-03Merge pull request #2585 from stefanhaller/only-use-empty-arg-when-availablev0.38.2Jesse Duffield
2023-05-03Merge pull request #2588 from jesseduffield/update-open-docsJesse Duffield
2023-05-03update open docsJesse Duffield
2023-05-02Add own version for test move_to_earlier_commit for older git versionsStefan Haller
2023-05-02Rename From to AtLeastStefan Haller
2023-05-02chore(git_commands): support old git version (`git rebase --empty=keep`)Ryooooooga
2023-05-02merge master into refactor-better-encapsulationJesse Duffield
2023-05-02Updated README.mdv0.38.1README-bot
2023-05-02Merge pull request #2582 from stefanhaller/config-for-showing-branch-headsJesse Duffield
2023-05-02Add config gui.experimentalShowBranchHeadsStefan Haller
2023-05-01Merge pull request #2551 from stefanhaller/fix-initial-context-activationv0.38.0Jesse Duffield
2023-05-01Merge pull request #2552 from stefanhaller/support-stacked-branchesJesse Duffield
2023-04-30Merge branch 'refactor-better-encapsulation' into test-refactorJesse Duffield
2023-04-30Refresh staging panel when committingJesse Duffield
2023-04-30Retain commit message when cycling historyJesse Duffield
2023-04-30Split commit message panel into commit summary and commit description panelSean
2023-04-30ensure initial context is set when entering submoduleJesse Duffield
2023-04-30remove log call because it clutters test outputJesse Duffield
2023-04-30update cheatsheetsJesse Duffield
2023-04-30fix rendering of commit files viewJesse Duffield
2023-04-30appease linterJesse Duffield
2023-04-30remove unused fileJesse Duffield
2023-04-30move side window actions to controllers packageJesse Duffield
2023-04-30move toggle whitespace action to controllers packageJesse Duffield
2023-04-30update integration test for toggling whitespaceJesse Duffield
2023-04-30move quit actions to controllerJesse Duffield
2023-04-30fix reflog text colour by defaulting every view to the same foreground colourJesse Duffield
2023-04-30remove unused fileJesse Duffield
2023-04-30move some methodsJesse Duffield
2023-04-30move diffing menu action to controllerJesse Duffield
2023-04-30move filtering menu action to controllerJesse Duffield
2023-04-30move another action into controllerJesse Duffield
2023-04-30move more actions into controllerJesse Duffield
2023-04-30move custom patch options menu action to controllers packageJesse Duffield
2023-04-30move custom command action into its own fileJesse Duffield
2023-04-30move window arrangement helperJesse Duffield
2023-04-30lots of changesJesse Duffield
2023-04-30standardise controller helper methodsJesse Duffield
2023-04-30standardise helper argsJesse Duffield
2023-04-30split context common from helper commonJesse Duffield
2023-04-30move getDisplayStrings funcs into contextsJesse Duffield
2023-04-30refactor cherry pick code to move state access out of helperJesse Duffield
2023-04-30start moving getDisplayStrings funcs into contextsJesse Duffield
2023-04-30move getModel functions into contextsJesse Duffield
2023-04-30move views into contextsJesse Duffield
2023-04-30remove context callback optsJesse Duffield
2023-04-30lots more refactoringJesse Duffield
2023-04-30Begin refactoring guiJesse Duffield
2023-04-30Updated README.mdREADME-bot