diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-14 12:16:41 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-14 12:16:41 +0000 |
commit | 153fb8d6f62207ff017855dafedd01ce3b7b3482 (patch) | |
tree | 628e6252c14adbb33ed389796357d5f91d7c0437 /textproc/diff-so-fancy | |
parent | bc89cd3d2cf8f4e777f70bdaf1a643f550fa6e38 (diff) | |
download | ports-153fb8d6f62207ff017855dafedd01ce3b7b3482.tar.gz ports-153fb8d6f62207ff017855dafedd01ce3b7b3482.zip |
Notes
Diffstat (limited to 'textproc/diff-so-fancy')
-rw-r--r-- | textproc/diff-so-fancy/files/pkg-message.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/textproc/diff-so-fancy/files/pkg-message.in b/textproc/diff-so-fancy/files/pkg-message.in index ac819dca5045..ef6268a5e08f 100644 --- a/textproc/diff-so-fancy/files/pkg-message.in +++ b/textproc/diff-so-fancy/files/pkg-message.in @@ -1,6 +1,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 +} +] |