summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2023-04-30Merge pull request #2390 from seand52/revamp-commit-messageJesse 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-29Fix activation of initial contextStefan Haller
2023-04-29refactor moveFixupCommitDownJesse Duffield
2023-04-29Make RebaseCommands.AmendTo more robustStefan Haller
2023-04-29Refactor to tighten interface to lazygit daemonJesse Duffield
2023-04-29Refactor: simplify PrepareInteractiveRebaseCommand APIStefan Haller
2023-04-29Implement moving commits up/down in terms of daemonStefan Haller
2023-04-29Implement "move patch to selected commit" in terms of daemonStefan Haller
2023-04-29Implement squash, fixup, drop, and reword in terms of daemonStefan Haller
2023-04-29Extract EditRebaseTodo into a function in utils.rebaseTodoStefan Haller
2023-04-29Implement "edit commit" in terms of the new EditRebase functionStefan Haller
2023-04-29Use --rebase-merges for interactive rebaseStefan Haller
2023-04-29Put gitCommon.version back in deps_test.goStefan Haller
2023-04-29Bump github.com/fsmiamoto/git-todo-parser to latest versionStefan Haller
2023-04-29Merge pull request #2578 from jesseduffield/enforce-lowercase-filenamesJesse Duffield
2023-04-29enforce lowercase filenamesJesse Duffield