summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2024-06-03More explicit test of status panel contentStefan Haller
2024-06-02(#3618) Fix pushing a branch to remote with a different name causing error (#...Stefan Haller
2024-06-02Add HEAD: when referencing upstream branchJordan
2024-06-01Improve the "Find base commit for fixup" command (#3602)Stefan Haller
2024-06-01Update user docStefan Haller
2024-06-01Add design document for "Find base commit for fixup"Stefan Haller
2024-06-01Make "Find base commit for fixup" work with hunks with only added linesStefan Haller
2024-06-01Extract a function findCommitStefan Haller
2024-06-01Return errors from blameDeletedLines instead of just logging themStefan Haller
2024-06-01Also return hunks with only added lines from parseDiffStefan Haller
2024-06-01Make parseDiff a non-member function so that we can test it more easilyStefan Haller
2024-06-01Rename deletedLineInfo to hunkStefan Haller
2024-06-01Add user config `gui.expandedSidePanelWeight` (#3623)Stefan Haller
2024-06-01Add user config `expandedSidePanelWeight`Stefan Haller
2024-06-01Add test for ExpandFocusedSidePanel configStefan Haller
2024-06-01Fix pushing to branch when upstream not stored locally (#3619)Stefan Haller
2024-06-01Add integration test for pushing when the remote is not stored locallyStefan Haller
2024-06-01Use --force instead of --force-with-lease when remote is not stored locallyStefan Haller
2024-06-01Rename Force to ForceWithLeaseStefan Haller
2024-06-01Ask to force push if server rejected the update, if remote not stored locallyStefan Haller
2024-06-01Don't force-push if the remote branch is not stored locallyStefan Haller
2024-05-31Fix boolean config keys not appearing in the generated Config.md (#3622)Stefan Haller
2024-05-31Fix boolean config keys not appearing in the generated Config.mdStefan Haller
2024-05-31Remove an outdated commentStefan Haller