mirror of https://git.FreeBSD.org/ports.git
14 lines
313 B
Plaintext
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
|
|
}
|
|
]
|