annex.maxextensionlength for view
view: Support annex.maxextensionlength when generating filenames for the view branch. Note that refining an existing view will reuse the extension length that was configured when initially constructing the view. This is necessarily the case because it reuses the filenames. Also view files used to have all extensions at the end, no matter how many there were. Since annex.maxextensionlength's documentation includes that it's limited to 2 extensions, I made it consistent with that. Sponsored-by: k0ld on Patreon
This commit is contained in:
parent
70a9e995b8
commit
2b5fa091e2
7 changed files with 48 additions and 14 deletions
|
@ -20,6 +20,7 @@ module Utility.Path (
|
|||
runSegmentPaths',
|
||||
dotfile,
|
||||
splitShortExtensions,
|
||||
splitShortExtensions',
|
||||
relPathDirToFileAbs,
|
||||
inSearchPath,
|
||||
searchPath,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue