@@ -2258,20 +2258,20 @@ test_expect_success 'non-merge commands reject merge commits' '
22582258 error: ${SQ}pick${SQ} does not accept merge commits
22592259 hint: ${SQ}pick${SQ} does not take a merge commit. If you wanted to
22602260 hint: replay the merge, use ${SQ}merge -C${SQ} on the commit.
2261- hint: Disable this message with "git config advice.rebaseTodoError false"
2261+ hint: Disable this message with "git config set advice.rebaseTodoError false"
22622262 error: invalid line 1: pick $oid
22632263 error: ${SQ}reword${SQ} does not accept merge commits
22642264 hint: ${SQ}reword${SQ} does not take a merge commit. If you wanted to
22652265 hint: replay the merge and reword the commit message, use
22662266 hint: ${SQ}merge -c${SQ} on the commit
2267- hint: Disable this message with "git config advice.rebaseTodoError false"
2267+ hint: Disable this message with "git config set advice.rebaseTodoError false"
22682268 error: invalid line 2: reword $oid
22692269 error: ${SQ}edit${SQ} does not accept merge commits
22702270 hint: ${SQ}edit${SQ} does not take a merge commit. If you wanted to
22712271 hint: replay the merge, use ${SQ}merge -C${SQ} on the commit, and then
22722272 hint: ${SQ}break${SQ} to give the control back to you so that you can
22732273 hint: do ${SQ}git commit --amend && git rebase --continue${SQ}.
2274- hint: Disable this message with "git config advice.rebaseTodoError false"
2274+ hint: Disable this message with "git config set advice.rebaseTodoError false"
22752275 error: invalid line 3: edit $oid
22762276 error: cannot squash merge commit into another commit
22772277 error: invalid line 4: fixup $oid
0 commit comments