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
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>
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
24 + diffFilter = diff-highlight
25 ---------------------------------------------