aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/git_annex_unused_aborts_due_to_filename_encoding_problems.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-06-20 12:57:19 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-06-20 12:57:19 -0400
commit701231e930d1381d458711a916b31d32570265b7 (patch)
tree0de263bfdc76cea94495737ccefb61ea64c7d3ea /doc/bugs/git_annex_unused_aborts_due_to_filename_encoding_problems.mdwn
parentdfccee26168d1ecca34dc504812f24a23b7633ed (diff)
parent77bcc76e87bb745955b18d6aed6d1d53c9b45735 (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
Diffstat (limited to 'doc/bugs/git_annex_unused_aborts_due_to_filename_encoding_problems.mdwn')
-rw-r--r--doc/bugs/git_annex_unused_aborts_due_to_filename_encoding_problems.mdwn14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/bugs/git_annex_unused_aborts_due_to_filename_encoding_problems.mdwn b/doc/bugs/git_annex_unused_aborts_due_to_filename_encoding_problems.mdwn
new file mode 100644
index 000000000..d134013a4
--- /dev/null
+++ b/doc/bugs/git_annex_unused_aborts_due_to_filename_encoding_problems.mdwn
@@ -0,0 +1,14 @@
+What steps will reproduce the problem?
+I don't know exactly when it started
+
+What is the expected output? What do you see instead?
+When I run git annex unused I get
+
+ unused . (checking for unused data...) (checking master...) git-annex: Cannot decode byte '\xb4': Data.Text.Encoding.decodeUtf8: Invalid UTF-8 stream
+
+Most likely I have added some file with a strange encoding that git-annex can't decode. The problem is that the unused process aborts because of this.
+
+What version of git-annex are you using? On what operating system?
+ 3.20120522, Debian testing
+
+Please provide any additional information below.