From: yarikoptic Date: Mon, 25 Jan 2021 16:49:36 +0000 (+0000) Subject: Added a comment X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~98^2~148^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=519aca27a8cde94ebc22e94d2d34f7c2c379a9b6;p=git-annex.git Added a comment --- diff --git a/doc/bugs/export__95__import_fails_on_crippled_FS_on_ubuntu/comment_3_18d4577c331bceceaffed7518902975a._comment b/doc/bugs/export__95__import_fails_on_crippled_FS_on_ubuntu/comment_3_18d4577c331bceceaffed7518902975a._comment new file mode 100644 index 0000000000..8a276b1708 --- /dev/null +++ b/doc/bugs/export__95__import_fails_on_crippled_FS_on_ubuntu/comment_3_18d4577c331bceceaffed7518902975a._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="yarikoptic" + avatar="http://cdn.libravatar.org/avatar/f11e9c84cb18d26a1748c33b48c924b4" + subject="comment 3" + date="2021-01-25T16:49:36Z" + content=""" +FWIW, we actually only recently did the opposite -- [added inode](https://github.com/datalad/datalad/pull/5276) into consideration on our (datalad end) while monitoring for changes to `.git/config` files: `git` seems to rewrite those files (so inode changes) which provided us a nice consistent indication and avoided crippled systems workarounds. Otherwise we were hitting all kinds of weird/hard to debug corner cases. +"""]]