summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2022-01-07rename variable to failedCommitMessageJakob Kogler
2022-01-07test remembering the commit message for a failing commitJakob Kogler
2022-01-07don't ignore error when commit with subprocess failsJakob Kogler
If signing by GPG is enabled, the git commit command will be executed in a subprocess, differently from when it is executed without GPG signing. In case of an error, e.g. a failing pre-commit hook, the error needs to be passed along, and not just ignored.
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-07simplify fetchJesse Duffield
2022-01-07fix some thingsJesse Duffield
2022-01-07refactorJesse Duffield
2022-01-07privatise some fieldsJesse Duffield
2022-01-07simplify how we log commandsJesse Duffield
2022-01-04move lint into ci yamlJesse Duffield
2022-01-04add cheatsheet check scriptJesse Duffield
2022-01-04make it clear that keybinding cheat sheets are auto-generatedJesse Duffield
2022-01-04update testsJesse Duffield
2022-01-04appease golangci-lintJesse Duffield
2022-01-04small changeJesse Duffield
2022-01-04small copy changesJesse Duffield
2022-01-04fix broken format callJesse Duffield
2022-01-04do dependency injection up front and in one placeJesse Duffield
2022-01-04no more mocking commandJesse Duffield
2022-01-04WIPJesse Duffield
2022-01-04more test refactoringJesse Duffield
2022-01-04refactor sync testJesse Duffield
2022-01-04refactor files_test.goJesse Duffield
2022-01-04stash and tags loadersJesse Duffield
2022-01-04move remotes loader into loaders packageJesse Duffield
2022-01-04move reflog commit loader into loaders packageJesse Duffield
2022-01-04WIPJesse Duffield
2022-01-04WIPJesse Duffield
2022-01-04more refactoringJesse Duffield
2022-01-04WIPJesse Duffield
2022-01-04updating specsJesse Duffield
2022-01-04better typing for rebase modeJesse Duffield
2022-01-04fix loggingJesse Duffield
2022-01-04refactorJesse Duffield
2022-01-04WIPJesse Duffield
2022-01-04refactoring the config structJesse Duffield
2022-01-04align Gui struct with GitCommandJesse Duffield
2022-01-04no more config in git command structJesse Duffield
2022-01-04introduce Common struct for passing around common stuffJesse Duffield
2022-01-04WIPJesse Duffield
2022-01-03fix integration testJesse Duffield
2021-12-29refactor to rename pull_request to hosting_service and apply SRPJesse Duffield
2021-12-29allow opening a commit in the browserJesse Duffield
2021-12-28use custom handler only for branch commits contextFrancisco Miamoto
2021-12-28add binding to go to bottom on listsFrancisco Miamoto
Related to #1584
2021-12-26fix pushTag test by adding extra enterFrancisco Miamoto
2021-12-26set tag index directlyFrancisco Miamoto
We can do this since they are already sorted by date created.
2021-12-26fix tags integration testsFrancisco Miamoto
2021-12-26add annotated tag integration testFrancisco Miamoto
2021-12-26update docs on integration testsFrancisco Miamoto
The instructions provided were not working as expected.