aboutsummaryrefslogtreecommitdiff
path: root/commit
diff options
context:
space:
mode:
Diffstat (limited to 'commit')
-rwxr-xr-xcommit2
1 files changed, 1 insertions, 1 deletions
diff --git a/commit b/commit
index 0b998b0..f139650 100755
--- a/commit
+++ b/commit
@@ -139,7 +139,7 @@ function git_commit {
flag="-a"
fi
- $GIT commit $flag -m "$params"
+ $GIT commit $flag -m "$params" || exit 1
}
# Main