This commit is contained in:
Joey Hess 2018-08-13 16:37:23 -04:00
parent 7a1a3ef11f
commit bc7d431a6a
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -0,0 +1,16 @@
[[!comment format=mdwn
username="joey"
subject="""comment 3"""
date="2018-08-13T20:24:02Z"
content="""
The "filterdriver" branch implements support for these.
However, it's actually slower than the old interface, because the new
interface requires git-annex read the whole file content from git when
adding a file, and the old interface let it not read any content.
Since the new interface does have capabilities, a new capability could
prevent schepping the content over the pipe, and let the filter driver
refer to the worktree file instead, and respond with the path of a file.
This would be similar to my old patch set for the old interface.
"""]]