patches: more minor updates
[git-osx-installer.git] / patches / km / diff-highlight-help.txt
blob2ee9517c2cd372cbd5d47cfcbc9ac40fdb5e8427
1 From 1bf80a846586b4e00315fcc3d972e0a420592732 Mon Sep 17 00:00:00 2001
2 From: "Kyle J. McKay" <mackyle@gmail.com>
3 Date: Fri, 12 Aug 2016 18:27:28 -0700
4 Subject: [PATCH] contrib/diff-highlight: mention interactive.diffFilter in
5  README
7 If the three pager items are being set then the diffFilter item
8 is probably desired as well.
10 Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
11 ---
12  contrib/diff-highlight/README | 2 ++
13  1 file changed, 2 insertions(+)
15 diff --git a/contrib/diff-highlight/README b/contrib/diff-highlight/README
16 index 836b97a7..1a22417e 100644
17 --- a/contrib/diff-highlight/README
18 +++ b/contrib/diff-highlight/README
19 @@ -56,6 +56,8 @@ following in your git configuration:
20         log = diff-highlight | less
21         show = diff-highlight | less
22         diff = diff-highlight | less
23 +[interactive]
24 +       diffFilter = diff-highlight
25  ---------------------------------------------
28 ---