This commit is contained in:
Joey Hess 2025-06-23 10:30:00 -04:00
parent 7b88bc4970
commit 0f4531e9a7
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -0,0 +1,18 @@
[[!comment format=mdwn
username="joey"
subject="""comment 9"""
date="2025-06-23T14:20:44Z"
content="""
(Note that this is a bug that has already been closed.)
While yes, leading dot just means "hide it from ls", people *do* have a
legitimate complaint when `git-annex add` annexes .gitattributes or a file
like that. Since we don't have any other general semantic information about
config files besides leading dot, this seems to be to be the best that can
be done to avoid what would otherwise be a common complaint, and turn it
into an uncommon complaint.
The only other good approach seems to be the git-lfs approach, of requiring
that the user configure explicitly which files they consider large, with eg
`git lfs track "*.iso"`
"""]]