summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-02-02 15:44:22 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-02-02 15:44:22 -0400
commit94caa268831e14134ee72a01eace8c9fff9a954a (patch)
tree1519e106767d5e0093b3e6e63f950405fd27dafe
parent828df56453d9b0a1483d5c85e6ca739b158883d3 (diff)
update
-rw-r--r--doc/bugs/problems_with_utf8_names.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/bugs/problems_with_utf8_names.mdwn b/doc/bugs/problems_with_utf8_names.mdwn
index ac110a6ae..b99b58783 100644
--- a/doc/bugs/problems_with_utf8_names.mdwn
+++ b/doc/bugs/problems_with_utf8_names.mdwn
@@ -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