Added a comment
authoroliv5 <oliv5@web>
Wed, 1 Jun 2022 11:16:35 +0000 (11:16 +0000)
committeradmin <admin@branchable.com>
Wed, 1 Jun 2022 11:16:35 +0000 (11:16 +0000)
doc/bugs/after_adjust_--unlock_implies__44___a_lot_of_files_are_reported_as_modified/comment_9_63af8f32512ce8ec07c48361317ce51d._comment [new file with mode: 0644]

diff --git a/doc/bugs/after_adjust_--unlock_implies__44___a_lot_of_files_are_reported_as_modified/comment_9_63af8f32512ce8ec07c48361317ce51d._comment b/doc/bugs/after_adjust_--unlock_implies__44___a_lot_of_files_are_reported_as_modified/comment_9_63af8f32512ce8ec07c48361317ce51d._comment
new file mode 100644 (file)
index 0000000..060eafb
--- /dev/null
@@ -0,0 +1,15 @@
+[[!comment format=mdwn
+ username="oliv5"
+ avatar="http://cdn.libravatar.org/avatar/d7f0d33c51583bbd8578e4f1f9f8cf4b"
+ subject="comment 9"
+ date="2022-06-01T11:16:35Z"
+ content="""
+One note for people with the same issue: on my side, the file .git/info/attributes was missing.
+
+I created it with the following content, taken from \"git-annex help smudge\" manpage:
+
+    * filter=annex
+    .* !filter
+
+And the \"git status\" issue vanished...
+"""]]