summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar encryptio <encryptio@web>2015-10-03 21:09:31 +0000
committerGravatar admin <admin@branchable.com>2015-10-03 21:09:31 +0000
commitf58f925b2c8296479b9923dd094fec95670a5d6a (patch)
treeb5f77ecfb2217c99ab38da11a61378849ac1a66d /doc
parentc69ad83c5fe8ecbee45c11a81bf2bf64a30f19e6 (diff)
Added a comment
Diffstat (limited to 'doc')
-rw-r--r--doc/devblog/day_321__download_verification/comment_3_fb0ed50c27a493c3494bf2efbf9a9c5d._comment7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/devblog/day_321__download_verification/comment_3_fb0ed50c27a493c3494bf2efbf9a9c5d._comment b/doc/devblog/day_321__download_verification/comment_3_fb0ed50c27a493c3494bf2efbf9a9c5d._comment
new file mode 100644
index 000000000..657b61bac
--- /dev/null
+++ b/doc/devblog/day_321__download_verification/comment_3_fb0ed50c27a493c3494bf2efbf9a9c5d._comment
@@ -0,0 +1,7 @@
+[[!comment format=mdwn
+ username="encryptio"
+ subject="comment 3"
+ date="2015-10-03T21:09:31Z"
+ content="""
+Nice! I actually had been doing `git annex get $file && git annex fsck $file` in all my scripts already because I had run into an issue where a bad file got replicated everywhere, and the only good copy I had was `drop`ped before I realized. This would have caught it. Thanks!
+"""]]