]> git.99rst.org Git - git.git/commit
t3400: restore coverage for note copying with apply backend
authorPhillip Wood <redacted>
Wed, 15 Jul 2026 15:21:55 +0000 (16:21 +0100)
committerJunio C Hamano <redacted>
Wed, 15 Jul 2026 19:16:20 +0000 (12:16 -0700)
commit88101d339a07c9ccc46ac37f2a5e922fae053a71
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
t/t3400-rebase.sh
git clone https://git.99rst.org/PROJECT