You know that moment when you open a 500-line PR at 2am and it's just a wall of red and green? You can't tell if the code moved or if it actually changed. Yeah. We've all been there.
- Default
git difftreats moved code as delete here, add there — 200 lines of churn for a simple refactor. - No line numbers, so when the test fails at
runtime.py:223, you're counting hunks like a Victorian clerk.