We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe68108 commit a4c90c8Copy full SHA for a4c90c8
tools/git/hooks/pre-push
@@ -161,7 +161,7 @@ create_new_commit_file() {
161
162
# Amends the last commit to include the hook results.
163
amend_commit() {
164
- git commit --amend --no-edit --file="${new_commit_file}"
+ git commit --amend --no-edit --no-verify --file="${new_commit_file}"
165
}
166
167
# Checks if commits exist to push, as `git push` will execute regardless of whether commits exist to push or not.
0 commit comments