comment
authorJoey Hess <joeyh@joeyh.name>
Wed, 20 Oct 2021 18:12:08 +0000 (14:12 -0400)
committerJoey Hess <joeyh@joeyh.name>
Wed, 20 Oct 2021 18:12:08 +0000 (14:12 -0400)
doc/todo/More_space_savings_for_annex.thin/comment_3_15cc8f9e428df04199d139e2677afd8a._comment [new file with mode: 0644]

diff --git a/doc/todo/More_space_savings_for_annex.thin/comment_3_15cc8f9e428df04199d139e2677afd8a._comment b/doc/todo/More_space_savings_for_annex.thin/comment_3_15cc8f9e428df04199d139e2677afd8a._comment
new file mode 100644 (file)
index 0000000..6114e5a
--- /dev/null
@@ -0,0 +1,14 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 3"""
+ date="2021-10-20T18:01:31Z"
+ content="""
+If your filesystem supports reflinks, you should not need to enable
+annex.thin, just let git-annex make copies. It makes the copy
+using `cp --reflink=auto`, so when reflinks are supported, you'll get a
+nice cheap reflink.
+
+WRT annex.thinmode=forcehardlink, this would be something that aimed the
+gun right at the user's foot and then waits for the trigger to be pulled
+by any program that ever might write to a file.
+"""]]