We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1f2abe6 + 8788105 commit 6b55779Copy full SHA for 6b55779
t/t3404-rebase-interactive.sh
@@ -977,7 +977,8 @@ test_expect_success 'rebase -i --root reword root commit' '
977
set_fake_editor &&
978
FAKE_LINES="reword 1 2" FAKE_COMMIT_MESSAGE="A changed" \
979
git rebase -i --root &&
980
- git show HEAD^ | grep "A changed"
+ git show HEAD^ | grep "A changed" &&
981
+ test -z "$(git show -s --format=%p HEAD^)"
982
'
983
984
test_expect_success C_LOCALE_OUTPUT 'rebase --edit-todo does not work on non-interactive rebase' '
0 commit comments