diff_so_fancy

Pretty diff generator

Version

1.4.3-1
(2023-02-24)

Size

13.2

KiB

Repository

HaikuPorts
x86_64
diff-so-fancy strives to make your diffs human readable instead of machine readable. This helps improve code quality and helps you spot defects faster.

Configure git to use diff-so-fancy for all diff output:

git config --global core.pager "diff-so-fancy | less --tabs=4 -RFX"
git config --global interactive.diffFilter "diff-so-fancy --patch"