This commit is contained in:
Joey Hess 2021-01-18 13:54:57 -04:00
parent c0ffb5c2c4
commit aafb7f6eb9
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -0,0 +1,18 @@
[[!comment format=mdwn
username="joey"
subject="""comment 5"""
date="2021-01-18T17:46:38Z"
content="""
Oh, that format is unfortunately what git-remote-gcrypt uses:
rsync URIs
Note that the URI format for the rsync backend is, regretably,
non-standard. git-remote-gcrypt uses rsync://user@host:path
whereas plain rsync uses either user@host:path or
rsync://user@host/path.
Also, all git-annex commands crash due to the malformed/nonstandard url.
Even git-annex init, or other things that don't need to access the remote at all.
So this definitely needs fixing, to at least not crash on that.
"""]]