summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4 <https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4@web>2016-02-10 00:01:10 +0000
committerGravatar admin <admin@branchable.com>2016-02-10 00:01:10 +0000
commite00708e781be22e4a1b60b9973d70ebee537eb95 (patch)
treee06c88a01881d1e63457476378d475b59c6ee318 /doc
parentfabe9db1473c26d5db363b499254315d5ad495d2 (diff)
Diffstat (limited to 'doc')
-rw-r--r--doc/todo/checkpresentkey_without_explicit_remote.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/todo/checkpresentkey_without_explicit_remote.mdwn b/doc/todo/checkpresentkey_without_explicit_remote.mdwn
new file mode 100644
index 000000000..372c67d70
--- /dev/null
+++ b/doc/todo/checkpresentkey_without_explicit_remote.mdwn
@@ -0,0 +1,3 @@
+While being asked to check if file is available from "[datalad-archives]" remote I need to check if the archive's key available. Ideally I wish I could ask through the ongoing interaction protocol, but if not, I could use smth like 'git annex checkpresentkey' but that one demands specification also of a remote which to check. In my case I just want to know if that key is available from any remote, so I could confirm that the file is still present in our archives remote, i.e. that it could be retrieved later on
+
+[[!meta author=yoh]]