diff --git a/src/external/import-external-git.pl b/src/external/import-external-git.pl index d578d35581..a3dcd42dff 100755 --- a/src/external/import-external-git.pl +++ b/src/external/import-external-git.pl @@ -208,7 +208,7 @@ eval { } undef $fh; $author="--author '$author'" if ($author); - system("git commit -F $tempdir/commit-msg $author") == 0 + system("git commit --no-verify -F $tempdir/commit-msg $author") == 0 or die "Commit failed : $!\n"; if ($nowhitespace) { print STDERR "WARNING: not fixing whitespace errors.\n";