diff --git a/Assistant/Threads/Committer.hs b/Assistant/Threads/Committer.hs index eb09be6803..61e3a92879 100644 --- a/Assistant/Threads/Committer.hs +++ b/Assistant/Threads/Committer.hs @@ -80,6 +80,7 @@ commitStaged = do -- Avoid running the usual git-annex pre-commit hook; -- watch does the same symlink fixing, and we don't want -- to deal with unlocked files in these commits. + , Param "--no-verify" , Param "--quiet" ] {- Empty commits may be made if tree changes cancel