This commit is contained in:
Joey Hess 2012-02-02 15:44:22 -04:00
parent 828df56453
commit 94caa26883

View file

@ -26,9 +26,9 @@ libraries that do things with FilePaths, if you need them to use
RawFilePaths. Until the haskell ecosystem adapts to `RawFilePath`
(if it does), using it broadly, as git-annex needs to, will be difficult.
## newghc branch
## rawfilepath branch
I have a `newghc` branch in git where I am trying to convert it to use
I have a `rawfilepath` branch in git where I am trying to convert it to use
`RawFilePath`. However, since there is no way to cast a `FilePath` to a
`RawFilePath` or back (because the encoding of `RawFilePath` is not
specified), this means changing essentially all of git-annex. Even the