]> git.99rst.org Git - git.git/commit
diff: simplify allow-indentation-change delta calculation
authorPhillip Wood <redacted>
Thu, 9 Dec 2021 10:30:01 +0000 (10:30 +0000)
committerJunio C Hamano <redacted>
Thu, 9 Dec 2021 21:24:05 +0000 (13:24 -0800)
commit76e32d619323c89e44ebfcfdb9d44766937b17dc
tree698015041c4836b33bfd4f252cad93323787fff3
parenteb893525041a53b968a46000ed5cb66ffc725853
diff: simplify allow-indentation-change delta calculation

Now that we reliably end a block when the sign changes we don't need
the whitespace delta calculation to rely on the sign.

Signed-off-by: Phillip Wood <redacted>
Signed-off-by: Junio C Hamano <redacted>
diff.c
git clone https://git.99rst.org/PROJECT