From 519aca27a8cde94ebc22e94d2d34f7c2c379a9b6 Mon Sep 17 00:00:00 2001 From: yarikoptic Date: Mon, 25 Jan 2021 16:49:36 +0000 Subject: [PATCH] Added a comment --- .../comment_3_18d4577c331bceceaffed7518902975a._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/bugs/export__95__import_fails_on_crippled_FS_on_ubuntu/comment_3_18d4577c331bceceaffed7518902975a._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. +"""]] -- 2.39.5