summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dc4ef84b..2445fd9c 100644
--- a/Makefile
+++ b/Makefile
@@ -2,4 +2,4 @@ build:
cargo build
test:
- bash -c "diff -u <(git show | cut -c 2-) <(git show | delta --width variable | ansifilter | cut -c 2-)"
+ bash -c "diff -u <(git log -p | cut -c 2-) <(git log -p | delta --width variable | ansifilter | cut -c 2-)"