comment
authorJoey Hess <joeyh@joeyh.name>
Mon, 15 May 2023 20:19:53 +0000 (16:19 -0400)
committerJoey Hess <joeyh@joeyh.name>
Mon, 15 May 2023 20:19:53 +0000 (16:19 -0400)
doc/todo/Having___39__git_annex_sync__39___optionally_add/comment_3_a49dcb3963a986c530571f69fa9326b4._comment [new file with mode: 0644]

diff --git a/doc/todo/Having___39__git_annex_sync__39___optionally_add/comment_3_a49dcb3963a986c530571f69fa9326b4._comment b/doc/todo/Having___39__git_annex_sync__39___optionally_add/comment_3_a49dcb3963a986c530571f69fa9326b4._comment
new file mode 100644 (file)
index 0000000..62b9ccb
--- /dev/null
@@ -0,0 +1,18 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 3"""
+ date="2023-05-15T20:09:30Z"
+ content="""
+I don't think this can possibly become the default behavior, because plenty
+of users will have temporary files that they don't want to add (and haven't
+gitignored), or even sensitive files that happen to be in the same
+repository that it would be a security hole level surprise for `git-annex
+sync` to start adding, when it has not before.
+
+For the same reason, `git-annex config` couldn't be used to make this a
+default `git-annex sync` behavior. A local git config to enable it would be
+ok.
+
+It would would need to look at annex.largefiles, and add small files to git
+directly.
+"""]]