aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2018-03-06 13:51:06 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2018-03-06 13:51:06 -0400
commit3d3b2b0265bdcaf919def82050972a1079bdee0e (patch)
tree0fccb355d54b8e73ab7beb22a46de0ba2df61de8
parentf659a2bfda20b0927c111d649875af6a544ff45d (diff)
followup
-rw-r--r--doc/bugs/git-annex_adds_unicode_characters_at_end_of_checksum.mdwn2
-rw-r--r--doc/bugs/git-annex_adds_unicode_characters_at_end_of_checksum/comment_8_8dd44353d46d774ad376b24ecca3e56e._comment18
2 files changed, 20 insertions, 0 deletions
diff --git a/doc/bugs/git-annex_adds_unicode_characters_at_end_of_checksum.mdwn b/doc/bugs/git-annex_adds_unicode_characters_at_end_of_checksum.mdwn
index 0534925ea..ec8d57b65 100644
--- a/doc/bugs/git-annex_adds_unicode_characters_at_end_of_checksum.mdwn
+++ b/doc/bugs/git-annex_adds_unicode_characters_at_end_of_checksum.mdwn
@@ -48,3 +48,5 @@ https://www.dropbox.com/s/kghlz41ooaqfr0h/12.%20Change%20The%20World%20%28feat.%
### Have you had any luck using git-annex before?
Dude, I love git-annex. I use it to have multiple copies of my HUGE music collection. I love that I can just have partial copies of my whole collection on my laptop/phone/remote servers/usb drive backup and have that all documented properly. This is some amazing software my man!
+
+> [[done]]; see comments --[[Joey]]
diff --git a/doc/bugs/git-annex_adds_unicode_characters_at_end_of_checksum/comment_8_8dd44353d46d774ad376b24ecca3e56e._comment b/doc/bugs/git-annex_adds_unicode_characters_at_end_of_checksum/comment_8_8dd44353d46d774ad376b24ecca3e56e._comment
new file mode 100644
index 000000000..31f208921
--- /dev/null
+++ b/doc/bugs/git-annex_adds_unicode_characters_at_end_of_checksum/comment_8_8dd44353d46d774ad376b24ecca3e56e._comment
@@ -0,0 +1,18 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 8"""
+ date="2018-03-06T17:40:50Z"
+ content="""
+There are a few programs that look at filename extensions and when asked to
+open a git-annex symlink, resolve the symlink and look at the extension of
+the file it *points* to. Mostly such programs are on OSX I think,
+although there may be one or two on Linux. The extension is in the keys by
+default because of that insanity.
+
+It might be that you could mess with your locale settings and get python to
+manage to decode the unicode character.
+
+Since it looks like everything that it makes sense to do in git-annex has
+been done, and you opened the glacier-cli bug, I suppose I'll close this
+one.
+"""]]