aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2014-12-22 15:17:00 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2014-12-22 15:17:00 -0400
commitd54ea42de6cbd297d398d4e6f1d27f507a7de5d9 (patch)
treef7d7e9fdfb591912e76dc7e66b67930cb25b576a /doc
parent3d75b37447fc4df623eab359a89ce2bdc82ca285 (diff)
vicfg: Avoid crashing on badly encoded config data.
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/git_annex_vicfg_fail_with_Buffer:_invalid_argument___40__invalid_character__41__.mdwn7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/bugs/git_annex_vicfg_fail_with_Buffer:_invalid_argument___40__invalid_character__41__.mdwn b/doc/bugs/git_annex_vicfg_fail_with_Buffer:_invalid_argument___40__invalid_character__41__.mdwn
index 4101ee1dc..b74528bda 100644
--- a/doc/bugs/git_annex_vicfg_fail_with_Buffer:_invalid_argument___40__invalid_character__41__.mdwn
+++ b/doc/bugs/git_annex_vicfg_fail_with_Buffer:_invalid_argument___40__invalid_character__41__.mdwn
@@ -11,7 +11,10 @@ The problem does exit on all the clone of the repos.
### What steps will reproduce the problem?
-I don't know if the "è" in the directory name is linked to this. It seem also that the description of one of the repository has been incorrect (something like "toubib: ~/Biblioth⯁⯁⯁que calibre/" where the three ⯁ replace one incorrectly encoded char that was, since then, changed.
+I don't know if the "è" in the directory name is linked to this. It seem
+also that the description of one of the repository has been incorrect
+(something like "toubib: ~/Biblioth⯁⯁⯁que calibre/" where the three ⯁
+replace one incorrectly encoded char that was, since then, changed.
### What version of git-annex are you using? On what operating system?
@@ -27,3 +30,5 @@ I'm using the more uptodate version that are in Debian sid:
local repository version: 5
supported repository version: 5
upgrade supported from repository versions: 0 1 2 4
+
+> [[fixed|done]] --[[Joey]]