summaryrefslogtreecommitdiffstats
path: root/pkg
AgeCommit message (Expand)Author
6 daysMake Keybindings definition in UserConfig struct lastKarim Khaleel
6 daysAdd default lazygit config generator for Config.md from JSON schemaKarim Khaleel
6 daysSet default value for WindowSize config to pass validationKarim Khaleel
6 daysRemove unnecesary schema validations in user configKarim Khaleel
6 daysCorrectly request force-pushing in triangular workflowsStefan Haller
6 daysAdd ahead/behind information for @{push}Stefan Haller
6 daysRename Pushables/Pullables to AheadForPull/BehindForPullStefan Haller
6 daysAdd test demonstrating the problem with force-pushing in a triangular workflowStefan Haller
6 daysRename PushBranch to PushBranchAndSetUpstreamStefan Haller
6 daysCreate shims for all model classes in SessionStateLoaderStefan Haller
6 daysRemove redundant variable dedeclarationsJesse Duffield
7 daysShow delete/edit keybindings in suggestions subtitle if availableStefan Haller
7 daysAllow editing a custom command from the suggestions list by pressing 'e'Stefan Haller
7 daysSupport deleting items from the custom commands historyStefan Haller
7 daysimprove `nvim-remote` modeCharlie Moog
7 daysFix stashing partialy staged files for git version >= 2.35.0dsolerhww
10 daysUse ScanLinesAndTruncateWhenLongerThanBuffer instead of bufio.ScanLinesStefan Haller
10 daysPut subject last in git log's prettyFormatStefan Haller
10 daysImplement ScanLinesAndTruncateWhenLongerThanBufferStefan Haller
10 daysHandle scanner error in RunAndProcessLinesStefan Haller
10 daysAdd tests for clicking in status side panelStefan Haller
10 daysFix clicking in status side panelStefan Haller
2024-05-05Fix deadlock reportingfix-deadlock-reportingStefan Haller
2024-05-01Add commitPrefix for defining a prefix for any projectJonathan Duck
2024-04-30Enable the commit graph in the divergence viewStefan Haller
2024-04-28chore: fix some comments and typosknowmost
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 external diff command in diffing modeStefan Haller
2024-04-25Use git.paging.colorArg in diffing mode diffStefan Haller
2024-04-25Cleanup: use separate Arg calls for unrelated argumentsStefan Haller
2024-04-24chore: use errors.New to replace fmt.Errorf with no parameters.ChengenH
2024-04-22Drop update-ref commands at the top of the rebase-todo fileStefan Haller
2024-04-22Add tests demonstrating undesired behavior with update-ref todos for copied b...Stefan Haller
2024-04-22Switch git-todo-parser from fsmiamoto original repo to stefanhaller's forkStefan Haller
2024-04-22Fix amend to operation not working with non-HEAD merge commitBrandon
2024-04-20pkg: fix some typosthirdkeyword
2024-04-18Remove ErrorMsgStefan Haller
2024-04-18Rename Error() to ErrorHandler()Stefan Haller
2024-04-18Return error from RefreshOptions.ThenStefan Haller
2024-04-18Log errors from refresh instead of showing them in a panelStefan Haller
2024-04-18Make OnWorker callback return an errorStefan Haller
2024-04-18Clean up error handling of WithWaitingStatus and WithWaitingStatusSyncStefan Haller
2024-04-18Remove calls to Error()Stefan Haller
2024-04-18Set ErrorHandlerStefan Haller
2024-04-18Bump gocuiStefan Haller
2024-04-16Remove PopupHandler index and mutexStefan Haller
2024-04-12Support both Sha and Hash on commits in custom commandsStefan Haller
2024-04-12Add integration test that accesses commit properties in a custom commandStefan Haller
2024-04-12improve korean translationShin-JaeHeon