Explicitly pass --no-autosquash when rebasing

This fixes the problem shown in the previous commit.
This commit is contained in:
stk
2023-02-09 18:21:11 +01:00
parent e357c00d4d
commit 1da762c295
3 changed files with 4 additions and 6 deletions

View File

@@ -45,9 +45,7 @@ var RebaseDoesNotAutosquash = NewIntegrationTest(NewIntegrationTestArgs{
Confirm()
t.Views().Commits().Lines(
/* Expected the fixup to be kept, but it's gone:
Contains("fixup! branch commit"),
*/
Contains("branch commit"),
Contains("master commit"),
Contains("base"),