summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2024-05-19Remove hint about Config.md from PR templateadapt-pr-templateStefan Haller
2024-05-19Add default lazygit config generation in Config.md from JSON schema (#3565)Stefan Haller
2024-05-19Make Keybindings definition in UserConfig struct lastKarim Khaleel
2024-05-19Add default lazygit config generator for Config.md from JSON schemaKarim Khaleel
2024-05-19Set default value for WindowSize config to pass validationKarim Khaleel
2024-05-19Remove unnecesary schema validations in user configKarim Khaleel
2024-05-19Correctly request force-pushing in a triangular workflow (#3528)v0.42.0Stefan Haller
2024-05-19Correctly request force-pushing in triangular workflowsStefan Haller
2024-05-19Add ahead/behind information for @{push}Stefan Haller
2024-05-19Rename Pushables/Pullables to AheadForPull/BehindForPullStefan Haller
2024-05-19Add test demonstrating the problem with force-pushing in a triangular workflowStefan Haller
2024-05-19Rename PushBranch to PushBranchAndSetUpstreamStefan Haller
2024-05-19Create shims for all model classes in SessionStateLoaderStefan Haller
2024-05-19Bump go version to 1.22 (#3574)Jesse Duffield
2024-05-19Remove redundant variable dedeclarationsJesse Duffield
2024-05-19Bump go version to 1.22Jesse Duffield
2024-05-19README.md: Update Sponsors (#3503)Jesse Duffield
2024-05-19README.md: Update Sponsorsgithub-actions[bot]
2024-05-19Delete and edit custom commands history items (#3534)Stefan Haller
2024-05-19Show delete/edit keybindings in suggestions subtitle if availableStefan Haller
2024-05-19Allow editing a custom command from the suggestions list by pressing 'e'Stefan Haller
2024-05-19Support deleting items from the custom commands historyStefan Haller
2024-05-19Improve `nvim-remote` mode (#3508)Jesse Duffield
2024-05-19improve `nvim-remote` modeCharlie Moog
2024-05-19Attempt #2 at preventing codacy coverage step from running on forks (#3572)Jesse Duffield
2024-05-19Attempt #2 at preventing codacy coverage step from running on forksJesse Duffield
2024-05-19Only run code coverage report on non-fork branches (#3571)Jesse Duffield
2024-05-19Only run code coverage report on non-fork branchesJesse Duffield
2024-05-18Fix Stashing partial files for git version >= 2.35.0 (#3569)Stefan Haller
2024-05-18Fix stashing partialy staged files for git version >= 2.35.0dsolerhww
2024-05-15Fix loading commits with very long subjects (#3533)Stefan Haller
2024-05-15Use ScanLinesAndTruncateWhenLongerThanBuffer instead of bufio.ScanLinesStefan Haller
2024-05-15Put subject last in git log's prettyFormatStefan Haller
2024-05-15Implement ScanLinesAndTruncateWhenLongerThanBufferStefan Haller
2024-05-15Handle scanner error in RunAndProcessLinesStefan Haller
2024-05-15Fix clicking in status side panel (#3547)Stefan Haller
2024-05-15Add tests for clicking in status side panelStefan Haller
2024-05-15Fix clicking in status side panelStefan Haller
2024-05-15Fix deadlock reporting (#3550)Stefan Haller
2024-05-05Fix deadlock reportingfix-deadlock-reportingStefan Haller
2024-05-01Add commitPrefix for defining a prefix for any project (#3291)Stefan Haller
2024-05-01Add commitPrefix for defining a prefix for any projectJonathan Duck
2024-04-30Enable the commit graph in the divergence view (#3537)Stefan Haller
2024-04-30Enable the commit graph in the divergence viewStefan Haller
2024-04-28chore: fix some comments and typos (#3535)Stefan Haller
2024-04-28chore: fix some comments and typosknowmost
2024-04-28Add config options for length of commit hash displayed in commits view (#3505)Stefan Haller
2024-04-27Refactor `pkg/gui/presentation/commits.go` slightly to be consistentStefan Haller
2024-04-27Add config option for length of commit hash displayed in commits viewOlivia Bahr
2024-04-25Support externalDiffCommand in diffing mode (#3519)Stefan Haller