From 8dbd36ab0aae3f3bcc864f9f79ff72c553ad2b8d Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawnXgp-iIaBK5pnk22xqMVERQb97VyXaejs" Date: Wed, 20 Jun 2012 11:12:11 +0000 Subject: --- ...ex_unused_aborts_due_to_filename_encoding_problems.mdwn | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 doc/bugs/git_annex_unused_aborts_due_to_filename_encoding_problems.mdwn (limited to 'doc/bugs/git_annex_unused_aborts_due_to_filename_encoding_problems.mdwn') 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..eb87eaacf --- /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. -- cgit v1.2.3 From befa378ef7b9cf71e5c497dd35e2cdce68941bee Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawnXgp-iIaBK5pnk22xqMVERQb97VyXaejs" Date: Wed, 20 Jun 2012 11:12:48 +0000 Subject: --- doc/bugs/git_annex_unused_aborts_due_to_filename_encoding_problems.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/bugs/git_annex_unused_aborts_due_to_filename_encoding_problems.mdwn') 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. -- cgit v1.2.3