From dd4c1c570e5f81f1bbb9d7f32cfa955b1f09c6c2 Mon Sep 17 00:00:00 2001 From: lell Date: Thu, 20 Feb 2025 11:00:05 +0000 Subject: [PATCH] Added a comment --- .../comment_1_d5efd2c1fe681cd0f1a647ef493d51c0._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/bugs/git_keeps_refreshing_index_for_untracked_files/comment_1_d5efd2c1fe681cd0f1a647ef493d51c0._comment diff --git a/doc/bugs/git_keeps_refreshing_index_for_untracked_files/comment_1_d5efd2c1fe681cd0f1a647ef493d51c0._comment b/doc/bugs/git_keeps_refreshing_index_for_untracked_files/comment_1_d5efd2c1fe681cd0f1a647ef493d51c0._comment new file mode 100644 index 0000000000..23363bd607 --- /dev/null +++ b/doc/bugs/git_keeps_refreshing_index_for_untracked_files/comment_1_d5efd2c1fe681cd0f1a647ef493d51c0._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="lell" + avatar="http://cdn.libravatar.org/avatar/4c4138a71d069e290240a3a12367fabe" + subject="comment 1" + date="2025-02-20T11:00:05Z" + content=""" +It could be that the problem occurs if 0-byte files are annexed in unlocked form. At least all files in the strace output are 0 bytes long and the problem goes away when these are added to git and not git annex.... +"""]]