summaryrefslogtreecommitdiff
path: root/doc/bugs/git_annex_unused_aborts_due_to_filename_encoding_problems.mdwn
diff options
context:
space:
mode:
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.mdwn2
1 files changed, 1 insertions, 1 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
index eb87eaacf..d134013a4 100644
--- 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
@@ -4,7 +4,7 @@ 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
+ 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.