mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 03:16:44 -04:00
Release notes: https://github.com/so-fancy/diff-so-fancy/releases/tag/v1.4.4 Update pkg-message.in as well: properly capitalize README.md and mention diff-so-fancy can be used without git too.
13 lines
313 B
Text
13 lines
313 B
Text
[
|
|
{ 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
|
|
}
|
|
]
|