summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2024-06-01Show divergence from base branch in branches listdivergence-from-base-branch-displayStefan Haller
2024-06-01Remove ColoredBranchStatus and branchStatusColorStefan Haller
2024-06-01Add GetBaseBranch functionStefan Haller
2024-06-01Make GetMergeBase a method of ExistingMainBranchesStefan Haller
2024-06-01Factor out CommitLoader.mainBranches into its own class, and store it in ModelStefan Haller
2024-06-01Remove the cache invalidation logic from getMergeBaseStefan Haller
2024-06-01More explicit test of status panel contentStefan Haller
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
2024-05-29Improve branch and reflog loading when sorting branches by date (#3609)Stefan Haller
2024-05-29Refresh branches and reflog independently when sorting branches by dateStefan Haller
2024-05-29Fix out-of-date commentStefan Haller
2024-05-29Pin golangci version to 1.58 (#3611)Stefan Haller
2024-05-29Pin golangci version to 1.58Stefan Haller
2024-05-27Fix tooltip for fixup command (#3601)Stefan Haller
2024-05-26Fix tooltip of fixup commandfix-tooltip-for-fixupStefan Haller
2024-05-26Fix calculation of tooltip heightStefan Haller
2024-05-26Update readmeJesse Duffield
2024-05-24Delete the TODO comment about enabling `goconst` in the future from `.golangc...Stefan Haller
2024-05-24Delete the TODO comment about enabling `goconst` in the future from `.golangc...kyu08
2024-05-24Add `lint` to make target (#3593)Stefan Haller
2024-05-24Add `lint` to make targetkyu08
2024-05-24Add `copyloopvar` to enabled linters (#3586)Stefan Haller
2024-05-22Add `copyloopvar` to enabled linterskyu08
2024-05-20Add property outputTitle to CustomCommand (#3579)Stefan Haller
2024-05-20Add property outputTitle to CustomCommandStefan Haller
2024-05-20Focus on local commits view after moving code into new commit (#3577)Stefan Haller
2024-05-20feat: focus on local commits view after moving code into new commitAzraelSec
2024-05-20Remove hint about Config.md from PR template (#3578)Stefan Haller
2024-05-20Remove hint about Config.md from PR templateStefan Haller
2024-05-20Update README.mdJesse Duffield