From 5f99a88172ef65bdaecc5141b0002314a0741b71 Mon Sep 17 00:00:00 2001 From: Dan Davison Date: Sun, 12 Apr 2020 00:19:01 -0400 Subject: Add --color-only option --- Makefile | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3