summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-09-29My commit summarylazygit-crash-courseJesse Duffield
2023-09-25Support passing -race flag to integration tests (#3019)Stefan Haller
2023-09-25Pass MAKECMDGOALS to make integration-test-tuiStefan Haller
2023-09-25Print race detector logs after running a test with -raceStefan Haller
2023-09-25Support -race arg when running integration tests to turn on go's race detectorStefan Haller
2023-09-25Allow passing multiple flags to the cli runnerStefan Haller
2023-09-25Fix minor resource leak in runCmdHeadlessStefan Haller
2023-09-25Fix issue where active search inappropriately changed selected line (#3022)Jesse Duffield
2023-09-25Don't select current search result when showing search statusJesse Duffield
2023-09-25Use upstream branch when opening pull requests (#2693)Jesse Duffield
2023-09-25Updated README.mdREADME-bot
2023-09-25Add menu to rebase onto selected branch remote upstream (#3020)Jesse Duffield
2023-09-24feat: add a menu to rebase current branch to a target branch upstreamAzraelSec
2023-09-22chore: rename branch upstream view options methodAzraelSec
2023-09-20Replace loader panels with waiting status (pull/push/fetch) (#2973)Stefan Haller
2023-09-20Shorten the waiting status for fast-forwarding a branchStefan Haller
2023-09-20Remove unused WithLoaderPanel codeStefan Haller
2023-09-20Use WithWaitingStatus instead of WithLoaderPanel for pull/push/fetchStefan Haller
2023-09-20Add constant for LoaderAnimationIntervalStefan Haller
2023-09-20Remove unused class FakePopupHandlerStefan Haller
2023-09-20Hide waiting status during credentials prompt (#3016)Stefan Haller
2023-09-20Add integration test for deleting a remote branch with credentials promptStefan Haller
2023-09-20When pausing a task during a waiting status, hide the status while pausedStefan Haller
2023-09-20Extract WaitingStatusHandleStefan Haller
2023-09-20Extract StatusManager.addStatus methodStefan Haller
2023-09-20Updated README.mdREADME-bot
2023-09-20Add history for search view (#2877)Jesse Duffield
2023-09-20Add search historyKarim Khaleel
2023-09-19Allow cherry-picking commits during a rebase (#3013)Stefan Haller
2023-09-18Allow cherry-picking commits during a rebaseStefan Haller
2023-09-18Add StatusCommands.IsInNormalRebase and IsInInteractiveRebaseStefan Haller
2023-09-18Add a DisabledReason mechanism for menu items and keybindings (#2992)Stefan Haller
2023-09-18Disabled paste when there are no copied commitsStefan Haller
2023-09-18Use DisabledReason for commits panel commandsStefan Haller
2023-09-18Use DisabledReason for rebasing a branch onto itselfStefan Haller
2023-09-18Add Enabled func to BindingStefan Haller
2023-09-18Use DisabledReason for upstream options itemsStefan Haller
2023-09-18Use DisabledReason when deleting branches is not possibleStefan Haller
2023-09-18Add DisabledReason field to MenuItemStefan Haller
2023-09-18Updated README.mdREADME-bot
2023-09-18Rename `test/results` to `test/_results` (#3012)Stefan Haller
2023-09-18Use UpstreamBranch for opening pull requestsLuka Markušić
2023-09-15Rename test/results to test/_resultsStefan Haller
2023-09-13Updated README.mdREADME-bot
2023-09-13Use `Error` method to handle commits url copy from unknown service (#3007)Jesse Duffield
2023-09-12fix: use `Error` method to handle the commit url copy from unknown serviceAzraelSec
2023-09-11Various debugging improvements (#3000)Stefan Haller
2023-09-11Provide a simple way to debug an integration testStefan Haller
2023-09-10Add debug configuration to attach to a running lazygit processStefan Haller
2023-09-10Change "make run" to do a build and then launch lazygitStefan Haller