]> Kevux Git Server - rit/commit
t4211: add tests for -L with standard diff options
authorMichael Montalbo <mmontalbo@gmail.com>
Tue, 17 Mar 2026 02:21:34 +0000 (02:21 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 17 Mar 2026 04:05:42 +0000 (21:05 -0700)
commit0e51f7a7faae18d9e6819c38cc822d6232deacae
tree5e678fbdb8fff70398517ef3de94bd979ac942c9
parent86e986f166d207e1f4b80062c2befb4f94c191c4
t4211: add tests for -L with standard diff options

Now that -L output flows through the standard diff pipeline, verify
that previously-ignored diff options work: formatting (--word-diff,
--word-diff-regex, --no-prefix, --src/dst-prefix, --full-index,
--abbrev), whitespace handling (-w, -b), output indicators
(--output-indicator-new/old/context), direction reversal (-R),
--color-moved, and pickaxe options (-S, -G).

Signed-off-by: Michael Montalbo <mmontalbo@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4211-line-log.sh