summaryrefslogtreecommitdiff
path: root/doc/bugs/fsck_output.mdwn
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U <Richard@web>2011-03-18 17:54:32 +0000
committerGravatar admin <admin@branchable.com>2011-03-18 17:54:32 +0000
commit8fed2539a3056bafb92dc55b1bd393be03fef758 (patch)
tree4cf59ab9665eb41a193d7309e7f2252eb3a1ba1f /doc/bugs/fsck_output.mdwn
parent70a8a3ab711fb266657653177ec58f8234bb716c (diff)
new: bugs/fsck output
Diffstat (limited to 'doc/bugs/fsck_output.mdwn')
-rw-r--r--doc/bugs/fsck_output.mdwn16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/bugs/fsck_output.mdwn b/doc/bugs/fsck_output.mdwn
new file mode 100644
index 000000000..81fecceb3
--- /dev/null
+++ b/doc/bugs/fsck_output.mdwn
@@ -0,0 +1,16 @@
+When you check several files and the fsck fails, you get confusing output:
+
+<pre>
+fsck test1 (checksum...)
+ Only 1 of 2 trustworthy copies of test1 exist.
+ Back it up with git-annex copy.
+
+failed
+fsck test2 (checksum...)
+ Only 1 of 2 trustworthy copies of test2 exist.
+ Back it up with git-annex copy.
+
+failed
+</pre>
+
+The newline is in the wrong place and confuses the user. It should be printed _after_ "failed".