master
Joey Hess 2008-07-19 13:36:06 -04:00
parent cc2c8ac8bb
commit fcfbf252e2
1 changed files with 6 additions and 0 deletions

View 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]]