mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 04:46:28 -04:00
12 lines
291 B
Text
12 lines
291 B
Text
[
|
|
{ type: install
|
|
message: <<EOM
|
|
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.
|
|
EOM
|
|
}
|
|
]
|