freebsd-ports/textproc/diff-so-fancy/files/pkg-message.in

14 lines
313 B
Plaintext

[
{ type: install
message: <<EOM
In order to configure git to use diff-so-fancy automatically, you can run:
$ git config --global core.pager "diff-so-fancy | less -R"
diff-so-fancy can also be used with diff(1) directly as well as tools like
hg(1).
See %%DOCSDIR%%/README.md for more information.
EOM
}
]