summaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-10-30 14:44:11 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-10-30 14:44:11 -0400
commitdc1c08d474518234642ce78935d8835ff847cf35 (patch)
tree555c911001c3eab044af3926d3004a96a23a5eec /doc/todo
parentbf94d1eed92349527f8ad9d77347e411cbd8c3c4 (diff)
unlock, lock: Support --json.
Diffstat (limited to 'doc/todo')
-rw-r--r--doc/todo/unlock_--json.mdwn2
-rw-r--r--doc/todo/unlock_--json/comment_2_f00fda45d300ce14a5ea6fd32a20defe._comment12
2 files changed, 14 insertions, 0 deletions
diff --git a/doc/todo/unlock_--json.mdwn b/doc/todo/unlock_--json.mdwn
index fb1da0fc1..694effff8 100644
--- a/doc/todo/unlock_--json.mdwn
+++ b/doc/todo/unlock_--json.mdwn
@@ -5,3 +5,5 @@ Unlock is quite heavy in terms of I/O and thus waiting time, so we (in datalad)
2. could there be a --json mode of output (consistent with add --json etc)?
[[!meta author=yoh]]
+
+> added --json option [[done]] --[[Joey]]
diff --git a/doc/todo/unlock_--json/comment_2_f00fda45d300ce14a5ea6fd32a20defe._comment b/doc/todo/unlock_--json/comment_2_f00fda45d300ce14a5ea6fd32a20defe._comment
new file mode 100644
index 000000000..294bbcfea
--- /dev/null
+++ b/doc/todo/unlock_--json/comment_2_f00fda45d300ce14a5ea6fd32a20defe._comment
@@ -0,0 +1,12 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 2"""
+ date="2017-10-30T18:40:53Z"
+ content="""
+Why was I talking about batch mode here before? --json of course makes
+sense to support for unlock (and lock). Adding that now.
+
+And, to find the files that `git annex unlock` would operate on, you
+can simply use `git annex find`, because that does not list already
+unlocked files, and only files with their content present can be unlocked.
+""]]