explanss and close

This commit is contained in:
Joey Hess 2022-11-29 12:46:59 -04:00
parent 3edc86ffe1
commit e7e7007e0c
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 18 additions and 0 deletions

View file

@ -29,3 +29,5 @@ local repository version: 10
### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)
git annex makes me so happy. As I had mentioned in a previous post some years ago, it solves problems that I have not anticipated and teaches me new concepts that I then apply across my work. Thank you so much Joey! :bow:
> [[notabug|done]] --[[Joey]]

View file

@ -0,0 +1,16 @@
[[!comment format=mdwn
username="joey"
subject="""comment 1"""
date="2022-11-29T16:44:07Z"
content="""
What is an extension and what is not is ambiguous
to a computer. Eg, the filename "mr.toadswildride"
does not have an extension.
So git-annex has a heuristic, that an extension has
a maximum length of 4. Which works for the vast
majority of extensions in use. You can override
that to some other value:
git config annex.maxextensionlength 7
"""]]