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.
2 parents 728bc27 + ffe312e commit adcd89aCopy full SHA for adcd89a
build_system/prepare.rs
@@ -186,7 +186,7 @@ fn init_git_repo(repo_dir: &Path) {
186
spawn_and_wait(git_add_cmd);
187
188
let mut git_commit_cmd = git_command(repo_dir, "commit");
189
- git_commit_cmd.arg("-m").arg("Initial commit").arg("-q");
+ git_commit_cmd.arg("-m").arg("Initial commit").arg("-q").arg("--no-verify");
190
spawn_and_wait(git_commit_cmd);
191
}
192
0 commit comments