From 9bdda25b5b7c5f872e61f4f37207791a7a3d8fef Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 9 Sep 2025 17:31:14 +0200 Subject: Makefile: print repo changes in maintenance --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 64ac6a0..109d908 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,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