This commit is contained in:
Joey Hess 2019-12-19 16:44:08 -04:00
parent e8651fbd09
commit 7d50e98646
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -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).
"""]]