From 80d3244b5384bc54c3adf4d958e0115e4a62b369 Mon Sep 17 00:00:00 2001 From: "i@f4fc1d4ed8c7cc91fc284462cb631c270a5195e9" Date: Sat, 3 Mar 2018 13:16:45 +0000 Subject: --- ...adds_unicode_characters_at_end_of_checksum.mdwn | 47 ++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 doc/bugs/git-annex_adds_unicode_characters_at_end_of_checksum.mdwn 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 new file mode 100644 index 000000000..a58de121f --- /dev/null +++ b/doc/bugs/git-annex_adds_unicode_characters_at_end_of_checksum.mdwn @@ -0,0 +1,47 @@ +### Please describe the problem. +Files with special unicode characters(in this case japanese) for some reason have the characters added to the file key. + +This is an issue because it causes errors when using glacier-cli when uploading copies to Glacier vault. + +### What steps will reproduce t +lrwxrwxrwx 1 sochan sochan 221 Mar 3 13:37 12. Change The he problem? +Here's how it looks for me: + +[[!format sh """ +% ls -l 12.\ Change\ The\ World\ \(feat.\ 웅산\).mp3 +lrwxrwxrwx 1 sochan sochan 221 Mar 3 13:37 12. Change The World (feat. 웅산).mp3 -> ../../../.git/annex/objects/6G/8K/SHA256E-s7479642--957208748ae03fe4fc8d7877b2c9d82b7f31be0726e4a3dec9063b84cc64cf09.웅산.mp3/SHA256E-s7479642--957208748ae03fe4fc8d7877b2c9d82b7f31be0726e4a3dec9063b84cc64cf09.웅산.mp3 + % g an info 12.\ Change\ The\ World\ \(feat.\ 웅산\).mp3 +file: 12. Change The World (feat. 웅산).mp3 +size: 7.48 megabytes +key: SHA256E-s7479642--957208748ae03fe4fc8d7877b2c9d82b7f31be0726e4a3dec9063b84cc64cf09.웅산.mp3 +present: true + % g an calckey 12.\ Change\ The\ World\ \(feat.\ 웅산\).mp3 +SHA256E-s7479642--957208748ae03fe4fc8d7877b2c9d82b7f31be0726e4a3dec9063b84cc64cf09.웅산.mp3 + % sha256sum 12.\ Change\ The\ World\ \(feat.\ 웅산\).mp3 +957208748ae03fe4fc8d7877b2c9d82b7f31be0726e4a3dec9063b84cc64cf09 12. Change The World (feat. 웅산).mp3 +"""]] + +### What version of git-annex are you using? On what operating system? + +[[!format sh """ + % git-annex version +git-annex version: 6.20170101.1 +build flags: Assistant (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)Webapp Pairing Testsuite S3(multipartupload)(storageclasses) WebDAV Inotify DBus DesktopNotify ConcurrentOutput TorrentParser MagicMime Feeds Quvi +key/value backends: SHA256E SHA256 SHA512E SHA512 SHA224E SHA224 SHA384E SHA384 SHA3_256E SHA3_256 SHA3_512E SHA3_512 SHA3_224E SHA3_224 SHA3_384E SHA3_384 SKEIN256E SKEIN256 SKEIN512E SKEIN512 SHA1E SHA1 MD5E MD5 WORM URL +remote types: git gcrypt p2p S3 bup directory rsync web bittorrent webdav tahoe glacier ddar hook external +local repository version: 5 +supported repository versions: 3 5 6 +upgrade supported from repository versions: 0 1 2 3 4 5 +operating system: linux x86_64 +% lsb_release -a +No LSB modules are available. +Distributor ID: Debian +Description: Debian GNU/LinHere's how it looks for me: +"""]] + +### Please provide any additional information below. +Here's a sample file: +https://www.dropbox.com/s/kghlz41ooaqfr0h/12.%20Change%20The%20World%20%28feat.%20%EC%9B%85%EC%82%B0%29.mp3?dl=0 + +### 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! -- cgit v1.2.3 From d4590cf9cb2dd9da80f7ed5d0121fbabf432850b Mon Sep 17 00:00:00 2001 From: "i@f4fc1d4ed8c7cc91fc284462cb631c270a5195e9" Date: Sat, 3 Mar 2018 13:17:56 +0000 Subject: --- doc/bugs/git-annex_adds_unicode_characters_at_end_of_checksum.mdwn | 3 +-- 1 file changed, 1 insertion(+), 2 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 a58de121f..27dd0c4cc 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 @@ -3,8 +3,7 @@ Files with special unicode characters(in this case japanese) for some reason hav This is an issue because it causes errors when using glacier-cli when uploading copies to Glacier vault. -### What steps will reproduce t -lrwxrwxrwx 1 sochan sochan 221 Mar 3 13:37 12. Change The he problem? +### What steps will reproduce the problem? Here's how it looks for me: [[!format sh """ -- cgit v1.2.3 From b4f49768b806e37371a94df1be948d79a012bc86 Mon Sep 17 00:00:00 2001 From: "i@f4fc1d4ed8c7cc91fc284462cb631c270a5195e9" Date: Sat, 3 Mar 2018 16:14:45 +0000 Subject: --- doc/bugs/git-annex_adds_unicode_characters_at_end_of_checksum.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 27dd0c4cc..8de8ac6bd 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 @@ -25,7 +25,7 @@ SHA256E-s7479642--957208748ae03fe4fc8d7877b2c9d82b7f31be0726e4a3dec9063b84cc64cf [[!format sh """ % git-annex version git-annex version: 6.20170101.1 -build flags: Assistant (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)Webapp Pairing Testsuite S3(multipartupload)(storageclasses) WebDAV Inotify DBus DesktopNotify ConcurrentOutput TorrentParser MagicMime Feeds Quvi +build flags: Assistant Webapp Pairing Testsuite S3(multipartupload)(storageclasses) WebDAV Inotify DBus DesktopNotify ConcurrentOutput TorrentParser MagicMime Feeds Quvi key/value backends: SHA256E SHA256 SHA512E SHA512 SHA224E SHA224 SHA384E SHA384 SHA3_256E SHA3_256 SHA3_512E SHA3_512 SHA3_224E SHA3_224 SHA3_384E SHA3_384 SKEIN256E SKEIN256 SKEIN512E SKEIN512 SHA1E SHA1 MD5E MD5 WORM URL remote types: git gcrypt p2p S3 bup directory rsync web bittorrent webdav tahoe glacier ddar hook external local repository version: 5 -- cgit v1.2.3 From 993591764a23dd6146615aa834e0478c713cf067 Mon Sep 17 00:00:00 2001 From: "i@f4fc1d4ed8c7cc91fc284462cb631c270a5195e9" Date: Sat, 3 Mar 2018 16:15:32 +0000 Subject: --- doc/bugs/git-annex_adds_unicode_characters_at_end_of_checksum.mdwn | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 8de8ac6bd..84ca70bea 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 @@ -35,7 +35,9 @@ operating system: linux x86_64 % lsb_release -a No LSB modules are available. Distributor ID: Debian -Description: Debian GNU/LinHere's how it looks for me: +Description: Debian GNU/Linux 9.3 (stretch) +Release: 9.3 +Codename: stretch """]] ### Please provide any additional information below. -- cgit v1.2.3 From 0aaf1785f52377b9391dc26021b77f389aa8cfcf Mon Sep 17 00:00:00 2001 From: "i@f4fc1d4ed8c7cc91fc284462cb631c270a5195e9" Date: Sat, 3 Mar 2018 16:21:07 +0000 Subject: Added a comment: checked 6.20180112 and it's the same --- ...ent_1_360b2731bde42fc3fcb621b9fa467153._comment | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 doc/bugs/git-annex_adds_unicode_characters_at_end_of_checksum/comment_1_360b2731bde42fc3fcb621b9fa467153._comment diff --git a/doc/bugs/git-annex_adds_unicode_characters_at_end_of_checksum/comment_1_360b2731bde42fc3fcb621b9fa467153._comment b/doc/bugs/git-annex_adds_unicode_characters_at_end_of_checksum/comment_1_360b2731bde42fc3fcb621b9fa467153._comment new file mode 100644 index 000000000..8a0b6120d --- /dev/null +++ b/doc/bugs/git-annex_adds_unicode_characters_at_end_of_checksum/comment_1_360b2731bde42fc3fcb621b9fa467153._comment @@ -0,0 +1,24 @@ +[[!comment format=mdwn + username="i@f4fc1d4ed8c7cc91fc284462cb631c270a5195e9" + nickname="i" + avatar="http://cdn.libravatar.org/avatar/661785c9bf4c87cc795f130b47a1c4ae" + subject="checked 6.20180112 and it's the same" + date="2018-03-03T16:21:06Z" + content=""" +I installed git-annex from Debian buster(6.20180112) and checked, I get the same thing from calckey: + +[[!format sh \"\"\" + % g an version +git-annex version: 6.20180112 +build flags: Assistant Webapp Pairing S3(multipartupload)(storageclasses) WebDAV Inotify DBus DesktopNotify ConcurrentOutput TorrentParser MagicMime Feeds Testsuite +dependency versions: aws-0.16 bloomfilter-2.0.1.0 cryptonite-0.23 DAV-1.3.1 feed-0.3.12.0 ghc-8.0.2 http-client-0.5.7.1 persistent-sqlite-2.6.3 torrent-10000.1.1 uuid-1.3.13 yesod-1.4.5 +key/value backends: SHA256E SHA256 SHA512E SHA512 SHA224E SHA224 SHA384E SHA384 SHA3_256E SHA3_256 SHA3_512E SHA3_512 SHA3_224E SHA3_224 SHA3_384E SHA3_384 SKEIN256E SKEIN256 SKEIN512E SKEIN512 SHA1E SHA1 MD5E MD5 WORM URL +remote types: git gcrypt p2p S3 bup directory rsync web bittorrent webdav tahoe glacier ddar hook external +local repository version: 5 +supported repository versions: 3 5 6 +upgrade supported from repository versions: 0 1 2 3 4 5 +operating system: linux x86_64 + % g an calckey 12.\ Change\ The\ World\ \(feat.\ 웅산\).mp3 +SHA256E-s7479642--957208748ae03fe4fc8d7877b2c9d82b7f31be0726e4a3dec9063b84cc64cf09.웅산.mp3 +\"\"\"]] +"""]] -- cgit v1.2.3 From 3ffda61595ca9a4a8521575b4554dd5f91bb8b85 Mon Sep 17 00:00:00 2001 From: "i@f4fc1d4ed8c7cc91fc284462cb631c270a5195e9" Date: Sat, 3 Mar 2018 16:23:37 +0000 Subject: Added a comment: I've also upgraded the repo to version 6 --- ...ent_2_2c0729d9beb09c0392be6d63b491d9ca._comment | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 doc/bugs/git-annex_adds_unicode_characters_at_end_of_checksum/comment_2_2c0729d9beb09c0392be6d63b491d9ca._comment diff --git a/doc/bugs/git-annex_adds_unicode_characters_at_end_of_checksum/comment_2_2c0729d9beb09c0392be6d63b491d9ca._comment b/doc/bugs/git-annex_adds_unicode_characters_at_end_of_checksum/comment_2_2c0729d9beb09c0392be6d63b491d9ca._comment new file mode 100644 index 000000000..7d404f057 --- /dev/null +++ b/doc/bugs/git-annex_adds_unicode_characters_at_end_of_checksum/comment_2_2c0729d9beb09c0392be6d63b491d9ca._comment @@ -0,0 +1,22 @@ +[[!comment format=mdwn + username="i@f4fc1d4ed8c7cc91fc284462cb631c270a5195e9" + nickname="i" + avatar="http://cdn.libravatar.org/avatar/661785c9bf4c87cc795f130b47a1c4ae" + subject="I've also upgraded the repo to version 6" + date="2018-03-03T16:23:37Z" + content=""" +[[!format sh \"\"\" + % g an upgrade +upgrade (v5 to v6...) (scanning for unlocked files...) +ok + % g an info 12.\ Change\ The\ World\ \(feat.\ 웅산\).mp3 +file: 12. Change The World (feat. 웅산).mp3 +size: 7.48 megabytes +key: SHA256E-s7479642--957208748ae03fe4fc8d7877b2c9d82b7f31be0726e4a3dec9063b84cc64cf09.웅산.mp3 +present: true + % g an calckey 12.\ Change\ The\ World\ \(feat.\ 웅산\).mp3 +SHA256E-s7479642--957208748ae03fe4fc8d7877b2c9d82b7f31be0726e4a3dec9063b84cc64cf09.웅산.mp3 +\"\"\"]] + +Same thing with upgraded repo version. +"""]] -- cgit v1.2.3 From c81e71042d210076802a001178565c693c13a989 Mon Sep 17 00:00:00 2001 From: "i@f4fc1d4ed8c7cc91fc284462cb631c270a5195e9" Date: Sat, 3 Mar 2018 16:43:27 +0000 Subject: Added a comment: this has something to do with the dot and space --- ...ent_3_4e95c616da82eea1437744aaf02f39dd._comment | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 doc/bugs/git-annex_adds_unicode_characters_at_end_of_checksum/comment_3_4e95c616da82eea1437744aaf02f39dd._comment diff --git a/doc/bugs/git-annex_adds_unicode_characters_at_end_of_checksum/comment_3_4e95c616da82eea1437744aaf02f39dd._comment b/doc/bugs/git-annex_adds_unicode_characters_at_end_of_checksum/comment_3_4e95c616da82eea1437744aaf02f39dd._comment new file mode 100644 index 000000000..70e14e80f --- /dev/null +++ b/doc/bugs/git-annex_adds_unicode_characters_at_end_of_checksum/comment_3_4e95c616da82eea1437744aaf02f39dd._comment @@ -0,0 +1,30 @@ +[[!comment format=mdwn + username="i@f4fc1d4ed8c7cc91fc284462cb631c270a5195e9" + nickname="i" + avatar="http://cdn.libravatar.org/avatar/661785c9bf4c87cc795f130b47a1c4ae" + subject="this has something to do with the dot and space" + date="2018-03-03T16:43:27Z" + content=""" +I did some tests and apparently this happens only if the characters are proceeded by a dot and/or space: + +[[!format sh \"\"\" + sochan@melchior: 2011 - Kaleidoscope% g an calckey Change.\ 웅산\).mp3 +SHA256E-s7479642--957208748ae03fe4fc8d7877b2c9d82b7f31be0726e4a3dec9063b84cc64cf09.웅산.mp3 + sochan@melchior: 2011 - Kaleidoscope% g an calckey Change.\ 웅산.mp3 +SHA256E-s7479642--957208748ae03fe4fc8d7877b2c9d82b7f31be0726e4a3dec9063b84cc64cf09.웅산.mp3 + sochan@melchior: 2011 - Kaleidoscope% g an calckey Change.웅산.mp3 +SHA256E-s7479642--957208748ae03fe4fc8d7877b2c9d82b7f31be0726e4a3dec9063b84cc64cf09.웅산.mp3 + sochan@melchior: 2011 - Kaleidoscope% g an calckey test_.웅산.mp3 +SHA256E-s7479642--957208748ae03fe4fc8d7877b2c9d82b7f31be0726e4a3dec9063b84cc64cf09.웅산.mp3 + sochan@melchior: 2011 - Kaleidoscope% g an calckey test_웅산.mp3 +SHA256E-s7479642--957208748ae03fe4fc8d7877b2c9d82b7f31be0726e4a3dec9063b84cc64cf09.mp3 + sochan@melchior: 2011 - Kaleidoscope% g an calckey test_.\ 웅산.mp3 +SHA256E-s7479642--957208748ae03fe4fc8d7877b2c9d82b7f31be0726e4a3dec9063b84cc64cf09.웅산.mp3 + sochan@melchior: 2011 - Kaleidoscope% g an calckey test_.\ \ 웅산.mp3 +SHA256E-s7479642--957208748ae03fe4fc8d7877b2c9d82b7f31be0726e4a3dec9063b84cc64cf09.웅산.mp3 + sochan@melchior: 2011 - Kaleidoscope% g an calckey test_.\ \ \ 웅산.mp3 +SHA256E-s7479642--957208748ae03fe4fc8d7877b2c9d82b7f31be0726e4a3dec9063b84cc64cf09.mp3 +\"\"\"]] + +This leads me to thinking that this MIGHT have something to do with code that deals with file extensions. +"""]] -- cgit v1.2.3 From 362c7f996ae9c06e3916946a01676ec56de429d2 Mon Sep 17 00:00:00 2001 From: "i@f4fc1d4ed8c7cc91fc284462cb631c270a5195e9" Date: Sat, 3 Mar 2018 16:49:10 +0000 Subject: Added a comment: it seems to affect regular text too. --- .../comment_4_9833683f8ef8ff939f086e6c68496744._comment | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/bugs/git-annex_adds_unicode_characters_at_end_of_checksum/comment_4_9833683f8ef8ff939f086e6c68496744._comment diff --git a/doc/bugs/git-annex_adds_unicode_characters_at_end_of_checksum/comment_4_9833683f8ef8ff939f086e6c68496744._comment b/doc/bugs/git-annex_adds_unicode_characters_at_end_of_checksum/comment_4_9833683f8ef8ff939f086e6c68496744._comment new file mode 100644 index 000000000..e5e0a0a31 --- /dev/null +++ b/doc/bugs/git-annex_adds_unicode_characters_at_end_of_checksum/comment_4_9833683f8ef8ff939f086e6c68496744._comment @@ -0,0 +1,16 @@ +[[!comment format=mdwn + username="i@f4fc1d4ed8c7cc91fc284462cb631c270a5195e9" + nickname="i" + avatar="http://cdn.libravatar.org/avatar/661785c9bf4c87cc795f130b47a1c4ae" + subject="it seems to affect regular text too." + date="2018-03-03T16:49:10Z" + content=""" +Oh man, yes, yes it does have something to do with extensions, it doesn't matter what it is, it gets added at the end if it's prefixed by a dot, even if there's something like a closing bracket in there: + +[[!format sh \"\"\" + % g an calckey test.wtf.mp3 +SHA256E-s7479642--957208748ae03fe4fc8d7877b2c9d82b7f31be0726e4a3dec9063b84cc64cf09.wtf.mp3 + % g an calckey test.wtf\).mp3 +SHA256E-s7479642--957208748ae03fe4fc8d7877b2c9d82b7f31be0726e4a3dec9063b84cc64cf09.wtf.mp3 +\"\"]] +"""]] -- cgit v1.2.3 From fad5d9bfef2cd37ecf08e697049375bd64b5e001 Mon Sep 17 00:00:00 2001 From: "i@f4fc1d4ed8c7cc91fc284462cb631c270a5195e9" Date: Sat, 3 Mar 2018 16:55:16 +0000 Subject: Added a comment: fixed prev commend --- ...ent_5_a160bb3ce6b8b6e1fe03d649f710806e._comment | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 doc/bugs/git-annex_adds_unicode_characters_at_end_of_checksum/comment_5_a160bb3ce6b8b6e1fe03d649f710806e._comment diff --git a/doc/bugs/git-annex_adds_unicode_characters_at_end_of_checksum/comment_5_a160bb3ce6b8b6e1fe03d649f710806e._comment b/doc/bugs/git-annex_adds_unicode_characters_at_end_of_checksum/comment_5_a160bb3ce6b8b6e1fe03d649f710806e._comment new file mode 100644 index 000000000..f3e504313 --- /dev/null +++ b/doc/bugs/git-annex_adds_unicode_characters_at_end_of_checksum/comment_5_a160bb3ce6b8b6e1fe03d649f710806e._comment @@ -0,0 +1,25 @@ +[[!comment format=mdwn + username="i@f4fc1d4ed8c7cc91fc284462cb631c270a5195e9" + nickname="i" + avatar="http://cdn.libravatar.org/avatar/661785c9bf4c87cc795f130b47a1c4ae" + subject="fixed prev commend" + date="2018-03-03T16:55:16Z" + content=""" +Oh man, yes, yes it does have something to do with extensions, it does not matter what it is, it gets added at the end if it is prefixed by a dot, even if there is something like a closing bracket in there: + +[[!format sh \"\"\" + % g an calckey test.wtf.mp3 +SHA256E-s7479642--957208748ae03fe4fc8d7877b2c9d82b7f31be0726e4a3dec9063b84cc64cf09.wtf.mp3 + % g an calckey test.wtf\).mp3 +SHA256E-s7479642--957208748ae03fe4fc8d7877b2c9d82b7f31be0726e4a3dec9063b84cc64cf09.wtf.mp3 +\"\"\"]] + +So it looks like I can avoid this issue by simply adding a space within the last segment after the dot, for example: + +[[!format sh \"\"\" + % g an calckey 12.\ Change\ The\ World\ \(feat.\ 웅산\).mp3 +SHA256E-s7479642--957208748ae03fe4fc8d7877b2c9d82b7f31be0726e4a3dec9063b84cc64cf09.웅산.mp3 + % g an calckey 12.\ Change\ The\ World\ \(feat.\ 웅산\ \).mp3 +SHA256E-s7479642--957208748ae03fe4fc8d7877b2c9d82b7f31be0726e4a3dec9063b84cc64cf09.mp3 +\"\"\"]] +"""]] -- cgit v1.2.3 From d27dbb96ef1342f5b27740a8c198362159e9fb98 Mon Sep 17 00:00:00 2001 From: "i@f4fc1d4ed8c7cc91fc284462cb631c270a5195e9" Date: Sat, 3 Mar 2018 16:55:32 +0000 Subject: removed --- .../comment_4_9833683f8ef8ff939f086e6c68496744._comment | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 doc/bugs/git-annex_adds_unicode_characters_at_end_of_checksum/comment_4_9833683f8ef8ff939f086e6c68496744._comment diff --git a/doc/bugs/git-annex_adds_unicode_characters_at_end_of_checksum/comment_4_9833683f8ef8ff939f086e6c68496744._comment b/doc/bugs/git-annex_adds_unicode_characters_at_end_of_checksum/comment_4_9833683f8ef8ff939f086e6c68496744._comment deleted file mode 100644 index e5e0a0a31..000000000 --- a/doc/bugs/git-annex_adds_unicode_characters_at_end_of_checksum/comment_4_9833683f8ef8ff939f086e6c68496744._comment +++ /dev/null @@ -1,16 +0,0 @@ -[[!comment format=mdwn - username="i@f4fc1d4ed8c7cc91fc284462cb631c270a5195e9" - nickname="i" - avatar="http://cdn.libravatar.org/avatar/661785c9bf4c87cc795f130b47a1c4ae" - subject="it seems to affect regular text too." - date="2018-03-03T16:49:10Z" - content=""" -Oh man, yes, yes it does have something to do with extensions, it doesn't matter what it is, it gets added at the end if it's prefixed by a dot, even if there's something like a closing bracket in there: - -[[!format sh \"\"\" - % g an calckey test.wtf.mp3 -SHA256E-s7479642--957208748ae03fe4fc8d7877b2c9d82b7f31be0726e4a3dec9063b84cc64cf09.wtf.mp3 - % g an calckey test.wtf\).mp3 -SHA256E-s7479642--957208748ae03fe4fc8d7877b2c9d82b7f31be0726e4a3dec9063b84cc64cf09.wtf.mp3 -\"\"]] -"""]] -- cgit v1.2.3 From ba2910321a601fb99b28ddae685e3c083712fab3 Mon Sep 17 00:00:00 2001 From: rameshvenk Date: Sun, 4 Mar 2018 03:59:42 +0000 Subject: Added a comment: dyld: Symbol not found: _inflateValidate --- .../comment_1_0f013027500f03b52e021716e493fbff._comment | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/bugs/Error_running_git-annex.app_on_OS_X_10.13.1___40__17B1003__41__/comment_1_0f013027500f03b52e021716e493fbff._comment diff --git a/doc/bugs/Error_running_git-annex.app_on_OS_X_10.13.1___40__17B1003__41__/comment_1_0f013027500f03b52e021716e493fbff._comment b/doc/bugs/Error_running_git-annex.app_on_OS_X_10.13.1___40__17B1003__41__/comment_1_0f013027500f03b52e021716e493fbff._comment new file mode 100644 index 000000000..c6784f79b --- /dev/null +++ b/doc/bugs/Error_running_git-annex.app_on_OS_X_10.13.1___40__17B1003__41__/comment_1_0f013027500f03b52e021716e493fbff._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="rameshvenk" + avatar="http://cdn.libravatar.org/avatar/185911818a3eb3795072b1aa1256449c" + subject="dyld: Symbol not found: _inflateValidate" + date="2018-03-04T03:59:42Z" + content=""" +Can confirm that this fix did resolve the issue. My version of git annex is as follows + +git-annex version: 6.20180226-g15a11fedf + +running on 10.13.3 +"""]] -- cgit v1.2.3 From 491ede35845c93be8949f99659674d0cca918188 Mon Sep 17 00:00:00 2001 From: spwhitton Date: Sun, 4 Mar 2018 19:03:19 +0000 Subject: Added a comment: armel+armhf available in stretch-backports --- doc/install/comment_4_3df3ee5c70d4d1ec6963f125c479a9c9._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/install/comment_4_3df3ee5c70d4d1ec6963f125c479a9c9._comment diff --git a/doc/install/comment_4_3df3ee5c70d4d1ec6963f125c479a9c9._comment b/doc/install/comment_4_3df3ee5c70d4d1ec6963f125c479a9c9._comment new file mode 100644 index 000000000..06b8c38f2 --- /dev/null +++ b/doc/install/comment_4_3df3ee5c70d4d1ec6963f125c479a9c9._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="spwhitton" + avatar="http://cdn.libravatar.org/avatar/9c3f08f80e67733fd506c353239569eb" + subject="armel+armhf available in stretch-backports" + date="2018-03-04T19:03:19Z" + content=""" +@Alan: stretch-backports now includes git-annex on armel and armhf. +"""]] -- cgit v1.2.3