summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2019-07-10 12:34:22 -0400
committerDan Davison <dandavison7@gmail.com>2019-07-10 12:34:22 -0400
commitb785f4659223df0c3d7049d7b6e375257f66618a (patch)
tree77957909f07e451c5febb52551f98c738672dd0d /Makefile
parent8a50b8289bacc95942771680d7a516284b2714cb (diff)
Add --no-structural-changes argument
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c4204dd6..71b4c521 100644
--- a/Makefile
+++ b/Makefile
@@ -4,4 +4,4 @@ build:
test:
cargo test
- bash -c "diff -u <(git log -p | cut -c 2-) <(git log -p | delta --width variable | ansifilter | cut -c 2-)"
+ bash -c "diff -u <(git log -p | cut -c 2-) <(git log -p | delta --width variable --no-structural-changes | ansifilter | cut -c 2-)"