clean Annex stuff out of Utility/
This commit is contained in:
parent
52c8244219
commit
91366c896d
8 changed files with 14 additions and 16 deletions
|
@ -127,7 +127,7 @@ isLinkToAnnex s = ("/.git/" ++ objectDir) `isInfixOf` s
|
|||
- is one to one.
|
||||
- ":" is escaped to "&c", because despite it being 2011, people still care
|
||||
- about FAT.
|
||||
- -}
|
||||
-}
|
||||
keyFile :: Key -> FilePath
|
||||
keyFile key = replace "/" "%" $ replace ":" "&c" $
|
||||
replace "%" "&s" $ replace "&" "&a" $ show key
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue