From 02b9764ffded0f88db7979a9d8efacf9c263de6a Mon Sep 17 00:00:00 2001 From: Lukey Date: Mon, 23 Nov 2020 19:06:13 +0000 Subject: [PATCH] Added a comment --- .../comment_1_0fcdba2f621c8c32f09b2633c11266ee._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/bugs/after_adjust_--unlock_implies__44___a_lot_of_files_are_reported_as_modified/comment_1_0fcdba2f621c8c32f09b2633c11266ee._comment diff --git a/doc/bugs/after_adjust_--unlock_implies__44___a_lot_of_files_are_reported_as_modified/comment_1_0fcdba2f621c8c32f09b2633c11266ee._comment b/doc/bugs/after_adjust_--unlock_implies__44___a_lot_of_files_are_reported_as_modified/comment_1_0fcdba2f621c8c32f09b2633c11266ee._comment new file mode 100644 index 0000000000..1e649716df --- /dev/null +++ b/doc/bugs/after_adjust_--unlock_implies__44___a_lot_of_files_are_reported_as_modified/comment_1_0fcdba2f621c8c32f09b2633c11266ee._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="Lukey" + avatar="http://cdn.libravatar.org/avatar/c7c08e2efd29c692cc017c4a4ca3406b" + subject="comment 1" + date="2020-11-23T19:06:13Z" + content=""" +Did you change the [[backend|https://git-annex.branchable.com/backends/]] of some files via `.gitattributes` in the meantime? I think git annex's smudge/clean filter will then return the hash of the new backend and that differs from the one of the old backend, so git reports the files as changed. +"""]]