summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-10-11Bump golang.org/x/net from 0.7.0 to 0.17.0dependabot/go_modules/golang.org/x/net-0.17.0dependabot[bot]
2023-10-10Re-apply filter when model changes (#3058)Stefan Haller
2023-10-10When refreshing models, re-apply active filter for the corresponding viewStefan Haller
2023-10-10Fix crash when trying to filter the list of remotes (#3059)Stefan Haller
2023-10-10Fix crash when trying to filter the list of remotesStefan Haller
2023-10-10Show sync status in branches list (#3021)Stefan Haller
2023-10-10Add disabled compat for user config (#2833) (#3060)Jesse Duffield
2023-10-10Update wording in disable keybindings testKarim Khaleel
2023-10-09Add disabled compat for user config (#2833)Karim Khaleel
2023-10-08Avoid rendering branches view twice when refreshingStefan Haller
2023-10-08Remove sync mutexStefan Haller
2023-10-08Disallow pulling/pushing a branch while the branch is pushed or pulledStefan Haller
2023-10-08Disallow checking out another branch while the current one is being pulledStefan Haller
2023-10-08Add inline status for pushing tags and deleting remote tagsStefan Haller
2023-10-08Add inline status for pushing/pulling/fast-forwarding branchesStefan Haller
2023-10-08Add WithInlineStatus helper functionStefan Haller
2023-10-08Add GetItemOperation/SetItemOperation/ClearItemOperation to IStateAccessorStefan Haller
2023-10-08Don't report errors from within a WithWaitingStatusStefan Haller
2023-10-04Updated README.mdREADME-bot
2023-10-05Remove redundant `len` check (#3051)Jesse Duffield
2023-10-04Remove redundant `len` checkEng Zer Jun
2023-10-03Updated README.mdREADME-bot
2023-10-03Add Micro editor preset (#3049)Stefan Haller
2023-10-03Add Micro editor presetNikita Karamov
2023-10-03Updated README.mdREADME-bot
2023-10-03Band-aid fix for submodule/reset.go test failure (#3047)Stefan Haller
2023-10-03Band-aid fix for submodule/reset.go test failureStefan Haller
2023-10-01Updated README.mdREADME-bot
2023-10-01Add ability to force portrait mode (#3037)Stefan Haller
2023-09-30Add ability to force portrait modeLouis DeLosSantos
2023-09-30Update PR template to use go generate command (#3041)Jesse Duffield
2023-09-30add gofumpt to workspace settingsJesse Duffield
2023-09-30Update PR template to use go generate commandJesse Duffield
2023-09-30Add comments in user config struct (#3040)Jesse Duffield
2023-09-30Ignore deprecation checks in linterJesse Duffield
2023-09-30Add comments in user config structJesse Duffield
2023-09-30Change Makefile to build non-optimized (#3028)Stefan Haller
2023-09-30Change Makefile to build non-optimizedStefan Haller
2023-09-30Updated README.mdREADME-bot
2023-09-30Use go:generate for cheatsheet (#3035)Stefan Haller
2023-09-29Make test_list_generator.go print what it's doingStefan Haller
2023-09-29Use go:generate for generating cheatsheetsStefan Haller
2023-09-29Generalize the CI check for the test list to all auto-generated filesStefan Haller
2023-09-28Updated README.mdREADME-bot
2023-09-28Improve debugging of integration tests (#3029)Stefan Haller
2023-09-28Disable deadlock reporting when debugging an integration testStefan Haller
2023-09-28Disable the 40-second timeout for integration tests when debuggingStefan Haller
2023-09-28Use constant for WAIT_FOR_DEBUGGER env varStefan Haller
2023-09-28Build lazygit without optimizations and inlining when debuggingStefan Haller
2023-09-26Respect $GIT_WORK_TREE and $GIT_DIR env vars (fix #3010). (#3024)Jesse Duffield