From a6596eec74abf0a42db974f0a799060720ac09c3 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 10 Sep 2025 11:17:42 +0200 Subject: Makefile: print repo changes in maintenance --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index afcf1a5..f6c81e0 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,8 @@ maintenance: ruby else \ echo; \ echo '-----------------------------------------------------------------'; \ - echo 'Error: unrecognized modifications in the repository'; \ + echo 'Error: unrecognized modifications in the repository:'; \ + echo "$$git_status"; \ echo '-----------------------------------------------------------------'; \ exit 1; \ fi -- cgit v1.2.3