summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2020-04-12 00:19:01 -0400
committerDan Davison <dandavison7@gmail.com>2020-04-12 00:47:34 -0400
commit5f99a88172ef65bdaecc5141b0002314a0741b71 (patch)
tree286b332e39d353416b1b035565551b21488bc862 /Makefile
parent7bec7123959f729a1f4915f9166d40738b32928d (diff)
Add --color-only option
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index 9dd9e4f7..71356c7d 100644
--- a/Makefile
+++ b/Makefile
@@ -6,14 +6,7 @@ lint:
test:
cargo test
- bash -c "diff -u <(git log -p) \
- <(git log -p | delta --width variable \
- --tabs 0 \
- --keep-plus-minus-markers \
- --commit-style plain \
- --file-style plain \
- --hunk-style plain \
- | ansifilter)"
+ bash -c "diff -u <(git log -p) <(git log -p | delta --color-only | ansifilter)"
release:
@make -f release.Makefile release