Merge branch 'master' of ssh://git-annex.branchable.com

This commit is contained in:
Joey Hess 2023-03-23 15:22:13 -04:00
commit c77f2731e9
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
3 changed files with 52 additions and 0 deletions

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="john"
avatar="http://cdn.libravatar.org/avatar/dae0abf1394490f543ce2b67b395ea28"
subject="comment 3"
date="2023-03-23T11:37:52Z"
content="""
One of the best game <a href=\"https://fundohub.com/word-scramble/\">word scramble</a> which helps in mind.
"""]]

View file

@ -0,0 +1,18 @@
[[!comment format=mdwn
username="gaknuyardi@f7280525ccd44eafd8d1485ec087f27532efd2e9"
nickname="gaknuyardi"
avatar="http://cdn.libravatar.org/avatar/2cfaf95a0836c7a00ef3efb16c3315ae"
subject="Understanding encrypted special remote folder structure"
date="2023-03-22T19:26:55Z"
content="""
@joey While inspecting my special remote (rsync, encryption=hybrid) I noticed that a couple files ended up in the same folder tree, is that normal or is something wrong? Obfuscated tree output below.
```
├── [ 0] xxx
│   └── [ 0] yyy
│   ├── [ 0] GPGHMACSHA512--1234
│   │   └── [29M] GPGHMACSHA512--1234
│   └── [ 0] GPGHMACSHA512--5678
│   └── [ 2G] GPGHMACSHA512--5678
```
"""]]

View file

@ -0,0 +1,26 @@
[[!comment format=mdwn
username="Xyem"
avatar="http://cdn.libravatar.org/avatar/dea2d98057721c21166c3721f6d55c06"
subject="comment 5"
date="2023-03-23T17:05:24Z"
content="""
Has the format been changed since this previously asked? I am currently trying to leverage git-annex and its metadata views with AI tooling, but the format seems to be filename_%path%, resulting in the extension being in the middle of the path. I have set `annex.maxextensionlength` to `12` so the extensions are present on the files in the backend.
$ git annex view type=model model/=*
$ ls -lr
.:
sd
./sd:
v1.4.safetensors_%model%sd% v1.5.safetensors_%model%sd%
whereas I would expect (or rather, I am trying to achieve):
$ ls -lr
.:
sd
./sd:
v1.4.safetensors v1.5.safetensors
"""]]