This commit is contained in:
Joey Hess 2018-12-03 13:07:40 -04:00
parent 3a9a6bc56b
commit ae3beccd7c
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -0,0 +1,13 @@
[[!comment format=mdwn
username="joey"
subject="""comment 1"""
date="2018-12-03T17:00:42Z"
content="""
I think it's possible to write such an external special remote.
You would need to generate the hashes that git-lfs uses
to store files and have git-annex remember them for retrieval, using
SETSTATE and GETSTATE.
(IIRC git-lfs uses SHA256, so when a git-annex key also does, which is
common, you could special case it to avoid needing to store state.)
"""]]