summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dgray@c271d419d641bd22709a8e53c8b644231a99fa0c <dgray@web>2016-08-04 11:12:50 +0000
committerGravatar admin <admin@branchable.com>2016-08-04 11:12:50 +0000
commitd54c53ba1e1986cf29a923452499d9c29a141f85 (patch)
treed77e148eca86802ed1cb925a2536cc17ed8f13a0
parentff777a66b3d2ba3034555c4e83a5f6950aad3a49 (diff)
-rw-r--r--doc/bugs/filename_with___34____63____34___causes_unknown_response.mdwn47
1 files changed, 47 insertions, 0 deletions
diff --git a/doc/bugs/filename_with___34____63____34___causes_unknown_response.mdwn b/doc/bugs/filename_with___34____63____34___causes_unknown_response.mdwn
new file mode 100644
index 000000000..842511972
--- /dev/null
+++ b/doc/bugs/filename_with___34____63____34___causes_unknown_response.mdwn
@@ -0,0 +1,47 @@
+### Please describe the problem.
+When I do git annex add on a directory with a filename that include a "?"
+I get an error:
+git-annex: unknown response from git cat-file ("HEAD:./Home/wc/Icon missing","HEAD:./Home/wc/Icon\r")
+CallStack (from HasCallStack):
+ error, called at ./Git/CatFile.hs:86:48 in main:Git.CatFile
+
+where the file here was called "Icon?"
+
+### What steps will reproduce the problem?
+mkdir test
+
+cd test
+
+git init
+
+git annex init "test"
+
+cp ~/Desktop/Icon? .
+
+ls
+
+Icon?
+
+git annex add .
+
+ git-annex: unknown response from git cat-file ("HEAD:./Icon missing","HEAD:./Icon\r")
+CallStack (from HasCallStack):
+ error, called at ./Git/CatFile.hs:86:48 in main:Git.CatFile
+
+### What version of git-annex are you using? On what operating system?
+git-annex-6.20160619
+
+OSX El Capitan using brew install git-annex
+
+### 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
+
+
+# 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)
+