From 67d504ef879f0befbc4af74943e227cd20d19d71 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Thu, 23 Jul 2026 11:04:47 +0800 Subject: 43 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3c4d4f1..11608ce 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ check-lock: if [ ! -f "$$base" ]; then \ echo "ERROR: $$lock has no matching source file"; \ errors=1; \ - elif git --no-pager diff --quiet "$$lock" "$$base" 2>/dev/null; then \ + elif git --no-pager diff --no-index "$$lock" "$$base" 2>/dev/null; then \ :; \ else \ git --no-pager diff "$$lock" "$$base" || true; \ -- cgit