summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-10-05 10:57:34 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-10-05 10:57:34 -0400
commit45dc6436ad9a4bea4a516c61004f46edad7992d9 (patch)
tree38d94c7ce2516c20cde760431db216e09e54052c
parente7158bcbeaf76df0c2469cba58b6af813cb44d20 (diff)
note
-rw-r--r--doc/bugs/error_when_using_repositories_with_non-ASCII_characters.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/bugs/error_when_using_repositories_with_non-ASCII_characters.mdwn b/doc/bugs/error_when_using_repositories_with_non-ASCII_characters.mdwn
index d8df4aa1a..9edd754c7 100644
--- a/doc/bugs/error_when_using_repositories_with_non-ASCII_characters.mdwn
+++ b/doc/bugs/error_when_using_repositories_with_non-ASCII_characters.mdwn
@@ -52,3 +52,8 @@ Using Ubuntu's original version (3.20120406) the error message is a bit differen
trusted repositories: git-annex-shell: //tmp/acentuação: changeWorkingDirectory: does not exist (No such file or directory)
Command ssh ["-S","/var/tmp/acentua\231\227o/.git/annex/ssh/localhost","-o","ControlMaster=auto","-o","ControlPersist=yes","localhost","git-annex-shell 'configlist' '//tmp/acentua\195\167\195\163o'"] failed; exit code 1
+> I think this is the last unvalid utf-8 bug in git-annex. At least,
+> the last one I hypothesized exists. It's in the union merge code. I will
+> try to look at it again soon; the last 2 times I looked at that code
+> I could not see an easy way to make it allow invalid utf-8 encoded data.
+> --[[Joey]]