X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/fcfbf252e2abc99b06c489aa993652d42a0c2f3f..17dd9d6212bce16115519506c39d8ca9fca53d0c:/doc/bugs/git_stderr_output_causes_problems.mdwn diff --git a/doc/bugs/git_stderr_output_causes_problems.mdwn b/doc/bugs/git_stderr_output_causes_problems.mdwn index 884f31154..4146a5869 100644 --- a/doc/bugs/git_stderr_output_causes_problems.mdwn +++ b/doc/bugs/git_stderr_output_causes_problems.mdwn @@ -37,3 +37,6 @@ Ikiwiki's git handling is sending a bunch of output to stderr. The following pa > It's unfortunate that git [abuses atderr](http://bugs.debian.org/447395), > outputting non-errors to it. That doesn't mean that git might not also > output actual error messages there. --[[Joey]] + +>> I'm happy with the wrapper script solution, so this is [[done]]. +>> And this report is now here to point others to that solution.