From 5f13b26e638318d024f93d9b418b41e355c528eb Mon Sep 17 00:00:00 2001 From: "ntraut9@6c7c5e5bfddb591c28ab8222f1de9cb56840a69e" Date: Mon, 26 Apr 2021 16:40:15 +0000 Subject: [PATCH] Added a comment --- ...ment_3_292a95bd18eb281d473618c6fc7576f3._comment | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 doc/bugs/use_new_hash_format_on_non-crippled_filesystems/comment_3_292a95bd18eb281d473618c6fc7576f3._comment diff --git a/doc/bugs/use_new_hash_format_on_non-crippled_filesystems/comment_3_292a95bd18eb281d473618c6fc7576f3._comment b/doc/bugs/use_new_hash_format_on_non-crippled_filesystems/comment_3_292a95bd18eb281d473618c6fc7576f3._comment new file mode 100644 index 0000000000..bf5958c785 --- /dev/null +++ b/doc/bugs/use_new_hash_format_on_non-crippled_filesystems/comment_3_292a95bd18eb281d473618c6fc7576f3._comment @@ -0,0 +1,13 @@ +[[!comment format=mdwn + username="ntraut9@6c7c5e5bfddb591c28ab8222f1de9cb56840a69e" + nickname="ntraut9" + avatar="http://cdn.libravatar.org/avatar/c39ac3cf2806b08e1fdf8384c2817e6c" + subject="comment 3" + date="2021-04-26T16:40:15Z" + content=""" +I tried to do `git annex config --set annex.tune.objecthashlower true` just after doing `git annex init` but after some other commands I got this error when trying to do `git annex sync` (I'm using git-annex v6): +``` +git-annex: Remote repository is tuned in incompatible way; cannot be merged with local repository. +``` +So I guess there is way to have this behavior in normal repos, but again I don't see why since it's even possible on crippled filesystems. +"""]]