From 7d6a161e3553c5c4c3997bdd779d2529d4fa665e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 15 May 2023 16:19:53 -0400 Subject: [PATCH] comment --- ...3_a49dcb3963a986c530571f69fa9326b4._comment | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 doc/todo/Having___39__git_annex_sync__39___optionally_add/comment_3_a49dcb3963a986c530571f69fa9326b4._comment 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 index 0000000000..62b9ccbd36 --- /dev/null +++ b/doc/todo/Having___39__git_annex_sync__39___optionally_add/comment_3_a49dcb3963a986c530571f69fa9326b4._comment @@ -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. +"""]]