projects
/
git-annex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1313cc4
)
improve comment
author
Joey Hess
<joeyh@joeyh.name>
Fri, 11 Apr 2025 15:17:09 +0000
(11:17 -0400)
committer
Joey Hess
<joeyh@joeyh.name>
Fri, 11 Apr 2025 15:17:09 +0000
(11:17 -0400)
Types/Remote.hs
patch
|
blob
|
history
diff --git
a/Types/Remote.hs
b/Types/Remote.hs
index 1c9920c0c43fc3c615f6158922785002532a4289..4c2577aa2158c4d72b0f8f148779848d1a9737b5 100644
(file)
--- a/
Types/Remote.hs
+++ b/
Types/Remote.hs
@@
-89,6
+89,8
@@
data RemoteA a = Remote
-- Remotes have a use cost; higher is more expensive
, cost :: Cost
-- Transfers a key's contents from disk to the remote.
+ -- The optional OsPath is the location of the key's object file.
+ -- When not provided, uses the annex object file.
-- The key should not appear to be present on the remote until
-- all of its contents have been transferred.
-- Throws exception on failure.