summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/interactive_rebase
AgeCommit message (Expand)Author
2024-03-26Fix deleting update-ref todosStefan Haller
2024-03-26Extend delete_update_ref_todo test to actually test what it was supposed toStefan Haller
2024-03-26Cleanup: fix typo in test commentStefan Haller
2024-03-22Make it easy to create "amend!" commitsStefan Haller
2024-03-16Allow deleting update-ref todosStefan Haller
2024-03-16Allow moving update-ref todos up/downStefan Haller
2024-03-09Keep the same line selected after squashing fixup commitsStefan Haller
2024-03-09Move selection down by one after creating a fixup commitStefan Haller
2024-03-09Extend squash_fixups_in_current_branch test to check the selectionStefan Haller
2024-03-09Add test for creating a fixup commit and squashing fixupsStefan Haller
2024-03-09Support setting a range of commits to "edit" outside of a rebaseStefan Haller
2024-03-02Don't show branch head on rebase todos if the rebase.updateRefs config is onStefan Haller
2024-03-02Add test demonstrating the current (undesired) behaviorStefan Haller
2024-02-16Deprecate git.log.showGraph and git.log.order configAlex March
2024-02-16Avoid crash when hitting enter on an update-ref todoStefan Haller
2024-02-13Change default of git.log.showGraph to 'always'Stefan Haller
2024-01-29Add command to squash all fixups in the current branchStefan Haller
2024-01-28Improve keybinding descriptionsJesse Duffield
2024-01-26Keep same selection range when quick-starting an interactive rebaseStefan Haller
2024-01-26Add tests for preserving the selection when pressing 'i'Stefan Haller
2024-01-23Support range select in rebase actionsJesse Duffield
2024-01-14Allow showing Disabled errors as error panel instead of toastStefan Haller
2024-01-14Use ErrorToast instead of error panel when invoking a disabled commandStefan Haller
2024-01-13Add ability to start an interactive rebase onto an appropriate baseJesse Duffield
2023-09-01Improve prompts when amending commitsStefan Haller
2023-08-22Select same commit again after pressing "e" to edit a commitStefan Haller
2023-08-22Add assertion to show the problemStefan Haller
2023-07-31Visualize local branch heads in commits panelStefan Haller
2023-07-31Add author short names to commits in testStefan Haller
2023-07-31Improve updateRef testStefan Haller
2023-07-31Remove the old experimentalShowBranchHeads mechanism and configStefan Haller
2023-07-08Add busy count for integration testsJesse Duffield
2023-07-02Use comment char config on interactive rebaseGustavo Krieger
2023-07-02Add tests of interactive rebase with custom comment characterGustavo Krieger
2023-06-22Add a test for stopping at an "edit" command that conflictsStefan Haller
2023-06-22Insert fake todo entry for a conflicting commit that is being appliedStefan Haller
2023-06-22Add test for rewording a commit and failing with an errorStefan Haller
2023-06-22Add test for a pick that fails and gets rescheduledStefan Haller
2023-06-22Add test for amending a commit, causing a conflictStefan Haller
2023-06-22Extend test to expect what commits we want to be listed when there's a conflictStefan Haller
2023-05-25Use sentence case everywhereJesse Duffield
2023-05-23Construct arg vector manually rather than parse stringJesse Duffield
2023-05-02Rename From to AtLeastStefan Haller
2023-05-02Add config gui.experimentalShowBranchHeadsStefan Haller
2023-05-01Merge pull request #2552 from stefanhaller/support-stacked-branchesJesse Duffield
2023-04-30Split commit message panel into commit summary and commit description panelSean
2023-04-29Make RebaseCommands.AmendTo more robustStefan Haller
2023-04-29Implement "edit commit" in terms of the new EditRebase functionStefan Haller
2023-04-15test: check focus on commits after performing an advanced rebaseAzraelSec
2023-04-15use lowercase text for menu items (as we're still yet to standardise on 'Sent...Jesse Duffield