From: Joey Hess Date: Thu, 19 Dec 2019 20:44:08 +0000 (-0400) Subject: thought X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~138^2~42 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7d50e98646c5b2cf376c54b4c5d4e3629d0f349a;p=git-annex.git thought --- diff --git a/doc/todo/making_it_easier_to_smudge_dotfiles/comment_3_10e03e3c90370e83f6f0999f3cd3a89f._comment b/doc/todo/making_it_easier_to_smudge_dotfiles/comment_3_10e03e3c90370e83f6f0999f3cd3a89f._comment new file mode 100644 index 0000000000..e368f0e7a9 --- /dev/null +++ b/doc/todo/making_it_easier_to_smudge_dotfiles/comment_3_10e03e3c90370e83f6f0999f3cd3a89f._comment @@ -0,0 +1,17 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 3""" + date="2019-12-19T20:37:18Z" + content=""" +How about annex.dotfiles=true enables annexing dotfiles, but only +if annex.largefiles is set to something. Leave it up +to the user to configure annex.largefiles according to their use case. +And if the user neglects to annex.largefiles, this avoids blowing their foot +off by default. + +annex.dotfiles could certainly go in the global `git-annex config`; +annex.largefiles would then make sense to be set in .gitattributes, +or also add support for storing in in `git-annex config` (which avoids +the syntatic hacks needed to shoehorn it into .gitattributes, and makes it +be repo-global the same as the annex.dotfiles config). +"""]]