git-gui: Cleaned up error message formatting.
commit44be340e4d8d39475e86d3e00cec31fec0d0f6c1
authorShawn O. Pearce <spearce@spearce.org>
Sun, 12 Nov 2006 00:10:10 +0000 (11 19:10 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Sun, 12 Nov 2006 05:16:02 +0000 (12 00:16 -0500)
treeb473b2fda4a6ebbf060b73799130e1a891e7f8d7
parentda5239dcab0e8f899a4e6bfb34b574f6286b9dbb
git-gui: Cleaned up error message formatting.

Added an extra blank line between the first line of each error message
and the rest of the message, as usually the rest of the message is
coming from Tcl or is the stderr output of a git command we tried to
invoke.  This makes it easier to read the output (if any).

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-gui