diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-09-21 13:32:45 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-09-21 13:32:45 -0400 |
commit | fd1b4a78662d19816b48cf88038fb243b79d7121 (patch) | |
tree | b51f5460b3f77f71c9df487a4ae19f6155036950 /doc | |
parent | 5bc8d9038aa8439f80da82eb47d3703f8db80295 (diff) |
comment and close
Diffstat (limited to 'doc')
2 files changed, 18 insertions, 1 deletions
diff --git a/doc/bugs/Pass_--verbose_option_to___39__git_fsck__39___from___39__git-annex_repair_--verbose__39__.mdwn b/doc/bugs/Pass_--verbose_option_to___39__git_fsck__39___from___39__git-annex_repair_--verbose__39__.mdwn index 9ba8b3875..7d0e7ba4a 100644 --- a/doc/bugs/Pass_--verbose_option_to___39__git_fsck__39___from___39__git-annex_repair_--verbose__39__.mdwn +++ b/doc/bugs/Pass_--verbose_option_to___39__git_fsck__39___from___39__git-annex_repair_--verbose__39__.mdwn @@ -10,4 +10,4 @@ Just run 'git-annex repair --verbose' not important, this is just a suggestion - +> [[done]] see comment --[[Joey]] 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. +"""]] |