hlint
This commit is contained in:
parent
e7aaa55c53
commit
a1e52f0ce5
18 changed files with 36 additions and 37 deletions
2
Init.hs
2
Init.hs
|
@ -68,7 +68,7 @@ gitPreCommitHookUnWrite = unlessBare $ do
|
|||
" Edit it to remove call to git annex."
|
||||
|
||||
unlessBare :: Annex () -> Annex ()
|
||||
unlessBare = unlessM $ fromRepo $ Git.repoIsLocalBare
|
||||
unlessBare = unlessM $ fromRepo Git.repoIsLocalBare
|
||||
|
||||
preCommitHook :: Annex FilePath
|
||||
preCommitHook = (</>) <$> fromRepo Git.gitDir <*> pure "hooks/pre-commit"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue