summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-01-11 12:52:11 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-01-11 12:52:11 -0400
commit98df0b3ab024c6df2256003d4b3165a44e61df7d (patch)
treef5e0e292e73c4b509b90baab641c180b0181737a
parent76ad7b2ce8bdf991d72872ad40ae828457bc946d (diff)
comment
-rw-r--r--doc/bugs/cannot_add_a_files_with_an_accent_in_it/comment_1_d465d7f88c8f11b4b636fba56711d745._comment23
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/bugs/cannot_add_a_files_with_an_accent_in_it/comment_1_d465d7f88c8f11b4b636fba56711d745._comment b/doc/bugs/cannot_add_a_files_with_an_accent_in_it/comment_1_d465d7f88c8f11b4b636fba56711d745._comment
new file mode 100644
index 000000000..0d47449a0
--- /dev/null
+++ b/doc/bugs/cannot_add_a_files_with_an_accent_in_it/comment_1_d465d7f88c8f11b4b636fba56711d745._comment
@@ -0,0 +1,23 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2016-01-11T16:46:42Z"
+ content="""
+I can't even type an e with an accent in it into the bash prompt on OSX.
+However, I copied over such a file, and had no problem adding it:
+
+ bash-3.2$ ls
+ e??
+ bash-3.2$ git annex add .
+ add ë ok
+ bash-3.2$ git annex status
+ A ë
+
+I also tried tab-completing a file named "testë" and that also works:
+
+ oberon:gd joeyh$ git annex add teste\314\210
+ add testë ok
+ (recording state in git...)
+
+So, I can't reproduce your problem.
+"""]]