opnsense-ports/textproc/diff-so-fancy/files/pkg-message.in
Franco Fichtner 871401fc76 */*: sync with upstream
Taken from: HardenedBSD
2017-12-27 10:43:36 +01: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.