summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2020-04-11 15:38:33 -0400
committerDan Davison <dandavison7@gmail.com>2020-04-12 00:47:34 -0400
commitdefc0eadff002ba94269637f38f0e342ec823aff (patch)
treee55719e0cf60b251c9ab53cc214cb30cf176005c /Makefile
parent7a23a5c536616f860e73226f220ec3a24b8aa6a3 (diff)
Add --keep-plus-minus-markers option
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3bab6b55..9dd9e4f7 100644
--- a/Makefile
+++ b/Makefile
@@ -6,13 +6,14 @@ lint:
test:
cargo test
- bash -c "diff -u <(git log -p | cut -c 2-) \
+ 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 | cut -c 2-)"
+ | ansifilter)"
release:
@make -f release.Makefile release