diff options
author | Egor Tensin <egor@tensin.name> | 2025-09-09 17:31:14 +0200 |
---|---|---|
committer | Egor Tensin <egor@tensin.name> | 2025-09-10 09:20:07 +0200 |
commit | 5dcfbec9a97fa546a10f7bccf563f91acf94e5c8 (patch) | |
tree | 65ceb875dc36a71bf3e4db37259c62b9c3ae6b71 /Makefile | |
parent | Makefile: unfreeze something (diff) | |
download | egor-tensin.github.io-5dcfbec9a97fa546a10f7bccf563f91acf94e5c8.tar.gz egor-tensin.github.io-5dcfbec9a97fa546a10f7bccf563f91acf94e5c8.zip |
Makefile: print repo changes in maintenance
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |