explanss and close
authorJoey Hess <joeyh@joeyh.name>
Tue, 29 Nov 2022 16:46:59 +0000 (12:46 -0400)
committerJoey Hess <joeyh@joeyh.name>
Tue, 29 Nov 2022 16:46:59 +0000 (12:46 -0400)
doc/bugs/long_file_extensions___40__e.g._.numbers__41___dropped.mdwn
doc/bugs/long_file_extensions___40__e.g._.numbers__41___dropped/comment_1_0e3e0966f06ded18ecfd41f8084b4658._comment [new file with mode: 0644]

index f6c811d813e56d27b76b5a5fad68f1d88647bc2a..fb3f414c04ca8d2cbd13c411d4ab853707bd20c5 100644 (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]]
diff --git a/doc/bugs/long_file_extensions___40__e.g._.numbers__41___dropped/comment_1_0e3e0966f06ded18ecfd41f8084b4658._comment b/doc/bugs/long_file_extensions___40__e.g._.numbers__41___dropped/comment_1_0e3e0966f06ded18ecfd41f8084b4658._comment
new file mode 100644 (file)
index 0000000..78008ec
--- /dev/null
@@ -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
+"""]]