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 042159a + a700395 commit 5856cb9Copy full SHA for 5856cb9
t/t4200-rerere.sh
@@ -365,9 +365,6 @@ test_expect_success 'set up an unresolved merge' '
365
test_might_fail git config --unset rerere.autoupdate &&
366
git reset --hard &&
367
git checkout version2 &&
368
- fifth=$(git rev-parse fifth) &&
369
- echo "$fifth branch fifth of ." |
370
- git fmt-merge-msg >msg &&
371
ancestor=$(git merge-base version2 fifth) &&
372
test_must_fail git merge-recursive "$ancestor" -- HEAD fifth &&
373
0 commit comments