From 616e6f8a840ef4d99632d12a2e7ea15c3cfb1805 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 2 Apr 2011 13:49:03 -0400 Subject: Use lowercase hash directories for locationlog files to avoid some issues with git on OSX with the mixed-case directories. No migration is needed; the old mixed case hash directories are still read; new information is written to the new directories. --- Remote/Directory.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Remote/Directory.hs') diff --git a/Remote/Directory.hs b/Remote/Directory.hs index f97449eaa..0d3478b79 100644 --- a/Remote/Directory.hs +++ b/Remote/Directory.hs @@ -66,7 +66,7 @@ directorySetup u c = do return $ M.delete "directory" c dirKey :: FilePath -> Key -> FilePath -dirKey d k = d hashDir k f f +dirKey d k = d hashDirMixed k f f where f = keyFile k -- cgit v1.2.3