ports/textproc/diff-so-fancy/files/pkg-message.in
Raphael Kubo da Costa 53b902d3f1 Add textproc/diff-so-fancy.
diff-so-fancy strives to make your diff's human readable instead of machine
    readable. This helps improve code quality and help you spot defects faster.

    WWW: https://github.com/so-fancy/diff-so-fancy/
2017-12-26 14:09:13 +00:00

6 lines
248 B
Text

diff-so-fancy is normally used to format git's diff output.
In order to configure git to use diff-so-fancy automatically, you can run:
$ git config --global core.pager "diff-so-fancy | less -R"
See %%DOCSDIR%%/readme.md for more information.