diff options
author | Joey Hess <joey@kitenet.net> | 2012-09-13 19:14:00 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-09-13 19:14:29 -0400 |
commit | 60c31afc3804734e8c85b1d3f4a530b9cdaf8b5e (patch) | |
tree | fe45d41c05d640dbb83f12f0e461d5fa01e25d61 /Command/Sync.hs | |
parent | 61c3ce656263bfaccf9349a77d3f046a534f9bd8 (diff) |
add decodeW8
Diffstat (limited to 'Command/Sync.hs')
-rw-r--r-- | Command/Sync.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Sync.hs b/Command/Sync.hs index 2a27bf870..630ceb053 100644 --- a/Command/Sync.hs +++ b/Command/Sync.hs @@ -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 |