Merge branch 'master' into encryption

This commit is contained in:
Joey Hess 2013-09-04 21:45:47 -04:00
commit 359a8bc318

View file

@ -30,9 +30,9 @@ import Annex.UUID
{- Log a change in the presence of a key's value in current repository. -}
logStatus :: Key -> LogStatus -> Annex ()
logStatus key status = do
logStatus key s = do
u <- getUUID
logChange key u status
logChange key u s
{- Log a change in the presence of a key's value in a repository. -}
logChange :: Key -> UUID -> LogStatus -> Annex ()