Send non-error output from standard error to the info pane and not to a message box.
commit636ab6e61a765210d74e8ebb6a81af200b7ea9ed
authorJames Liggett <jrliggett@cox.net>
Sun, 25 May 2008 05:09:42 +0000 (24 22:09 -0700)
committerJames Liggett <jrliggett@cox.net>
Sun, 25 May 2008 05:09:42 +0000 (24 22:09 -0700)
tree57bb25025c1b74f5a5229c25f1e7cdc4d0f119fb
parentfcccad827e84f3a66398d0be85c0e13457d3b559
Send non-error output from standard error to the info pane and not to a message box.

Git sometimes does some strange things with standard error, like printing non-error messages
and progress in some instances. Put this stuff into the info queue and not a message box.
Messages that match the error regex are still reported as errors in a message box. On the
whole this seems to be a little more consistent with what we already do.
plugins/git/git-command.c