summaryrefslogtreecommitdiff
path: root/doc/bugs/Pass_--verbose_option_to___39__git_fsck__39___from___39__git-annex_repair_--v...
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-09-21 13:32:45 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-09-21 13:32:45 -0400
commitfd1b4a78662d19816b48cf88038fb243b79d7121 (patch)
treeb51f5460b3f77f71c9df487a4ae19f6155036950 /doc/bugs/Pass_--verbose_option_to___39__git_fsck__39___from___39__git-annex_repair_--verbose__39__
parent5bc8d9038aa8439f80da82eb47d3703f8db80295 (diff)
comment and close
Diffstat (limited to 'doc/bugs/Pass_--verbose_option_to___39__git_fsck__39___from___39__git-annex_repair_--verbose__39__')
-rw-r--r--doc/bugs/Pass_--verbose_option_to___39__git_fsck__39___from___39__git-annex_repair_--verbose__39__/comment_1_04c49dd8c74c717e9401b0f11dec3e3c._comment17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/bugs/Pass_--verbose_option_to___39__git_fsck__39___from___39__git-annex_repair_--verbose__39__/comment_1_04c49dd8c74c717e9401b0f11dec3e3c._comment b/doc/bugs/Pass_--verbose_option_to___39__git_fsck__39___from___39__git-annex_repair_--verbose__39__/comment_1_04c49dd8c74c717e9401b0f11dec3e3c._comment
new file mode 100644
index 000000000..84ccf280e
--- /dev/null
+++ b/doc/bugs/Pass_--verbose_option_to___39__git_fsck__39___from___39__git-annex_repair_--verbose__39__/comment_1_04c49dd8c74c717e9401b0f11dec3e3c._comment
@@ -0,0 +1,17 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2016-09-21T17:23:18Z"
+ content="""
+git-annex is parsing the output of git fsck to see what sha1s it outputs,
+as those may have problems, --verbose would confuse that since it causes
+many more sha1s to be output to stdout.
+
+Passing --progress enables a progress display, but it is
+displayed on stderr, which is the same place git fsck displays
+some errors which git-annex also parses. Any attempt to untangle the
+progress and the error messages could be broken by changes to the git fsck
+output, so would not be a good idea.
+
+So while this is a good idea, it doesn't work out.
+"""]]