summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-09-19 12:48:32 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-09-19 12:48:32 -0400
commitc4e85913513b3f7393c47745b5efc3a564bb9fb8 (patch)
tree3ad7c80df75b8520de0a56a7ec13d3f14276dec9
parent08fa128c2a2cc5951327cd834cc40886990b9042 (diff)
add missing --no-verify to prevent the pre-commit hook's git annex fix
-rw-r--r--Assistant/Threads/Committer.hs1
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