respinse
authorJoey Hess <joey@kodama.kitenet.net>
Sat, 19 Jul 2008 17:36:06 +0000 (13:36 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Sat, 19 Jul 2008 17:36:06 +0000 (13:36 -0400)
doc/bugs/git_stderr_output_causes_problems.mdwn

index e86b7842f653960bfa05be2611aa2e5fecd9c1f0..884f311548ce51f4782838f93a23bd2e90220071 100644 (file)
@@ -31,3 +31,9 @@ Ikiwiki's git handling is sending a bunch of output to stderr.  The following pa
 >
 > (Also indented all the lines of your patch so markdown won't eat it :-) )
 > --[[smcv]]
+
+> Right, I don't like throwing stderr away because stderr is supposed to be
+> logged to error.log for a reason: To allow debugging problems.
+> 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]]