add missing --no-verify to prevent the pre-commit hook's git annex fix
This commit is contained in:
parent
08fa128c2a
commit
c4e8591351
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue