From 8090ba9de7150f8bff0e9cd1375800c9c84bb2cc Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Wed, 17 Jun 2020 17:45:21 -0400 Subject: Don't run hooks on wip commits. Wip commits are often _known_ broken. git-wip is intended to save exactly what you have in your work tree, with no fuss. --- bin/git-wip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)" -- cgit v1.2.3