From 0bb2c27894e9c89543c7cac9e9283bd13437553f Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawnVnsqEy82M-MuS2gLri-az83wSQ6lXSrc" Date: Wed, 6 May 2015 05:49:43 +0000 Subject: removed --- ...annex_sync__96___uses_too_much_space__63__.mdwn | 43 ---------------------- 1 file changed, 43 deletions(-) delete mode 100644 doc/forum/__96__git_annex_sync__96___uses_too_much_space__63__.mdwn diff --git a/doc/forum/__96__git_annex_sync__96___uses_too_much_space__63__.mdwn b/doc/forum/__96__git_annex_sync__96___uses_too_much_space__63__.mdwn deleted file mode 100644 index 303cbb8be..000000000 --- a/doc/forum/__96__git_annex_sync__96___uses_too_much_space__63__.mdwn +++ /dev/null @@ -1,43 +0,0 @@ -When I create a new blank annex and try to sync it, I immediately run out of -space. - -This is the original: - - $ git annex info - repository mode: indirect - trusted repositories: 0 - semitrusted repositories: 4 - 00000000-0000-0000-0000-000000000001 -- web - ... - untrusted repositories: 0 - transfers in progress: none - available local disk space: 50.51 gigabytes (+1 megabyte reserved) - local annex keys: 2581 - local annex size: 135.87 gigabytes - annexed files in working tree: 4672 - size of annexed files in working tree: 231.16 gigabytes - bloom filter size: 16 mebibytes (0.5% full) - backend usage: - SHA256E: 7253 - -Then I try to sync on the newly created annex: - - $ git annex sync - commit ok - pull laptop - warning: no common commits - remote: Counting objects: 28801, done. - remote: Compressing objects: 100% (20301/20301), done. - fatal: write error: No space left on device22 MiB | 13.30 MiB/s - fatal: index-pack failed - failed - git-annex: sync: 1 failed - -Now `.git` in the new annex is using 487M (this is the total size of mounted disk): - - $ du -sh .git/ - 487M .git/ - -How big should the target annex be? Is it a multiple of the remote? - -As far as I understand, `sync` should get only the metadata, not the file contents. How can this be bigger than the entire source annex? -- cgit v1.2.3 From 8af1723589551ac0cbebbfbdaf8b0487c504d60e Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawnVnsqEy82M-MuS2gLri-az83wSQ6lXSrc" Date: Wed, 6 May 2015 05:58:21 +0000 Subject: --- doc/forum/Where_did_my_files_go__63__.mdwn | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 doc/forum/Where_did_my_files_go__63__.mdwn diff --git a/doc/forum/Where_did_my_files_go__63__.mdwn b/doc/forum/Where_did_my_files_go__63__.mdwn new file mode 100644 index 000000000..c711d496d --- /dev/null +++ b/doc/forum/Where_did_my_files_go__63__.mdwn @@ -0,0 +1,18 @@ +I import some files that I've seen before somewhere: + + $ git annex import .../download + import download/What_is_The_Digital_Fiction_Factory-Conker_Media.pdf (duplicate) ok + +But the resulting download directory is empty, and `list` doesn't show the file: + + $ git annex list --allrepos What_is_The_Digital_Fiction_Factory-Conker_Media.pdf + here + |... + |... + |... + |... + |... + |... + git-annex: What_is_The_Digital_Fiction_Factory-Conker_Media.pdf not found + +How do I find out where this file can be found? -- cgit v1.2.3 From 3d33abf34a7890d69b1ddd4afaa9ccee5432dd62 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawnVnsqEy82M-MuS2gLri-az83wSQ6lXSrc" Date: Wed, 6 May 2015 06:00:16 +0000 Subject: --- doc/forum/Where_did_my_files_go__63__.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/forum/Where_did_my_files_go__63__.mdwn b/doc/forum/Where_did_my_files_go__63__.mdwn index c711d496d..d51949748 100644 --- a/doc/forum/Where_did_my_files_go__63__.mdwn +++ b/doc/forum/Where_did_my_files_go__63__.mdwn @@ -1,6 +1,6 @@ I import some files that I've seen before somewhere: - $ git annex import .../download + $ git annex import --deduplicate .../download import download/What_is_The_Digital_Fiction_Factory-Conker_Media.pdf (duplicate) ok But the resulting download directory is empty, and `list` doesn't show the file: -- cgit v1.2.3 From 6370d57a5e87d5499e1a59dab97f098701bf5127 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawnVnsqEy82M-MuS2gLri-az83wSQ6lXSrc" Date: Wed, 6 May 2015 06:01:38 +0000 Subject: --- doc/forum/Where_did_my_files_go__63__.mdwn | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/forum/Where_did_my_files_go__63__.mdwn b/doc/forum/Where_did_my_files_go__63__.mdwn index d51949748..f7d811d8f 100644 --- a/doc/forum/Where_did_my_files_go__63__.mdwn +++ b/doc/forum/Where_did_my_files_go__63__.mdwn @@ -1,9 +1,11 @@ I import some files that I've seen before somewhere: $ git annex import --deduplicate .../download + ... import download/What_is_The_Digital_Fiction_Factory-Conker_Media.pdf (duplicate) ok + ... -But the resulting download directory is empty, and `list` doesn't show the file: +But the resulting download directory is empty, and `list` doesn't show any of the files: $ git annex list --allrepos What_is_The_Digital_Fiction_Factory-Conker_Media.pdf here -- cgit v1.2.3 From 1ad4ff81d54d8fbfbc6308ccd8accace6c492409 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawnVnsqEy82M-MuS2gLri-az83wSQ6lXSrc" Date: Wed, 6 May 2015 09:21:19 +0000 Subject: Added a comment --- .../comment_1_3ff3ffa95eb2745ff9ec2a903e071d97._comment | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/forum/Where_did_my_files_go__63__/comment_1_3ff3ffa95eb2745ff9ec2a903e071d97._comment diff --git a/doc/forum/Where_did_my_files_go__63__/comment_1_3ff3ffa95eb2745ff9ec2a903e071d97._comment b/doc/forum/Where_did_my_files_go__63__/comment_1_3ff3ffa95eb2745ff9ec2a903e071d97._comment new file mode 100644 index 000000000..f0b2ae3e7 --- /dev/null +++ b/doc/forum/Where_did_my_files_go__63__/comment_1_3ff3ffa95eb2745ff9ec2a903e071d97._comment @@ -0,0 +1,9 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawnVnsqEy82M-MuS2gLri-az83wSQ6lXSrc" + nickname="Jean" + subject="comment 1" + date="2015-05-06T09:21:19Z" + content=""" +I did a dump of all known files: `$ git annex whereis > ../git-annex-whereis` +No sign of the imported file. +"""]] -- cgit v1.2.3 From f4acbaad31619df1fb44189c0aa97fb84aa59533 Mon Sep 17 00:00:00 2001 From: madduck Date: Wed, 6 May 2015 14:21:39 +0000 Subject: Added a comment --- doc/metadata/comment_5_4be1a181649413a318b7637e0fd5c5d1._comment | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/metadata/comment_5_4be1a181649413a318b7637e0fd5c5d1._comment diff --git a/doc/metadata/comment_5_4be1a181649413a318b7637e0fd5c5d1._comment b/doc/metadata/comment_5_4be1a181649413a318b7637e0fd5c5d1._comment new file mode 100644 index 000000000..5729cde2e --- /dev/null +++ b/doc/metadata/comment_5_4be1a181649413a318b7637e0fd5c5d1._comment @@ -0,0 +1,7 @@ +[[!comment format=mdwn + username="madduck" + subject="comment 5" + date="2015-05-06T14:21:39Z" + content=""" +@joeyh, yes, it would overwrite all metadata. The idea would be to export with --json, manipulate, import… +"""]] -- cgit v1.2.3 From 4979dd3a2ad53f6f1a9a94a168b60e99a588641f Mon Sep 17 00:00:00 2001 From: madduck Date: Wed, 6 May 2015 14:24:03 +0000 Subject: --- doc/todo/ability_to_set_metadata_from_json.mdwn | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/todo/ability_to_set_metadata_from_json.mdwn diff --git a/doc/todo/ability_to_set_metadata_from_json.mdwn b/doc/todo/ability_to_set_metadata_from_json.mdwn new file mode 100644 index 000000000..ee4d68823 --- /dev/null +++ b/doc/todo/ability_to_set_metadata_from_json.mdwn @@ -0,0 +1,6 @@ +I can export metadata to JSON format, which is nice as this can now be read into any other tool and manipulated. But I cannot find a way to set the metadata from JSON and so I am left to figure out what changes need to be made via the g-a interface to get to the desired state, and that is hard to get right. + +Maybe g-a metadata could grow an import-json function which would set (overwrite) the metadata for the given file(s) from JSON input. + +Thanks, +-m -- cgit v1.2.3 From 4e68c21cdb55a85188a2c3973e78636f70e44238 Mon Sep 17 00:00:00 2001 From: madduck Date: Wed, 6 May 2015 14:24:28 +0000 Subject: removed --- doc/metadata/comment_5_4be1a181649413a318b7637e0fd5c5d1._comment | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 doc/metadata/comment_5_4be1a181649413a318b7637e0fd5c5d1._comment diff --git a/doc/metadata/comment_5_4be1a181649413a318b7637e0fd5c5d1._comment b/doc/metadata/comment_5_4be1a181649413a318b7637e0fd5c5d1._comment deleted file mode 100644 index 5729cde2e..000000000 --- a/doc/metadata/comment_5_4be1a181649413a318b7637e0fd5c5d1._comment +++ /dev/null @@ -1,7 +0,0 @@ -[[!comment format=mdwn - username="madduck" - subject="comment 5" - date="2015-05-06T14:21:39Z" - content=""" -@joeyh, yes, it would overwrite all metadata. The idea would be to export with --json, manipulate, import… -"""]] -- cgit v1.2.3 From 5afb1eba1fa8b162cc30d273ff4519f021aa4e66 Mon Sep 17 00:00:00 2001 From: madduck Date: Wed, 6 May 2015 14:24:56 +0000 Subject: Added a comment: TODO written --- doc/metadata/comment_5_fd30444aecfc4792eb4dbfdebc230786._comment | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/metadata/comment_5_fd30444aecfc4792eb4dbfdebc230786._comment diff --git a/doc/metadata/comment_5_fd30444aecfc4792eb4dbfdebc230786._comment b/doc/metadata/comment_5_fd30444aecfc4792eb4dbfdebc230786._comment new file mode 100644 index 000000000..195eea278 --- /dev/null +++ b/doc/metadata/comment_5_fd30444aecfc4792eb4dbfdebc230786._comment @@ -0,0 +1,9 @@ +[[!comment format=mdwn + username="madduck" + subject="TODO written" + date="2015-05-06T14:24:56Z" + content=""" +@joeyh, yes, it would overwrite all metadata. The idea would be to export with --json, manipulate, import… + +http://git-annex.branchable.com/todo/ability_to_set_metadata_from_json/?updated +"""]] -- cgit v1.2.3 From 4f2b2263599941193537e4c5fcf8c033452e00d3 Mon Sep 17 00:00:00 2001 From: madduck Date: Wed, 6 May 2015 14:28:43 +0000 Subject: Added a comment: Weirdness when run from adb shell --- ...ent_6_455bcbd36c7b5eeb905cc56da4666b07._comment | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 doc/Android/comment_6_455bcbd36c7b5eeb905cc56da4666b07._comment diff --git a/doc/Android/comment_6_455bcbd36c7b5eeb905cc56da4666b07._comment b/doc/Android/comment_6_455bcbd36c7b5eeb905cc56da4666b07._comment new file mode 100644 index 000000000..75a1db4c2 --- /dev/null +++ b/doc/Android/comment_6_455bcbd36c7b5eeb905cc56da4666b07._comment @@ -0,0 +1,30 @@ +[[!comment format=mdwn + username="madduck" + subject="Weirdness when run from adb shell" + date="2015-05-06T14:28:43Z" + content=""" +How is this designed to work in the contact of Androids crap permissions? + + shell@kminilte:/ $ /data/data/ga.androidterm/runshell + /system/bin/sh: /data/data/ga.androidterm/runshell: can't execute: Permission denied + + 126|shell@kminilte:/ $ /system/bin/sh /data/data/ga.androidterm/runshell + Falling back to hardcoded app location; cannot find expected files in /data/app-lib + + shell@kminilte:/sdcard/git-annex.home $ git + /system/bin/sh: git: not found + + 127|shell@kminilte:/sdcard/git-annex.home $ echo $PATH + /data/data/ga.androidterm/bin:/sbin:/vendor/bin:/system/sbin:/system/bin:/system/xbin + + shell@kminilte:/sdcard/git-annex.home $ /data/data/ga.androidterm/bin/git < + /data/data/ga.androidterm/bin/git: Permission denied + + shell@kminilte:/sdcard/git-annex.home $ ls -l /data/data/ga.androidterm/bin -d + drwx------ u0_a255 u0_a255 2015-05-05 07:58 bin + + shell@kminilte:/sdcard/git-annex.home $ id + uid=2000(shell) gid=2000(shell) groups=1003(graphics),1004(input),1007(log),1011(adb),1015(sdcard_rw),1028(sdcard_r),3001(net_bt_admin),3002(net_bt),3003(inet),3006(net_bw_stats) context=u:r:shell:s0 + + +"""]] -- cgit v1.2.3 From ef96cd0e4623bc890a850718883a9895711c86ed Mon Sep 17 00:00:00 2001 From: "https://sunny256.wordpress.com/" Date: Wed, 6 May 2015 14:42:59 +0000 Subject: Add three .mailmap patches --- ...map_to_remove_duplicates_from_git_shortlog.mdwn | 141 +++++++++++++++++++++ 1 file changed, 141 insertions(+) create mode 100644 doc/todo/patch:_Add_names_to_.mailmap_to_remove_duplicates_from_git_shortlog.mdwn diff --git a/doc/todo/patch:_Add_names_to_.mailmap_to_remove_duplicates_from_git_shortlog.mdwn b/doc/todo/patch:_Add_names_to_.mailmap_to_remove_duplicates_from_git_shortlog.mdwn new file mode 100644 index 000000000..241a07ff2 --- /dev/null +++ b/doc/todo/patch:_Add_names_to_.mailmap_to_remove_duplicates_from_git_shortlog.mdwn @@ -0,0 +1,141 @@ +Hi, +these three patches sort .mailmap to get consistent ordering, add nine +names with proper emails to it, and then there is the third one, which +contains all the joeyh changes. I put them in a separate patch in case +you have other opinions about that. + +I notice you're not a fan of GitHub pull requests, and attachments +wasn't allowed here, so I just paste a `cat 000* >all.patch` here, hope +that's ok. The branches are also available from + as the branches "edit-mailmap" +(this version) and "edit-mailmap.wip" (the whole process) in case that's +easier. + +There will be more "useful" patches in the future, have started browsing +"Learn you a Haskell for great good", it's awesome. I'll have to get the +build working first, though. There is some dependency problem: + +[[!format hs """ + +$ make +if [ "cabal " = ./Setup ]; then ghc --make Setup; fi +cabal configure +Resolving dependencies... + +Utility/Exception.hs:25:18: + Could not find module `Control.Monad.Catch' + Perhaps you meant + Control.Monad.CatchIO (from MonadCatchIO-mtl-0.3.0.4) + Control.Monad.Cont (needs flag -package mtl-2.1.1) + Control.Monad.State (needs flag -package mtl-2.1.1) + Use -v to see a list of the files searched for. +make: *** [Build/SysConfig.hs] Error 1 + +"""]] + +Mentioning it just in case you have a quick solution. Have tried to fix +it by summoning cabal in various ways, but no luck yet. The OS used is +Debian GNU/Linux 7.8 (wheezy) on x86_64. + +[[!format sh """ + +From 20317aff9fbb8662aaeda4aa2285f92e728adc58 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?=C3=98yvind=20A=2E=20Holm?= +Date: Sat, 2 May 2015 17:22:48 +0200 +Subject: [PATCH 1/3] Filter .mailmap through "sort -u" for predictability + +--- + .mailmap | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/.mailmap b/.mailmap +index 275b236..5d51042 100644 +--- a/.mailmap ++++ b/.mailmap +@@ -1,7 +1,7 @@ + Joey Hess http://joey.kitenet.net/ +-Joey Hess http://joeyh.name/ + Joey Hess http://joeyh.name/ ++Joey Hess http://joeyh.name/ ++Richard Hartmann https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U + Yaroslav Halchenko + Yaroslav Halchenko http://yarikoptic.myopenid.com/ + Yaroslav Halchenko https://www.google.com/accounts/o8/id?id=AItOawnx8kHW66N3BqmkVpgtXDlYMvr8TJ5VvfY +-Richard Hartmann https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U +-- +2.4.0 + +From b216bfdb3ab65f025e46c7fcdc86db3a3440b0af Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?=C3=98yvind=20A=2E=20Holm?= +Date: Mon, 4 May 2015 15:36:41 +0200 +Subject: [PATCH 2/3] .mailmap: Add nine more uncontroversial names + +Including only those with a proper email where there is no doubt about +which is the correct one. +--- + .mailmap | 13 +++++++++++++ + 1 file changed, 13 insertions(+) + +diff --git a/.mailmap b/.mailmap +index 5d51042..2dafcea 100644 +--- a/.mailmap ++++ b/.mailmap +@@ -1,7 +1,20 @@ ++Antoine Beaupré anarcat ++Antoine Beaupré https://id.koumbit.net/anarcat ++Greg Grossmeier http://grossmeier.net/ ++Jimmy Tang jtang ++Joachim Breitner http://www.joachim-breitner.de/ + Joey Hess http://joey.kitenet.net/ + Joey Hess http://joeyh.name/ + Joey Hess http://joeyh.name/ ++Johan Kiviniemi http://johan.kiviniemi.name/ ++Johan Kiviniemi http://johan.kiviniemi.name/ ++Nicolas Pouillard http://ertai.myopenid.com/ ++Peter Simons Peter Simons ++Peter Simons http://peter-simons.myopenid.com/ ++Philipp Kern http://phil.0x539.de/ + Richard Hartmann https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U + Yaroslav Halchenko + Yaroslav Halchenko http://yarikoptic.myopenid.com/ + Yaroslav Halchenko https://www.google.com/accounts/o8/id?id=AItOawnx8kHW66N3BqmkVpgtXDlYMvr8TJ5VvfY ++Øyvind A. Holm http://sunny256.sunbase.org/ ++Øyvind A. Holm https://sunny256.wordpress.com/ +-- +2.4.0 + +From b730720bf85217051b0bd6414650f3bfd5928edb Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?=C3=98yvind=20A=2E=20Holm?= +Date: Mon, 4 May 2015 15:46:29 +0200 +Subject: [PATCH 3/3] .mailmap: Add all variations for Joey Hess + +--- + .mailmap | 8 ++++++++ + 1 file changed, 8 insertions(+) + +diff --git a/.mailmap b/.mailmap +index 2dafcea..3013a39 100644 +--- a/.mailmap ++++ b/.mailmap +@@ -3,9 +3,17 @@ Antoine Beaupré https://id.koumbit.net/anarcat http://grossmeier.net/ + Jimmy Tang jtang + Joachim Breitner http://www.joachim-breitner.de/ ++Joey Hess Joey Hess ++Joey Hess Joey Hess ++Joey Hess Joey Hess ++Joey Hess Joey Hess ++Joey Hess Joey Hess ++Joey Hess Joey Hess ++Joey Hess Joey Hess + Joey Hess http://joey.kitenet.net/ + Joey Hess http://joeyh.name/ + Joey Hess http://joeyh.name/ ++Joey Hess https://www.google.com/accounts/o8/id?id=AItOawmJfIszzreLNvCqzqzvTayA9_9L6gb9RtY + Johan Kiviniemi http://johan.kiviniemi.name/ + Johan Kiviniemi http://johan.kiviniemi.name/ + Nicolas Pouillard http://ertai.myopenid.com/ +-- +2.4.0 + +"""]] -- cgit v1.2.3 From 4cbf327674f35aa3b71a816927a67f0b99771cac Mon Sep 17 00:00:00 2001 From: "https://sunny256.wordpress.com/" Date: Wed, 6 May 2015 14:53:50 +0000 Subject: Added a comment: Character encoding error --- .../comment_1_031c5a4afe9453a5b62004c85e7e7192._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/todo/patch:_Add_names_to_.mailmap_to_remove_duplicates_from_git_shortlog/comment_1_031c5a4afe9453a5b62004c85e7e7192._comment diff --git a/doc/todo/patch:_Add_names_to_.mailmap_to_remove_duplicates_from_git_shortlog/comment_1_031c5a4afe9453a5b62004c85e7e7192._comment b/doc/todo/patch:_Add_names_to_.mailmap_to_remove_duplicates_from_git_shortlog/comment_1_031c5a4afe9453a5b62004c85e7e7192._comment new file mode 100644 index 000000000..a56457f2d --- /dev/null +++ b/doc/todo/patch:_Add_names_to_.mailmap_to_remove_duplicates_from_git_shortlog/comment_1_031c5a4afe9453a5b62004c85e7e7192._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="https://sunny256.wordpress.com/" + nickname="sunny256" + subject="Character encoding error" + date="2015-05-06T14:53:50Z" + content=""" +Hm, seems as there are some character encoding problem there, the last two lines in the second patch. The infamous 'Ø' strikes again. Just wanted to mention it so the patch doesn't introduce errors. Maybe it's safest to fetch it from GitHub. +"""]] -- cgit v1.2.3 From 6d2ea6809ac7aeb51d7c4092848e1135974e178b Mon Sep 17 00:00:00 2001 From: "Øyvind A. Holm" Date: Wed, 6 May 2015 17:00:51 +0200 Subject: Edit comment --- .../comment_1_031c5a4afe9453a5b62004c85e7e7192._comment | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/todo/patch:_Add_names_to_.mailmap_to_remove_duplicates_from_git_shortlog/comment_1_031c5a4afe9453a5b62004c85e7e7192._comment b/doc/todo/patch:_Add_names_to_.mailmap_to_remove_duplicates_from_git_shortlog/comment_1_031c5a4afe9453a5b62004c85e7e7192._comment index a56457f2d..474c61c1e 100644 --- a/doc/todo/patch:_Add_names_to_.mailmap_to_remove_duplicates_from_git_shortlog/comment_1_031c5a4afe9453a5b62004c85e7e7192._comment +++ b/doc/todo/patch:_Add_names_to_.mailmap_to_remove_duplicates_from_git_shortlog/comment_1_031c5a4afe9453a5b62004c85e7e7192._comment @@ -4,5 +4,5 @@ subject="Character encoding error" date="2015-05-06T14:53:50Z" content=""" -Hm, seems as there are some character encoding problem there, the last two lines in the second patch. The infamous 'Ø' strikes again. Just wanted to mention it so the patch doesn't introduce errors. Maybe it's safest to fetch it from GitHub. +Hm, seems as there are some character encoding problem there, two names (Antoine Beaupré and mine) in the second patch. The infamous 'Ø' strikes again. Just wanted to mention it so the patch doesn't introduce errors. Maybe it's safest to fetch it from GitHub. """]] -- cgit v1.2.3