summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2019-07-12 12:31:58 -0400
committerDan Davison <dandavison7@gmail.com>2019-07-13 00:42:58 -0400
commit07589712d4d5399f1fdcca4de4a762999e2802ca (patch)
tree9e02d5649f7cff48a2e6e37f5651d84bf6e717ec /Makefile
parent971601cddb26eb25d423162691915110aef9c61c (diff)
Style section arguments
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 71b4c521..0668eeae 100644
--- a/Makefile
+++ b/Makefile
@@ -4,4 +4,9 @@ build:
test:
cargo test
- bash -c "diff -u <(git log -p | cut -c 2-) <(git log -p | delta --width variable --no-structural-changes | ansifilter | cut -c 2-)"
+ bash -c "diff -u <(git log -p | cut -c 2-) \
+ <(git log -p | delta --width variable \
+ --commit-style plain \
+ --file-style plain \
+ --hunk-style plain \
+ | ansifilter | cut -c 2-)"