summaryrefslogtreecommitdiff
path: root/textproc/diff-so-fancy/files/pkg-message.in
blob: ef6268a5e08f235cb5d9e585bf2fddfa24f38d64 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[
{ 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
}
]