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/files | |
parent | Convert to UCL & cleanup pkg-message (categories s) (diff) |
Convert to UCL & cleanup pkg-message (categories [t-u])
Notes
Notes:
svn path=/head/; revision=508910
Diffstat (limited to 'textproc/diff-so-fancy/files')
-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 +} +] |