comment and close

This commit is contained in:
Joey Hess 2016-09-21 13:32:45 -04:00
parent 460f7c09b7
commit ce03779e8c
No known key found for this signature in database
GPG key ID: C910D9222512E3C7
2 changed files with 18 additions and 1 deletions

View file

@ -10,4 +10,4 @@ Just run 'git-annex repair --verbose'
not important, this is just a suggestion
> [[done]] see comment --[[Joey]]

View file

@ -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.
"""]]