summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-03-26 14:38:42 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-03-26 14:38:42 -0400
commit4e7bedc2957767faa4575c0f2c03286997e97a4e (patch)
tree5fb6d655a17e5aecd99cca83e6b407c4a2011589
parent8bcdf42b99675d507813205f097ab7b64b30f514 (diff)
parent1bae07641eab449f74a411fe6f134dda83eaa42c (diff)
Merge remote-tracking branch 'branchable/master'
-rw-r--r--doc/forum/Behaviour_of_fsck/comment_2_ead36a23c3e6efa1c41e4555f93e014e._comment19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/forum/Behaviour_of_fsck/comment_2_ead36a23c3e6efa1c41e4555f93e014e._comment b/doc/forum/Behaviour_of_fsck/comment_2_ead36a23c3e6efa1c41e4555f93e014e._comment
new file mode 100644
index 000000000..357b48a23
--- /dev/null
+++ b/doc/forum/Behaviour_of_fsck/comment_2_ead36a23c3e6efa1c41e4555f93e014e._comment
@@ -0,0 +1,19 @@
+[[!comment format=mdwn
+ username="https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus"
+ nickname="Jimmy"
+ subject="comment 2"
+ date="2011-03-26T10:57:41Z"
+ content="""
+After some thought, perhaps the default fsck output should be at least machine readable and copy and pasteable i.e.
+
+<pre>
+$ git annex fsck
+Files with errors
+
+ file1
+ file2
+
+</pre>
+
+so I can then copy the list of borked files and then just paste it into a for loop in my shell to recover the files. it's just an idea.
+"""]]