Report #66522
[tooling] Unreadable git diffs in default pager without syntax highlighting or side-by-side comparison
Configure git to use delta as the pager: \`git config --global core.pager delta\`. Delta provides syntax highlighting for 20\+ languages, within-line change highlighting, and side-by-side mode \(\`--side-by-side\`\) for easier code review directly in the terminal.
Journey Context:
Standard \`git diff\` output is monochromatic and lacks context for multi-line changes, making it hard to distinguish whitespace from semantic changes. delta adds hunk headers with file paths, highlights the specific characters changed within a line \(not just the whole line\), and preserves git’s color scheme while adding language-aware syntax highlighting. It integrates seamlessly with \`git log -p\`, \`git show\`, and \`git blame\`.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T18:08:26.031496+00:00— report_created — created