diff options
author | http://adamspiers.myopenid.com/ <Adam@web> | 2011-12-24 01:05:08 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2011-12-24 01:05:08 +0000 |
commit | 4eafd43cce00942625b24adb50917e9074ae7e4b (patch) | |
tree | 4cbf865348d188987d2a23474cf6e15d1d50c2b3 /doc/bugs | |
parent | f78b0cb4e77be51344b2eb6d1f29b62192748e7b (diff) |
Added a comment: Any update on this?
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/problems_with_utf8_names/comment_1_3c7e3f021c2c94277eecf9c8af6cec5f._comment | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/bugs/problems_with_utf8_names/comment_1_3c7e3f021c2c94277eecf9c8af6cec5f._comment b/doc/bugs/problems_with_utf8_names/comment_1_3c7e3f021c2c94277eecf9c8af6cec5f._comment new file mode 100644 index 000000000..692b5d537 --- /dev/null +++ b/doc/bugs/problems_with_utf8_names/comment_1_3c7e3f021c2c94277eecf9c8af6cec5f._comment @@ -0,0 +1,17 @@ +[[!comment format=mdwn + username="http://adamspiers.myopenid.com/" + nickname="Adam" + subject="Any update on this?" + date="2011-12-24T01:05:07Z" + content=""" +I just noticed this issue, and was wondering what the current status is. + + % ls -l 04\ -\ Orixás.mp3 + -rw-r--r-- 1 adam users 8377816 Jul 12 2007 04 - Orixás.mp3 + % echo 04\ -\ Orixás.mp3 | od -c + 0000000 0 4 - O r i x 303 241 s . m p 3 + 0000020 \n + 0000021 + % git annex add 04\ -\ Orixás.mp3 + git-annex: /home/adam/music/RotC/transcribe/04 - Orixás.mp3: getSymbolicLinkStatus: does not exist (No such file or directory) +"""]] |