From c4e85913513b3f7393c47745b5efc3a564bb9fb8 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 19 Sep 2012 12:48:32 -0400 Subject: add missing --no-verify to prevent the pre-commit hook's git annex fix --- Assistant/Threads/Committer.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'Assistant') 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 -- cgit v1.2.3