summaryrefslogtreecommitdiffstats
path: root/pkg/gui/commit_message_panel.go
AgeCommit message (Collapse)Author
2022-03-17start moving commit panel handlers into controllerJesse Duffield
more and more move rebase commit refreshing into existing abstraction and more and more WIP and more handling clicks properly fix merge conflicts update cheatsheet lots more preparation to start moving things into controllers WIP better typing expand on remotes controller moving more code into controllers
2022-03-17start refactoring guiJesse Duffield
2022-01-15stop refreshing the screen so muchJesse Duffield
2022-01-09shorten nameJesse Duffield
2022-01-09start removing direct calls to cmd.New from guiJesse Duffield
2022-01-09start breaking up git structJesse Duffield
2022-01-07rename variable to failedCommitMessageJakob Kogler
2022-01-07remember the message if commit failsJakob Kogler
In case a commit fails, e.g. because a pre-commit hook returns an error, lazygit will now remember the commit message and will suggest it during the next commit (e.g. after fixing the error of the pre-commit hook).
2022-01-07refactorJesse Duffield
2022-01-04align Gui struct with GitCommandJesse Duffield
2022-01-04WIPJesse Duffield
2021-12-25implement signoffMark Sagi-Kazar
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
2021-10-30stream output from certain git commands in command log panelJesse Duffield
2021-10-17small fixesJesse Duffield
2021-10-17fix editorJesse Duffield
2021-04-12update keybindingsJesse Duffield
2021-04-11add spans to i18nJesse Duffield
2021-04-11start adding support for logging of commandsJesse Duffield
2021-04-10fix commit amendJesse Duffield
2021-04-08close commit message panel after returning from subprocessJesse Duffield
2021-04-06more refactoringJesse Duffield
2021-04-06testJesse Duffield
type safe view access
2021-04-06use suspense rather than close the gui when switching to a subprocessJesse Duffield
2021-04-06get rid of these positively ghastly method signaturesJesse Duffield
2020-11-28Start on supporting auto-suggestions when checking out a branchJesse Duffield
switch to other fuzzy package with no dependencies
2020-10-13support rebinding confirm/newline keys in editorJesse Duffield
2020-10-10type i18nJesse Duffield
2020-10-10remove viperJesse Duffield
WIP
2020-08-23lots more stuffJesse Duffield
2020-08-23no need to set views on top anymoreJesse Duffield
2020-08-23WIPJesse Duffield
2020-08-15more removing of g and vJesse Duffield
2020-08-15clean up interface for popup panelsJesse Duffield
2020-07-26Add tab keybinding in commit messageAxel Navarro
2020-03-28better error handlingJesse Duffield
2020-03-28more centralised handling of refreshingJesse Duffield
2020-03-09big golangci-lint cleanupJesse Duffield
2019-12-07fix commit message char countJesse Duffield
2019-05-26support going to start/end of line and deleting lines in simple editorJesse Duffield
2019-04-13Add skipHookPrefix to configJesse Duffield
allows a user to specify a commit message prefix that will tell lazygit to skip the pre-commit hook. This defaults to WIP. Setting it to the empty string will disable the feature. So if my message goes 'WIP: do the thing' then the pre-commit hook will not run
2019-03-23retain commit message if precommit hook failsJesse Duffield
2019-02-24Make it easier to run sync/async commands, switch to interactive rebase when ↵Jesse Duffield Duffield
rebasing on branches
2018-12-11Make merge panel its own panelJesse Duffield
2018-12-08fetching branches without checking outJesse Duffield
2018-12-08standardising how list panels deal with cursor movementJesse Duffield
2018-11-30Add full stops to new comments.BlakeMScurr
2018-11-30Add simple comments to uncommented functions.BlakeMScurr
2018-09-25Use confirmation popup for amending last commit.Kristijan Husak
2018-09-25Merge branch 'master' into feature/commit-amendJesse Duffield
2018-09-19fix issues with commit message panel losing focusJesse Duffield