summaryrefslogtreecommitdiff
path: root/bin/git-wip
diff options
context:
space:
mode:
Diffstat (limited to 'bin/git-wip')
-rwxr-xr-xbin/git-wip2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/git-wip b/bin/git-wip
index 6a739a8..731fa9f 100755
--- a/bin/git-wip
+++ b/bin/git-wip
@@ -3,4 +3,4 @@
# Create a meaningless commit with a unique message: `git wip`.
git this
-git commit -m "wip: $(uuidgen)"
+git commit --no-verify -m "wip: $(uuidgen)"