aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <egor@tensin.name>2025-09-09 17:31:14 +0200
committerEgor Tensin <egor@tensin.name>2025-09-10 09:20:07 +0200
commit5dcfbec9a97fa546a10f7bccf563f91acf94e5c8 (patch)
tree65ceb875dc36a71bf3e4db37259c62b9c3ae6b71
parentMakefile: unfreeze something (diff)
downloadegor-tensin.github.io-5dcfbec9a97fa546a10f7bccf563f91acf94e5c8.tar.gz
egor-tensin.github.io-5dcfbec9a97fa546a10f7bccf563f91acf94e5c8.zip
Makefile: print repo changes in maintenance
Diffstat (limited to '')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 00b7920..a438175 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