summaryrefslogtreecommitdiff
path: root/doc/bugs/dropkey_--batch_--json_--force_is_always_succesfull
diff options
context:
space:
mode:
authorGravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4 <https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4@web>2016-05-03 17:53:41 +0000
committerGravatar admin <admin@branchable.com>2016-05-03 17:53:41 +0000
commit75da702da5be3812c2cfc77e97a65be6a65a8777 (patch)
treed9e5b039c10063ec3a8218612252788e1c73d9be /doc/bugs/dropkey_--batch_--json_--force_is_always_succesfull
parent634699480da03954e855540caba1e0a12d458a19 (diff)
Added a comment
Diffstat (limited to 'doc/bugs/dropkey_--batch_--json_--force_is_always_succesfull')
-rw-r--r--doc/bugs/dropkey_--batch_--json_--force_is_always_succesfull/comment_2_ed5dfbc812e20efa4650a7a4684faa6d._comment21
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/bugs/dropkey_--batch_--json_--force_is_always_succesfull/comment_2_ed5dfbc812e20efa4650a7a4684faa6d._comment b/doc/bugs/dropkey_--batch_--json_--force_is_always_succesfull/comment_2_ed5dfbc812e20efa4650a7a4684faa6d._comment
new file mode 100644
index 000000000..6c95675ca
--- /dev/null
+++ b/doc/bugs/dropkey_--batch_--json_--force_is_always_succesfull/comment_2_ed5dfbc812e20efa4650a7a4684faa6d._comment
@@ -0,0 +1,21 @@
+[[!comment format=mdwn
+ username="https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4"
+ subject="comment 2"
+ date="2016-05-03T17:53:41Z"
+ content="""
+gotcha -- so it is a feature, so you could mark this one \"done\"
+
+But note, that although --force is indeed not necessary it is required atm
+
+[[!format sh \"\"\"
+$> echo MD5E-s11--74d80f7d99b835e5189948c8d4297efd | git annex dropkey --batch --json
+git-annex: dropkey can cause data loss; use --force if you're sure you want to do this
+
+$> echo MD5E-s11--74d80f7d99b835e5189948c8d4297efd | git annex dropkey --batch --json --force
+{\"command\":\"dropkey\",\"key\":\"MD5E-s11--74d80f7d99b835e5189948c8d4297efd\",\"success\":true}
+
+$> git annex version
+git-annex version: 6.20160425+gitgffe2ea2-1~ndall+1
+
+\"\"\"]]
+"""]]