diff --git a/git-crup b/git-crup index 6f7f533fc..d07a4283d 100755 --- a/git-crup +++ b/git-crup @@ -139,7 +139,15 @@ fi status=$? -if [ "$hooks" = "yes" -a "$status" -eq 0 ]; then +if [ "$status" -ne 0 ]; then + cat 1>&2 <