explanss and close
This commit is contained in:
parent
3edc86ffe1
commit
e7e7007e0c
2 changed files with 18 additions and 0 deletions
|
@ -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]]
|
||||
|
|
|
@ -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
|
||||
"""]]
|
Loading…
Reference in a new issue