summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2024-06-23Only render visible portion of the screen for commits viewStefan Haller
2024-06-23Simplify ListContextTrait.FocusLineStefan Haller
2024-06-23Bump gocuiStefan Haller
2024-06-23Log memory usage every 10sStefan Haller
2024-06-23Search the model instead of the view in the commits panel (#3642)Stefan Haller
2024-06-23Use model searching in commits (and sub-commits) viewStefan Haller
2024-06-23Assert that the search status view is visibleStefan Haller
2024-06-23Add type assertions for all searchable contextsStefan Haller
2024-06-23Cleanup: remove outdated commentStefan Haller
2024-06-23Fix searching in the divergence (left/right) viewStefan Haller
2024-06-23Cleanup: reduce some code duplicationStefan Haller
2024-06-15Add user config gui.commitAuthorFormat (#3625)Stefan Haller
2024-06-15Add user config gui.commitAuthorFormatanikiforov
2024-06-14Fix reporting of unexpected selections in integration tests (#3662)Stefan Haller
2024-06-14Fix reporting of unexpected selections in integration testsStefan Haller
2024-06-12Show "exec" todos in the list of rebase todos (#3654)Stefan Haller
2024-06-12Suspend lazygit when continuing a rebase with exec todosStefan Haller
2024-06-12Show "exec" todos in the list of rebase todosStefan Haller
2024-06-10Improve "Find base commit for fixup" command when there are changes for maste...Stefan Haller
2024-06-10Disregard master commits when finding base commit for fixupStefan Haller
2024-06-10Don't reference Model().Commits multiple timesStefan Haller
2024-06-10Add test demonstrating the desired behaviorStefan Haller
2024-06-07Support range select for amending commit attributes (#3587)Stefan Haller
2024-06-07feat: support range selection for commit attributes amendAzraelSec
2024-06-07Fix secondary window resize (#3637)Stefan Haller
2024-06-07feat: let the staging secondary panel change view modeAzraelSec
2024-06-07fix: typo in `IsVisible` assertion stringAzraelSec
2024-06-05Include demos when running integration tests on CI (#3640)Stefan Haller
2024-06-05Include demos when running integration tests with go testStefan Haller
2024-06-05Don't wait in integration tests when running in headless modeStefan Haller
2024-06-05Update `rebase_onto` demo test to match new the rebase menu title (#3636)Stefan Haller
2024-06-05fix: update rebase_onto demo test to match new rebase menu titleAzraelSec
2024-06-04Make profiling easier (#3634)Stefan Haller
2024-06-04Add some developer documentation about profilingStefan Haller
2024-06-03Add -profile command line flagStefan Haller
2024-06-03Add command to rebase onto base branch (#3615)Stefan Haller
2024-06-03Add command "Rebase onto base branch" to rebase menuStefan Haller
2024-06-03Remove target branch from title of rebase menuStefan Haller
2024-06-03Always show rebase menu, even when rebasing is not possibleStefan Haller
2024-06-03Make "Rebase" show up with "..." in the keybindings menuStefan Haller
2024-06-03Fix typoStefan Haller
2024-06-03Add command to show divergence from base branch as a left-right log (#3614)Stefan Haller
2024-06-03Add command "View divergence from base branch"Stefan Haller
2024-06-03Divergence from base branch display (#3613)Stefan Haller
2024-06-03Show divergence from base branch in branches listStefan Haller
2024-06-03Remove ColoredBranchStatus and branchStatusColorStefan Haller
2024-06-03Add GetBaseBranch functionStefan Haller
2024-06-03Make GetMergeBase a method of ExistingMainBranchesStefan Haller
2024-06-03Factor out CommitLoader.mainBranches into its own class, and store it in ModelStefan Haller
2024-06-03Remove the cache invalidation logic from getMergeBaseStefan Haller