add decodeW8

This commit is contained in:
Joey Hess 2012-09-13 19:14:00 -04:00
parent 61c3ce6562
commit 60c31afc38
3 changed files with 28 additions and 8 deletions

View file

@ -267,7 +267,7 @@ mergeFile file key
++ takeExtension file
shortHash :: String -> String
shortHash = take 4 . md5s . encodeFilePath
shortHash = take 4 . md5s . md5FilePath
changed :: Remote -> Git.Ref -> Annex Bool
changed remote b = do