Merge branch 'master' into bloom

Conflicts:
	Command/Commit.hs
	debian/changelog
This commit is contained in:
Joey Hess 2012-03-14 12:41:48 -04:00
commit 342fc28437
5 changed files with 33 additions and 3 deletions

View file

@ -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