mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 23:56:24 -04:00
651 lines
23 KiB
Go
651 lines
23 KiB
Go
// THIS FILE IS AUTO-GENERATED. You can regenerate it by running `go generate ./...` at the root of the lazygit repo.
|
|
|
|
package tests
|
|
|
|
import (
|
|
"github.com/jesseduffield/lazygit/pkg/integration/components"
|
|
"github.com/jesseduffield/lazygit/pkg/integration/tests/bisect"
|
|
"github.com/jesseduffield/lazygit/pkg/integration/tests/branch"
|
|
"github.com/jesseduffield/lazygit/pkg/integration/tests/cherry_pick"
|
|
"github.com/jesseduffield/lazygit/pkg/integration/tests/commit"
|
|
"github.com/jesseduffield/lazygit/pkg/integration/tests/config"
|
|
"github.com/jesseduffield/lazygit/pkg/integration/tests/conflicts"
|
|
"github.com/jesseduffield/lazygit/pkg/integration/tests/custom_commands"
|
|
"github.com/jesseduffield/lazygit/pkg/integration/tests/demo"
|
|
"github.com/jesseduffield/lazygit/pkg/integration/tests/diff"
|
|
"github.com/jesseduffield/lazygit/pkg/integration/tests/file"
|
|
"github.com/jesseduffield/lazygit/pkg/integration/tests/filter_and_search"
|
|
"github.com/jesseduffield/lazygit/pkg/integration/tests/filter_by_author"
|
|
"github.com/jesseduffield/lazygit/pkg/integration/tests/filter_by_path"
|
|
"github.com/jesseduffield/lazygit/pkg/integration/tests/interactive_rebase"
|
|
"github.com/jesseduffield/lazygit/pkg/integration/tests/main_view"
|
|
"github.com/jesseduffield/lazygit/pkg/integration/tests/misc"
|
|
"github.com/jesseduffield/lazygit/pkg/integration/tests/patch_building"
|
|
"github.com/jesseduffield/lazygit/pkg/integration/tests/reflog"
|
|
"github.com/jesseduffield/lazygit/pkg/integration/tests/remote"
|
|
"github.com/jesseduffield/lazygit/pkg/integration/tests/shell_commands"
|
|
"github.com/jesseduffield/lazygit/pkg/integration/tests/stash"
|
|
"github.com/jesseduffield/lazygit/pkg/integration/tests/status"
|
|
"github.com/jesseduffield/lazygit/pkg/integration/tests/submodule"
|
|
"github.com/jesseduffield/lazygit/pkg/integration/tests/sync"
|
|
"github.com/jesseduffield/lazygit/pkg/integration/tests/tag"
|
|
"github.com/jesseduffield/lazygit/pkg/integration/tests/ui"
|
|
"github.com/jesseduffield/lazygit/pkg/integration/tests/undo"
|
|
"github.com/jesseduffield/lazygit/pkg/integration/tests/worktree"
|
|
)
|
|
|
|
var tests = []*components.IntegrationTest{
|
|
bisect.Basic,
|
|
bisect.ChooseTerms,
|
|
bisect.FromOtherBranch,
|
|
bisect.Skip,
|
|
branch.CheckoutAutostash,
|
|
branch.CheckoutByName,
|
|
branch.CheckoutPreviousBranch,
|
|
branch.CreateTag,
|
|
branch.Delete,
|
|
branch.DeleteMultiple,
|
|
branch.DeleteRemoteBranchWhenTagWithSameNameExists,
|
|
branch.DeleteRemoteBranchWithCredentialPrompt,
|
|
branch.DeleteRemoteBranchWithDifferentName,
|
|
branch.DeleteWhileFiltering,
|
|
branch.DetachedHead,
|
|
branch.MergeFastForward,
|
|
branch.MergeNonFastForward,
|
|
branch.MoveCommitsToNewBranchFromBaseBranch,
|
|
branch.MoveCommitsToNewBranchFromMainBranch,
|
|
branch.MoveCommitsToNewBranchKeepStacked,
|
|
branch.NewBranchAutostash,
|
|
branch.NewBranchFromRemoteTrackingDifferentName,
|
|
branch.NewBranchFromRemoteTrackingSameName,
|
|
branch.NewBranchWithPrefix,
|
|
branch.NewBranchWithPrefixUsingRunCommand,
|
|
branch.OpenPullRequestInvalidTargetRemoteName,
|
|
branch.OpenPullRequestNoUpstream,
|
|
branch.OpenPullRequestSelectRemoteAndTargetBranch,
|
|
branch.OpenWithCliArg,
|
|
branch.Rebase,
|
|
branch.RebaseAbortOnConflict,
|
|
branch.RebaseAndDrop,
|
|
branch.RebaseCancelOnConflict,
|
|
branch.RebaseConflictsFixBuildErrors,
|
|
branch.RebaseConflictsFixBuildErrorsWithOutOfDateSubmodule,
|
|
branch.RebaseCopiedBranch,
|
|
branch.RebaseDoesNotAutosquash,
|
|
branch.RebaseFromMarkedBase,
|
|
branch.RebaseOntoBaseBranch,
|
|
branch.RebaseToUpstream,
|
|
branch.Rename,
|
|
branch.Reset,
|
|
branch.ResetToDuplicateNamedTag,
|
|
branch.ResetToDuplicateNamedUpstream,
|
|
branch.ResetToUpstream,
|
|
branch.SelectCommitsOfCurrentBranch,
|
|
branch.SetUpstream,
|
|
branch.ShowDivergenceFromBaseBranch,
|
|
branch.ShowDivergenceFromUpstream,
|
|
branch.ShowDivergenceFromUpstreamNoDivergence,
|
|
branch.SortLocalBranches,
|
|
branch.SortRemoteBranches,
|
|
branch.SquashMerge,
|
|
branch.Suggestions,
|
|
branch.UnsetUpstream,
|
|
cherry_pick.CherryPick,
|
|
cherry_pick.CherryPickCommitThatBecomesEmpty,
|
|
cherry_pick.CherryPickConflicts,
|
|
cherry_pick.CherryPickConflictsEmptyCommitAfterResolving,
|
|
cherry_pick.CherryPickDuringRebase,
|
|
cherry_pick.CherryPickMerge,
|
|
cherry_pick.CherryPickRange,
|
|
cherry_pick.CherryPickRangeAfterPaste,
|
|
commit.AddCoAuthor,
|
|
commit.AddCoAuthorRange,
|
|
commit.AddCoAuthorWhileCommitting,
|
|
commit.Amend,
|
|
commit.AmendWhenThereAreConflictsAndAmend,
|
|
commit.AmendWhenThereAreConflictsAndCancel,
|
|
commit.AmendWhenThereAreConflictsAndContinue,
|
|
commit.AutoWrapMessage,
|
|
commit.Checkout,
|
|
commit.CheckoutFileFromCommit,
|
|
commit.CheckoutFileFromRangeSelectionOfCommits,
|
|
commit.CheckoutFileWithLocalModifications,
|
|
commit.Commit,
|
|
commit.CommitMultiline,
|
|
commit.CommitSkipHooks,
|
|
commit.CommitSwitchToEditor,
|
|
commit.CommitSwitchToEditorSkipHooks,
|
|
commit.CommitWipWithPrefix,
|
|
commit.CommitWithFallthroughPrefix,
|
|
commit.CommitWithGlobalPrefix,
|
|
commit.CommitWithNonMatchingBranchName,
|
|
commit.CommitWithPrefix,
|
|
commit.CopyAuthorToClipboard,
|
|
commit.CopyMessageBodyToClipboard,
|
|
commit.CopyTagToClipboard,
|
|
commit.CreateAmendCommit,
|
|
commit.CreateFixupCommitInBranchStack,
|
|
commit.CreateTag,
|
|
commit.DirectoryDiffWithRenamedFiles,
|
|
commit.DisableCopyCommitMessageBody,
|
|
commit.DiscardOldFileChanges,
|
|
commit.DiscardRenamedFile,
|
|
commit.DiscardSubmoduleChanges,
|
|
commit.DoNotShowBranchMarkerForHeadCommit,
|
|
commit.FailHooksThenCommitNoHooks,
|
|
commit.FindBaseCommitForFixup,
|
|
commit.FindBaseCommitForFixupDisregardFixupsForSameBaseCommit,
|
|
commit.FindBaseCommitForFixupDisregardMainBranch,
|
|
commit.FindBaseCommitForFixupOnlyAddedLines,
|
|
commit.FindBaseCommitForFixupWarningForAddedLines,
|
|
commit.Highlight,
|
|
commit.History,
|
|
commit.HistoryComplex,
|
|
commit.KeepClickedCommitSelectedAfterFocusIn,
|
|
commit.KeepSelectedCommitAfterExternalCommit,
|
|
commit.NewBranch,
|
|
commit.PasteCommitMessage,
|
|
commit.PasteCommitMessageOverExisting,
|
|
commit.PreserveCommitMessage,
|
|
commit.PreserveCommitMessageWhitespace,
|
|
commit.ResetAuthor,
|
|
commit.ResetAuthorRange,
|
|
commit.Revert,
|
|
commit.RevertMerge,
|
|
commit.RevertWithConflictMultipleCommits,
|
|
commit.RevertWithConflictSingleCommit,
|
|
commit.Reword,
|
|
commit.Search,
|
|
commit.SetAuthor,
|
|
commit.SetAuthorRange,
|
|
commit.ShowAmendCommitMessageDiff,
|
|
commit.ShowAmendCommitMessageDiffWithRenderer,
|
|
commit.StageRangeOfLines,
|
|
commit.Staged,
|
|
commit.StagedWithoutHooks,
|
|
commit.Unstaged,
|
|
config.CustomCommandsInPerRepoConfig,
|
|
config.NegativeRefspec,
|
|
config.RemoteNamedStar,
|
|
config.SidePanelsInPerRepoConfig,
|
|
conflicts.ConflictMarkerSizeNotAutoStaged,
|
|
conflicts.ConflictMarkerSizeResolve,
|
|
conflicts.ContinuePromptDismissedWhenResolvedExternally,
|
|
conflicts.Filter,
|
|
conflicts.MergeFileBoth,
|
|
conflicts.MergeFileCurrent,
|
|
conflicts.MergeFileIncoming,
|
|
conflicts.PickBothHunksDiff3,
|
|
conflicts.ResolveExternally,
|
|
conflicts.ResolveExternallyStartedMergeNoPrompt,
|
|
conflicts.ResolveMultipleFiles,
|
|
conflicts.ResolveNoAutoStage,
|
|
conflicts.ResolveNonTextualConflicts,
|
|
conflicts.ResolveWithoutTrailingLf,
|
|
conflicts.SpaceOnNonTextualConflict,
|
|
conflicts.UndoChooseHunk,
|
|
custom_commands.AccessCommitProperties,
|
|
custom_commands.BasicCommand,
|
|
custom_commands.CheckForConflicts,
|
|
custom_commands.ConditionalPromptFalseString,
|
|
custom_commands.ConditionalPromptFalseValue,
|
|
custom_commands.ConditionalPrompts,
|
|
custom_commands.CustomCommandsSubmenu,
|
|
custom_commands.CustomCommandsSubmenuWithSpecialKeybindings,
|
|
custom_commands.FormPrompts,
|
|
custom_commands.GlobalContext,
|
|
custom_commands.MenuFromCommand,
|
|
custom_commands.MenuFromCommandsOutput,
|
|
custom_commands.MenuPromptWithKeys,
|
|
custom_commands.MultipleContexts,
|
|
custom_commands.MultiplePrompts,
|
|
custom_commands.RunCommand,
|
|
custom_commands.SelectedCommit,
|
|
custom_commands.SelectedCommitRange,
|
|
custom_commands.SelectedPath,
|
|
custom_commands.SelectedSubmodule,
|
|
custom_commands.ShowOutputInPanel,
|
|
custom_commands.SuggestionsCommand,
|
|
custom_commands.SuggestionsPreset,
|
|
demo.AmendOldCommit,
|
|
demo.Bisect,
|
|
demo.CherryPick,
|
|
demo.CommitAndPush,
|
|
demo.CommitGraph,
|
|
demo.CustomCommand,
|
|
demo.CustomPatch,
|
|
demo.DiffCommits,
|
|
demo.Filter,
|
|
demo.InteractiveRebase,
|
|
demo.NukeWorkingTree,
|
|
demo.RebaseOnto,
|
|
demo.StageLines,
|
|
demo.Undo,
|
|
demo.WorktreeCreateFromBranches,
|
|
diff.CopyToClipboard,
|
|
diff.CycleDiffRenderers,
|
|
diff.Diff,
|
|
diff.DiffAndApplyPatch,
|
|
diff.DiffCommits,
|
|
diff.DiffNonStickyRange,
|
|
diff.DiffRendererMetadata,
|
|
diff.IgnoreWhitespace,
|
|
diff.RenameSimilarityThresholdChange,
|
|
file.ClickArrowToCollapse,
|
|
file.CollapseExpand,
|
|
file.CopyMenu,
|
|
file.DirWithUntrackedFile,
|
|
file.DirectoryDiffWithRenamedFiles,
|
|
file.DiscardAllDirChanges,
|
|
file.DiscardAllDirChangesWhenFiltering,
|
|
file.DiscardRangeSelect,
|
|
file.DiscardStagedChanges,
|
|
file.DiscardUnstagedDirChanges,
|
|
file.DiscardUnstagedDirChangesWhenFiltering,
|
|
file.DiscardUnstagedFileChanges,
|
|
file.DiscardUnstagedRangeSelect,
|
|
file.DiscardVariousChanges,
|
|
file.DiscardVariousChangesRangeSelect,
|
|
file.ExcludeWithoutInfoDir,
|
|
file.Gitignore,
|
|
file.GitignoreSpecialCharacters,
|
|
file.PaneShownAgainStartsAtTheTop,
|
|
file.PaneTakingOverStartsAtTheTop,
|
|
file.RememberCommitMessageAfterFail,
|
|
file.RenameSimilarityThresholdChange,
|
|
file.RenamedFiles,
|
|
file.RenamedFilesNoRootItem,
|
|
file.StageAllWithoutChangedFiles,
|
|
file.StageChildrenRangeSelect,
|
|
file.StageDeletedRangeSelect,
|
|
file.StageRangeSelect,
|
|
file.StagedChangesInLowerPane,
|
|
filter_and_search.FilterByFileStatus,
|
|
filter_and_search.FilterCommitFiles,
|
|
filter_and_search.FilterCommitFilesToggleDirectory,
|
|
filter_and_search.FilterFiles,
|
|
filter_and_search.FilterFilesStageAll,
|
|
filter_and_search.FilterFilesStageDirectory,
|
|
filter_and_search.FilterFuzzy,
|
|
filter_and_search.FilterMenu,
|
|
filter_and_search.FilterMenuAsYouType,
|
|
filter_and_search.FilterMenuByKeybinding,
|
|
filter_and_search.FilterMenuCancelFilterWithEscape,
|
|
filter_and_search.FilterMenuKeyHandling,
|
|
filter_and_search.FilterMenuWithNoKeybindings,
|
|
filter_and_search.FilterMenuWithPrintableKeybindings,
|
|
filter_and_search.FilterPreservesSelectionOnModelChange,
|
|
filter_and_search.FilterRemoteBranches,
|
|
filter_and_search.FilterRemotes,
|
|
filter_and_search.FilterSearchHistory,
|
|
filter_and_search.FilterUpdatesWhenModelChanges,
|
|
filter_and_search.FilterWorktrees,
|
|
filter_and_search.NestedFilter,
|
|
filter_and_search.NestedFilterTransient,
|
|
filter_and_search.NewSearch,
|
|
filter_and_search.RerenderTheSearchedMainView,
|
|
filter_and_search.SearchALongDiff,
|
|
filter_and_search.SearchStatusAfterARerender,
|
|
filter_and_search.StageAllStagesOnlyTrackedFilesInTrackedOnlyFilter,
|
|
filter_and_search.StagingFolderStagesOnlyTrackedFilesInTrackedOnlyFilter,
|
|
filter_by_author.SelectAuthor,
|
|
filter_by_author.TypeAuthor,
|
|
filter_by_path.CliArg,
|
|
filter_by_path.DropCommitInFilteringMode,
|
|
filter_by_path.KeepSameCommitSelectedOnExit,
|
|
filter_by_path.RewordCommitInFilteringMode,
|
|
filter_by_path.SelectFile,
|
|
filter_by_path.SelectFilteredFileWhenEnteringCommit,
|
|
filter_by_path.SelectFilteredFileWhenEnteringCommitNoRootItem,
|
|
filter_by_path.ShowDiffsForRenamedFile,
|
|
filter_by_path.TypeFile,
|
|
interactive_rebase.AdvancedInteractiveRebase,
|
|
interactive_rebase.AmendCommitWithConflict,
|
|
interactive_rebase.AmendFirstCommit,
|
|
interactive_rebase.AmendFixupCommit,
|
|
interactive_rebase.AmendHeadCommitDuringRebase,
|
|
interactive_rebase.AmendMerge,
|
|
interactive_rebase.AmendNonHeadCommitDuringRebase,
|
|
interactive_rebase.DeleteUpdateRefTodo,
|
|
interactive_rebase.DontShowBranchHeadsForTodoItems,
|
|
interactive_rebase.DragKeepsSelectionHighlighted,
|
|
interactive_rebase.DragToReorder,
|
|
interactive_rebase.DragToReorderInRebase,
|
|
interactive_rebase.DragToReorderWithAutoscroll,
|
|
interactive_rebase.DropCommitInCopiedBranchWithUpdateRef,
|
|
interactive_rebase.DropMergeCommit,
|
|
interactive_rebase.DropTodoCommitWithUpdateRef,
|
|
interactive_rebase.DropWithCustomCommentChar,
|
|
interactive_rebase.EditAndAutoAmend,
|
|
interactive_rebase.EditFirstCommit,
|
|
interactive_rebase.EditLastCommitOfStackedBranch,
|
|
interactive_rebase.EditNonTodoCommitDuringRebase,
|
|
interactive_rebase.EditRangeSelectDownToMergeOutsideRebase,
|
|
interactive_rebase.EditRangeSelectOutsideRebase,
|
|
interactive_rebase.EditTheConflCommit,
|
|
interactive_rebase.FixupFirstCommit,
|
|
interactive_rebase.FixupKeepMessage,
|
|
interactive_rebase.FixupKeepMessageRebase,
|
|
interactive_rebase.FixupSecondCommit,
|
|
interactive_rebase.InteractiveRebaseOfCopiedBranch,
|
|
interactive_rebase.InteractiveRebaseWithConflictForEditCommand,
|
|
interactive_rebase.MidRebaseRangeSelect,
|
|
interactive_rebase.Move,
|
|
interactive_rebase.MoveAcrossBranchBoundaryOutsideRebase,
|
|
interactive_rebase.MoveInRebase,
|
|
interactive_rebase.MoveTodoDownWithRapidKeypresses,
|
|
interactive_rebase.MoveUpdateRefTodo,
|
|
interactive_rebase.MoveWithCustomCommentChar,
|
|
interactive_rebase.OutsideRebaseRangeSelect,
|
|
interactive_rebase.PickRescheduled,
|
|
interactive_rebase.QuickStart,
|
|
interactive_rebase.QuickStartKeepSelection,
|
|
interactive_rebase.QuickStartKeepSelectionRange,
|
|
interactive_rebase.Rebase,
|
|
interactive_rebase.RebaseWithCommitThatBecomesEmpty,
|
|
interactive_rebase.RevertDuringRebaseWhenStoppedOnEdit,
|
|
interactive_rebase.RevertMultipleCommitsInInteractiveRebase,
|
|
interactive_rebase.RevertSingleCommitInInteractiveRebase,
|
|
interactive_rebase.RewordCommitWithEditorAndFail,
|
|
interactive_rebase.RewordFirstCommit,
|
|
interactive_rebase.RewordLastCommit,
|
|
interactive_rebase.RewordLastCommitOfStackedBranch,
|
|
interactive_rebase.RewordMergeCommit,
|
|
interactive_rebase.RewordYouAreHereCommit,
|
|
interactive_rebase.RewordYouAreHereCommitWithEditor,
|
|
interactive_rebase.ShowExecTodos,
|
|
interactive_rebase.SquashDownFirstCommit,
|
|
interactive_rebase.SquashDownSecondCommit,
|
|
interactive_rebase.SquashFixupsAbove,
|
|
interactive_rebase.SquashFixupsAboveFirstCommit,
|
|
interactive_rebase.SquashFixupsInCurrentBranch,
|
|
interactive_rebase.SwapInRebaseWithConflict,
|
|
interactive_rebase.SwapInRebaseWithConflictAndEdit,
|
|
interactive_rebase.SwapWithConflict,
|
|
interactive_rebase.ViewFilesOfTodoEntries,
|
|
main_view.AdvanceAfterStagingShiftsLineNumbers,
|
|
main_view.ApplyCustomPatch,
|
|
main_view.ApplyCustomPatchInReverse,
|
|
main_view.ApplyCustomPatchInReverseWithConflict,
|
|
main_view.ApplyCustomPatchWithModifiedFile,
|
|
main_view.ApplyCustomPatchWithModifiedFileConflict,
|
|
main_view.BuildPatchFromACommitsDiff,
|
|
main_view.BuildPatchFromAReflogEntry,
|
|
main_view.BuildPatchFromAWholeCommitsDiff,
|
|
main_view.BuildPatchWithMixedSelections,
|
|
main_view.ChangeContextSizeWhileBuildingPatch,
|
|
main_view.ChangeScreenModeInFocusedDiff,
|
|
main_view.ClickSelectsDiffLine,
|
|
main_view.CommitFromMainView,
|
|
main_view.CopySelectedDiffLines,
|
|
main_view.CustomPatchGoesThroughTheDiffRenderer,
|
|
main_view.DiscardAllChanges,
|
|
main_view.DiscardDiffLines,
|
|
main_view.DiscardFromACommitOnlyWhereItCanBeRewritten,
|
|
main_view.DiscardLineFromAddedFileInCommit,
|
|
main_view.DiscardLinesFromACommit,
|
|
main_view.DragRangeWithAutoscroll,
|
|
main_view.DragSelectsDiffLineRange,
|
|
main_view.EditHistoricalDiffLine,
|
|
main_view.EditHunkInFocusedDiff,
|
|
main_view.EditSelectedDiffLine,
|
|
main_view.EnterAndDoubleClickFocusFileDiff,
|
|
main_view.EscapeDismissesSelection,
|
|
main_view.FocusFollowsAPaneEmptiedFromOutside,
|
|
main_view.FocusFollowsIntoAPaneTakingOver,
|
|
main_view.FocusFollowsStagedSide,
|
|
main_view.FocusFollowsWhenPaneGoes,
|
|
main_view.FocusLeavesAnAlwaysSplitEmptyPane,
|
|
main_view.FocusReturnsWhenSplitCollapses,
|
|
main_view.HideSelectionWhenChangesVanish,
|
|
main_view.KeepAWrappedLineCoveredAcrossARerender,
|
|
main_view.KeepBothHalvesOfAChangeSelected,
|
|
main_view.KeepPositionByTheVisibleEndOfASelection,
|
|
main_view.KeepPositionInBothPanesWhenChangingContextSize,
|
|
main_view.KeepPositionInBothPanesWhenIgnoringWhitespace,
|
|
main_view.KeepPositionInBothPanesWhenSwitchingDiffRenderers,
|
|
main_view.KeepPositionWhenChangingContextSize,
|
|
main_view.KeepPositionWhenIgnoringWhitespace,
|
|
main_view.KeepPositionWhenIgnoringWhitespaceRemovesIt,
|
|
main_view.KeepPositionWhenSwitchingDiffRenderers,
|
|
main_view.KeepPositionWhenTheSelectionIsOffScreen,
|
|
main_view.KeepScrollWhenTheDiffCantBeRead,
|
|
main_view.KeepSelectedRangeWhenChangingContextSize,
|
|
main_view.KeepSelectionAfterMovingPatchOut,
|
|
main_view.KeepSelectionVisibleWhenDiffShrinks,
|
|
main_view.MoveMultiFileRangeToIndex,
|
|
main_view.MovePartOfAdjacentAddedLinesToIndex,
|
|
main_view.MovePartialPatchToIndex,
|
|
main_view.MovePartialPatchToLaterCommit,
|
|
main_view.MovePartialPatchToNewCommit,
|
|
main_view.MovePatchFromAddedFileToEarlierCommit,
|
|
main_view.MovePatchFromAddedFileToIndexWithConflict,
|
|
main_view.MovePatchFromAddedFileToNewCommit,
|
|
main_view.MovePatchFromDeletedFileToNewCommit,
|
|
main_view.MovePatchToEarlierCommit,
|
|
main_view.MovePatchToIndex,
|
|
main_view.MovePatchToIndexWithConflict,
|
|
main_view.MovePatchToIndexWithCustomDiffConfig,
|
|
main_view.MovePatchToIndexWithModifiedFile,
|
|
main_view.MovePatchToLaterCommit,
|
|
main_view.MovePatchToNewCommit,
|
|
main_view.MovePatchToNewCommitBefore,
|
|
main_view.MovePatchToNewCommitInStackedBranch,
|
|
main_view.NavigateByHunkAndFile,
|
|
main_view.NoSelectionOverABinaryDiff,
|
|
main_view.NoSelectionOverACommitLog,
|
|
main_view.NoSelectionWhenNoChanges,
|
|
main_view.PatchMarksFollowARendererSwitch,
|
|
main_view.PatchMarksShowWhileTheDiffIsFocused,
|
|
main_view.RangeSelectDiffLines,
|
|
main_view.RawFallbackUnderAnExternalDiff,
|
|
main_view.RemoveContentChangeFromRenamedFile,
|
|
main_view.RemoveLinesFromTheCustomPatch,
|
|
main_view.RemovePartOfAddedFileFromCommit,
|
|
main_view.RemovePatchFromCommit,
|
|
main_view.ResetAPatchBuiltFromACommitsDiff,
|
|
main_view.ResetPatchWithEscape,
|
|
main_view.ResetThePatchFromThePaneShowingIt,
|
|
main_view.SearchCollapsesTheSelection,
|
|
main_view.SearchFollowsTheSelection,
|
|
main_view.SelectBelowALongCommitMessage,
|
|
main_view.SelectBelowALongDiffstat,
|
|
main_view.SelectDiffLines,
|
|
main_view.SelectHunkBelowLastChange,
|
|
main_view.SelectHunkInDiff,
|
|
main_view.SelectHunkOnFocusingMainView,
|
|
main_view.SelectInADiffReadInPart,
|
|
main_view.SelectLineWhenWholeFileIsOneHunk,
|
|
main_view.SelectNextChangeAfterStaging,
|
|
main_view.SelectNextChangeAfterUnstaging,
|
|
main_view.SelectNextDeletionAfterStagingOne,
|
|
main_view.SelectVisibleChangeOnFocusingMainView,
|
|
main_view.SelectVisibleHunkOnFocusingMainView,
|
|
main_view.SelectionCommandTooltipsFollowTheDiff,
|
|
main_view.SelectionCommandsOnlyWhereTheyApply,
|
|
main_view.SelectionOverTheCustomPatch,
|
|
main_view.StageDeletedFile,
|
|
main_view.StageDiffLines,
|
|
main_view.StageHunksWithRapidKeypresses,
|
|
main_view.StagePartialBlockOfChangesFirstLines,
|
|
main_view.StagePartialBlockOfChangesLastLines,
|
|
main_view.StagePartialBlockOfChangesMiddleLines,
|
|
main_view.StageRangeSpanningFiles,
|
|
main_view.StageUnderConformingDiffRenderer,
|
|
main_view.StageUnderUnsupportedDiffRenderer,
|
|
main_view.StartPatchFromAnotherCommit,
|
|
main_view.UnstageDiffLines,
|
|
misc.ConfirmOnQuit,
|
|
misc.CopyConfirmationMessageToClipboard,
|
|
misc.CopyToClipboard,
|
|
misc.DirenvApprovesEnvrc,
|
|
misc.DirenvLoadedOnRepoSwitch,
|
|
misc.DirenvUnloadsOnBlockedEnvrc,
|
|
misc.FilterRecentRepos,
|
|
misc.InitialOpen,
|
|
misc.RecentReposOnLaunch,
|
|
misc.StartInGitDir,
|
|
patch_building.CopyRenamedFileDiff,
|
|
patch_building.RenameSimilarityThresholdChange,
|
|
patch_building.RenamedFileWhole,
|
|
patch_building.SelectAllFiles,
|
|
patch_building.SelectDirecoriesSharingPrefix,
|
|
patch_building.ToggleDirectory,
|
|
patch_building.ToggleRange,
|
|
reflog.Checkout,
|
|
reflog.CherryPick,
|
|
reflog.DoNotShowBranchMarkersInReflogSubcommits,
|
|
reflog.Patch,
|
|
reflog.Reset,
|
|
remote.AddForkRemote,
|
|
shell_commands.BasicShellCommand,
|
|
shell_commands.ComplexShellCommand,
|
|
shell_commands.DeleteFromHistory,
|
|
shell_commands.EditHistory,
|
|
shell_commands.History,
|
|
shell_commands.OmitFromHistory,
|
|
stash.Apply,
|
|
stash.ApplyPatch,
|
|
stash.CreateBranch,
|
|
stash.Drop,
|
|
stash.DropMultiple,
|
|
stash.DropMultipleInFilteredMode,
|
|
stash.FilterByPath,
|
|
stash.Pop,
|
|
stash.PreventDiscardingFileChanges,
|
|
stash.Rename,
|
|
stash.ShowWithBranchNamedStash,
|
|
stash.Stash,
|
|
stash.StashAll,
|
|
stash.StashAndKeepIndex,
|
|
stash.StashIncludingUntrackedFiles,
|
|
stash.StashStaged,
|
|
stash.StashStagedPartialFile,
|
|
stash.StashUnstaged,
|
|
status.ClickRepoNameToOpenReposMenu,
|
|
status.ClickToFocus,
|
|
status.ClickWorkingTreeStateToOpenRebaseOptionsMenu,
|
|
status.LogCmd,
|
|
status.LogCmdStatusPanelAllBranchesLog,
|
|
submodule.Add,
|
|
submodule.Enter,
|
|
submodule.EnterFromDotfileBareRepo,
|
|
submodule.EnterNested,
|
|
submodule.Remove,
|
|
submodule.RemoveNested,
|
|
submodule.Reset,
|
|
submodule.ResetFolder,
|
|
submodule.ResolveConflict,
|
|
submodule.ResolveConflictRewoundSide,
|
|
submodule.Stage,
|
|
submodule.StageAllWithDirtySubmodule,
|
|
submodule.StageDirtyOnly,
|
|
sync.FetchAndAutoForwardBranchesAllBranches,
|
|
sync.FetchAndAutoForwardBranchesAllBranchesCheckedOutInOtherWorktree,
|
|
sync.FetchAndAutoForwardBranchesNone,
|
|
sync.FetchAndAutoForwardBranchesOnlyMainBranches,
|
|
sync.FetchAndAutoForwardBranchesWorktreeAddedAfterStartup,
|
|
sync.FetchPrune,
|
|
sync.FetchWhenSortedByDate,
|
|
sync.ForcePush,
|
|
sync.ForcePushMultipleMatching,
|
|
sync.ForcePushMultipleUpstream,
|
|
sync.ForcePushRemoteBranchNotStoredLocally,
|
|
sync.ForcePushTriangular,
|
|
sync.Pull,
|
|
sync.PullAndSetUpstream,
|
|
sync.PullMerge,
|
|
sync.PullMergeConflict,
|
|
sync.PullRebase,
|
|
sync.PullRebaseConflict,
|
|
sync.PullRebaseInteractiveConflict,
|
|
sync.PullRebaseInteractiveConflictDrop,
|
|
sync.Push,
|
|
sync.PushAndAutoSetUpstream,
|
|
sync.PushAndSetUpstream,
|
|
sync.PushFollowTags,
|
|
sync.PushNoFollowTags,
|
|
sync.PushTag,
|
|
sync.PushWithCredentialPrompt,
|
|
sync.RenameBranchAndPull,
|
|
tag.Checkout,
|
|
tag.CheckoutWhenBranchWithSameNameExists,
|
|
tag.CopyToClipboard,
|
|
tag.CreateWhileCommitting,
|
|
tag.CrudAnnotated,
|
|
tag.CrudLightweight,
|
|
tag.DeleteLocalAndRemote,
|
|
tag.DeleteRemoteTagWhenBranchWithSameNameExists,
|
|
tag.ForceTagAnnotated,
|
|
tag.ForceTagLightweight,
|
|
tag.Reset,
|
|
tag.ResetToDuplicateNamedBranch,
|
|
ui.Accordion,
|
|
ui.BackgroundRefreshKeepsScrollPosition,
|
|
ui.BranchesNotFirstTab,
|
|
ui.CommitsNotFirstTab,
|
|
ui.DisableSwitchTabWithPanelJumpKeys,
|
|
ui.DragBeyondViewport,
|
|
ui.EmptyMenu,
|
|
ui.FilteringScrollsSelectionIntoView,
|
|
ui.FindBaseCommitForFixupScrollsIntoView,
|
|
ui.HideSidePanel,
|
|
ui.KeybindingSuggestionsDontCrashOnDisabledBindings,
|
|
ui.KeybindingSuggestionsWhenSwitchingRepos,
|
|
ui.MenuScrollPositionIsReset,
|
|
ui.ModeSpecificKeybindingSuggestions,
|
|
ui.MoveCommitScrollsSelectionIntoView,
|
|
ui.OpenLinkFailure,
|
|
ui.PageUpAndDown,
|
|
ui.PromoteTabToSidePanel,
|
|
ui.RangeSelect,
|
|
ui.RangeSelectWithAutoscroll,
|
|
ui.ReloadSidePanels,
|
|
ui.ReorderSidePanels,
|
|
ui.SubCommitsScrollPositionIsReset,
|
|
ui.SuggestionsSelectionFollowsTheFocus,
|
|
ui.SwitchRepoMovesTheSelection,
|
|
ui.SwitchTabFromMenu,
|
|
ui.SwitchTabWithPanelJumpKeys,
|
|
ui.ToggleWhitespaceKeepsUnfocusedSelectionDimmed,
|
|
ui.UnfocusedListHidesSelectionWhenEmptied,
|
|
ui.UnfocusedListShowsSelectionWhenFilled,
|
|
undo.UndoCheckoutAndDrop,
|
|
undo.UndoCommit,
|
|
undo.UndoDrop,
|
|
worktree.AddForExistingBranch,
|
|
worktree.AddFromBranch,
|
|
worktree.AddFromBranchDetached,
|
|
worktree.AddFromCommit,
|
|
worktree.AddFromRemoteBranch,
|
|
worktree.AddFromStash,
|
|
worktree.AddFromTag,
|
|
worktree.AssociateBranchBisect,
|
|
worktree.AssociateBranchRebase,
|
|
worktree.BareRepo,
|
|
worktree.BareRepoWorktreeConfig,
|
|
worktree.Crud,
|
|
worktree.CustomCommand,
|
|
worktree.DefaultPathTilde,
|
|
worktree.DetachWorktreeFromBranch,
|
|
worktree.DotfileBareRepo,
|
|
worktree.DoubleNestedLinkedSubmodule,
|
|
worktree.ExcludeFileInWorktree,
|
|
worktree.FastForwardWorktreeBranch,
|
|
worktree.FastForwardWorktreeBranchShouldNotPolluteCurrentWorktree,
|
|
worktree.ForceRemoveWorktree,
|
|
worktree.ForceRemoveWorktreeWithSubmodules,
|
|
worktree.LocationCandidates,
|
|
worktree.NewWorktreePicker,
|
|
worktree.NewWorktreePickerRemote,
|
|
worktree.RemoveWorktreeAndBothBranches,
|
|
worktree.RemoveWorktreeAndBranch,
|
|
worktree.RemoveWorktreeAndDeleteLocalAndRemoteBranch,
|
|
worktree.RemoveWorktreeFromBranch,
|
|
worktree.ResetWindowTabs,
|
|
worktree.SeparateWorkTreeConfig,
|
|
worktree.SymlinkIntoRepoSubdir,
|
|
worktree.WorktreeInRepo,
|
|
worktree.WorktreeInsideRepo,
|
|
}
|