]> git.ipfire.org Git - thirdparty/git.git/commit
t3400: restore coverage for note copying with apply backend
authorPhillip Wood <phillip.wood@dunelm.org.uk>
Tue, 30 Jun 2026 15:28:51 +0000 (16:28 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 30 Jun 2026 19:03:13 +0000 (12:03 -0700)
commitfade29b56515d1529823e1cf99f1de19d930ff5d
tree990fd58512c1cb891cfa76bce203ecf0ff06e1d4
parent6c3d7b73556db708feb3b16232fab1efc4353428
t3400: restore coverage for note copying with apply backend

Now that the merge backend is the default we have lost coverage for
"git rebase --apply" copying notes. Fix this by replacing "-m" with
"--apply" as the previous test which uses the default backend now
checks the merge backend.

Signed-off-by: Phillip Wood <phillip.wood@dunelm.org.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3400-rebase.sh