summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alan <Alan@web>2016-01-08 12:53:20 +0000
committerGravatar admin <admin@branchable.com>2016-01-08 12:53:20 +0000
commit7fa6c4169d762cb672a3365b146914de44a53a54 (patch)
treecab60b8e961238bef0d1698a3dd2028a84ffb426
parente233d4263a25181db86dc2e9726c60f98607fa84 (diff)
-rw-r--r--doc/bugs/cannot_add_a_files_with_an_accent_in_it.mdwn43
1 files changed, 43 insertions, 0 deletions
diff --git a/doc/bugs/cannot_add_a_files_with_an_accent_in_it.mdwn b/doc/bugs/cannot_add_a_files_with_an_accent_in_it.mdwn
new file mode 100644
index 000000000..f85453a88
--- /dev/null
+++ b/doc/bugs/cannot_add_a_files_with_an_accent_in_it.mdwn
@@ -0,0 +1,43 @@
+### Please describe the problem.
+
+I cannot add a file that has an accent in its name. If I change the file name to not have accents, everything works.
+
+### What steps will reproduce the problem?
+
+- create a file with an accent in its name
+- "git annex status" shows the file is not checked in
+- "git annex add" the file
+- nothing happens, and "git annex status" still shows the file as not checked in
+
+### What version of git-annex are you using? On what operating system?
+
+% brew info git-annex
+git-annex: stable 5.20151218 (bottled), HEAD
+
+OS X 10.11.2
+
+### Please provide any additional information below.
+
+[[!format sh """
+# If you can, paste a complete transcript of the problem occurring here.
+# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log
+[schmitta@charm-ecran:~/Documents/annex on master]
+% git annex status
+[schmitta@charm-ecran:~/Documents/annex on master]
+% cat > é
+foo
+[schmitta@charm-ecran:~/Documents/annex on master]
+% git annex status ✭
+? é
+[schmitta@charm-ecran:~/Documents/annex on master]
+% git annex add é ✭
+[schmitta@charm-ecran:~/Documents/annex on master]
+% git annex status ✭
+? é
+
+# End of transcript or log.
+"""]]
+
+### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)
+
+Yes, git annex is great and I use it to store videos I want to watch later but that are too big to all be stored on my laptop.