]> git.ipfire.org Git - thirdparty/git.git/commit
t7615: be more explicit about diff algorithm used
authorElijah Newren <newren@gmail.com>
Sun, 16 Mar 2025 06:58:57 +0000 (06:58 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 17 Mar 2025 22:39:03 +0000 (15:39 -0700)
commita373f93370a9c8980f02d24ab06a333cec67f89b
treec321eb363832ef46915373986b5c88e4e18c1bf1
parent9c69ad275e52777e7217d9854c610dc1aad222cc
t7615: be more explicit about diff algorithm used

t7615 is entirely about testing the differences about different
diff algorithms, but it doesn't specify any diff algorithm when it
is testing myers.  Given that we have discussed potentially switching
defaults (https://lore.kernel.org/git/xmqqed873vgn.fsf@gitster.g/), it
makes sense in tests that are about different diff algorithms to be
explicitly about which one is intended to be used in each test.  Add
that specificity.

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7615-diff-algo-with-mergy-operations.sh