comment
authorJoey Hess <joeyh@joeyh.name>
Fri, 16 Apr 2021 17:54:50 +0000 (13:54 -0400)
committerJoey Hess <joeyh@joeyh.name>
Fri, 16 Apr 2021 17:54:50 +0000 (13:54 -0400)
doc/bugs/indeterminite_preferred_content_state_for_duplicated_file/comment_3_80bf2c40cf8204c81fd0164fc2a08021._comment [new file with mode: 0644]

diff --git a/doc/bugs/indeterminite_preferred_content_state_for_duplicated_file/comment_3_80bf2c40cf8204c81fd0164fc2a08021._comment b/doc/bugs/indeterminite_preferred_content_state_for_duplicated_file/comment_3_80bf2c40cf8204c81fd0164fc2a08021._comment
new file mode 100644 (file)
index 0000000..5570a96
--- /dev/null
@@ -0,0 +1,14 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 3"""
+ date="2021-04-16T17:49:18Z"
+ content="""
+See also:
+<https://git-annex.branchable.com/todo/option_to___96__drop_path__96___to_not_drop___34__all_copies__34__/>
+Which needs the same information.
+
+Occurs to me one way to make sure git-annex has the information up-to-date
+would be to stat the index file, and if it's changed since last time,
+use `git ls-files --cached` to find all annexed files and update the keys
+database. But this could be quite slow.
+"""]]