Merge branch 'master' into bloom
Conflicts: Command/Commit.hs debian/changelog
This commit is contained in:
commit
342fc28437
5 changed files with 33 additions and 3 deletions
|
@ -22,7 +22,8 @@ seek = [withNothing start]
|
|||
start :: CommandStart
|
||||
start = next $ next $ do
|
||||
Annex.Branch.commit "update"
|
||||
runhook =<< (inRepo $ Git.hookPath "annex-content")
|
||||
_ <- runhook =<< (inRepo $ Git.hookPath "annex-content")
|
||||
return True
|
||||
where
|
||||
runhook (Just hook) = liftIO $ boolSystem hook []
|
||||
runhook Nothing = return True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue