summaryrefslogtreecommitdiffstats
path: root/pkg/gui/controllers/helpers
AgeCommit message (Expand)Author
2024-06-23Add prompt to the remote branch checkout menuStefan Haller
2024-06-23Add menu promptStefan Haller
2024-06-23Extract function wrapMessageToWidthStefan Haller
2024-06-23Use model searching in commits (and sub-commits) viewStefan Haller
2024-06-12Suspend lazygit when continuing a rebase with exec todosStefan 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-07feat: let the staging secondary panel change view modeAzraelSec
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-03Add command "View divergence from base branch"Stefan Haller
2024-06-03Show divergence from base branch in branches listStefan Haller
2024-06-03Factor out CommitLoader.mainBranches into its own class, and store it in ModelStefan 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 `expandedSidePanelWeight`Stefan Haller
2024-06-01Add test for ExpandFocusedSidePanel configStefan Haller
2024-05-29Refresh branches and reflog independently when sorting branches by dateStefan Haller
2024-05-26Fix calculation of tooltip heightStefan Haller
2024-05-19Show delete/edit keybindings in suggestions subtitle if availableStefan Haller
2024-05-19Allow editing a custom command from the suggestions list by pressing 'e'Stefan Haller
2024-05-19Support deleting items from the custom commands historyStefan Haller
2024-05-01Add commitPrefix for defining a prefix for any projectJonathan Duck
2024-04-18Remove ErrorMsgStefan Haller
2024-04-18Return error from RefreshOptions.ThenStefan Haller
2024-04-18Log errors from refresh instead of showing them in a panelStefan Haller
2024-04-18Make OnWorker callback return an errorStefan Haller
2024-04-18Clean up error handling of WithWaitingStatus and WithWaitingStatusSyncStefan Haller
2024-04-18Remove calls to Error()Stefan Haller
2024-04-12rename sha to hash 8, update some log and commentpikomonde
2024-04-12rename sha to hash 6, update short hashpikomonde
2024-04-12rename sha to hash 5pikomonde
2024-04-12rename sha to hash 3pikomonde
2024-04-12rename sha to hash 2pikomonde
2024-04-12rename sha to hashpikomonde
2024-04-12renaming variable to CommitHashpikomonde
2024-04-12standardize 'Commit Sha' to 'Commit Hash'pikomonde
2024-04-06Add `SpinnerConfig`Artem Belyakov
2024-03-29Underline links in confirmation panelsStefan Haller
2024-03-28Keep the same commit selected when exiting filtering modeStefan Haller
2024-03-23Fix inline status removal when recording demosStefan Haller
2024-03-22Support editing multiple files at once using range selectionStefan Haller
2024-03-18Fix disabling the switch-to-editor menu item if unavailableStefan Haller
2024-03-17Rename FuzzySearchFunc to FilterFuncStefan Haller
2024-03-17Rename FuzzySearch to FilterStringsStefan Haller