diff options
-rw-r--r-- | Assistant/Threads/Committer.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Assistant/Threads/Committer.hs b/Assistant/Threads/Committer.hs index eb09be680..61e3a9287 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 |