summaryrefslogtreecommitdiff
path: root/doc/bugs/minor_bug:_errors_are_not_verbose_enough.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-04-04 13:35:18 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-04-04 13:35:18 -0400
commit88b0f2c9987fa0fd8708a4b7c4080a26c261615c (patch)
tree52a7d56ab8c732e579cf3da4e390c33b7c587c57 /doc/bugs/minor_bug:_errors_are_not_verbose_enough.mdwn
parent3e0119a89f8968128f5436a68171279e5c6e2295 (diff)
parent8527643324102de36bb43785a14cf0a5020004e7 (diff)
Merge remote-tracking branch 'branchable/master'
Diffstat (limited to 'doc/bugs/minor_bug:_errors_are_not_verbose_enough.mdwn')
-rw-r--r--doc/bugs/minor_bug:_errors_are_not_verbose_enough.mdwn24
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/bugs/minor_bug:_errors_are_not_verbose_enough.mdwn b/doc/bugs/minor_bug:_errors_are_not_verbose_enough.mdwn
new file mode 100644
index 000000000..8def2e8c3
--- /dev/null
+++ b/doc/bugs/minor_bug:_errors_are_not_verbose_enough.mdwn
@@ -0,0 +1,24 @@
+Current:
+
+ % git annex status
+ git-annex: unknown command
+
+Better:
+
+ % git annex status
+ git-annex: status: unknown command
+
+Current:
+
+ % git annex fsck
+ [...]
+ git-annex: 18 failed
+
+Better:
+
+ % git annex fsck
+ [...]
+ git-annex: fsck: 18 failed
+
+
+etc pp.