summaryrefslogtreecommitdiffstats
path: root/pkg
AgeCommit message (Expand)Author
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-24feat: add a menu to rebase current branch to a target branch upstreamAzraelSec
2023-09-22chore: rename branch upstream view options methodAzraelSec
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-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-20Add history for search view (#2877)Jesse Duffield
2023-09-20Add search historyKarim Khaleel
2023-09-18Allow cherry-picking commits during a rebaseStefan Haller
2023-09-18Add StatusCommands.IsInNormalRebase and IsInInteractiveRebaseStefan 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-18Use UpstreamBranch for opening pull requestsLuka Markušić
2023-09-15Rename test/results to test/_resultsStefan Haller
2023-09-12fix: use `Error` method to handle the commit url copy from unknown serviceAzraelSec
2023-09-11Provide a simple way to debug an integration testStefan Haller
2023-09-10Change the default of the "gui.borders" config to "rounded" (#2998)Jesse Duffield
2023-09-09Add coauthor (#2)Orlando Maussa
2023-09-09Change the default of the "gui.borders" config to "rounded"Stefan Haller
2023-09-09feat: add jump-to-panel label settingMaria José Solano
2023-09-09Replace whitespace with '-' when renaming a branch (#2990)Jesse Duffield
2023-09-06feat: add a menu to reset current branch to a target branch upstreamAzraelSec
2023-09-06chore: rename "Set/Unset upstream" menu to "Upstream Options"AzraelSec
2023-09-05Replace whitespace with '-' when renaming a branchCal Courtney
2023-09-05Move diff context size from UserConfig to AppStateStefan Haller
2023-09-04Load defaults for AppState before reading from yamlStefan Haller
2023-09-04Extract a SaveAppStateAndLogError functionStefan Haller
2023-09-04Don't pass ignoreWhitespace to git commandsStefan Haller
2023-09-04Add AppState to common.CommonStefan Haller
2023-09-04Add support for external diff commands (e.g. difftastic)Stefan Haller
2023-09-04Add explicit --no-ext-diff arg to CommitCommands.ShowCmdObjStefan Haller
2023-09-01Improve prompts when amending commitsStefan Haller
2023-08-30Fix escape not cancelling filter mode, but closing the menu insteadStefan Haller
2023-08-30Don't show toasts when running integration testsStefan Haller
2023-08-29Ensure committable files for "amend to" and "create fixup commit"Stefan Haller
2023-08-29Extract a WithEnsureCommitableFiles functionStefan Haller
2023-08-29Add integration test for the new divergence logStefan Haller
2023-08-29Add DoesNotContainAnyOf matcherStefan Haller