This commit is contained in:
Joey Hess 2016-10-26 13:35:36 -04:00
parent 6449192f92
commit ee6e57367d
No known key found for this signature in database
GPG key ID: C910D9222512E3C7

View file

@ -0,0 +1,18 @@
[[!comment format=mdwn
username="joey"
subject="""comment 1"""
date="2016-10-26T17:29:46Z"
content="""
Well no, the filename passed to "TRANSFER STORE" is wherever the content
of the file is, in most circumstances it will not be a file in the working
tree.
(And even if the filename is a worktree file in some case, the special
remote needs to support storing multiple versions of a file. So trying to
use the name used in the working tree on the special remote seems very
problimatic.)
In any case, the external special remote protocol already has
`SETURLPRESENT` which can be used if a TRANSFER STORE makes a key be
available at an url.
"""]]