git-gui: open console when using --trace on windows
commitc42939d24e5f48f7bce44771dbe22a879664faa1
authorHeiko Voigt <hvoigt@hvoigt.net>
Fri, 23 Mar 2012 17:46:27 +0000 (23 18:46 +0100)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Sun, 25 Mar 2012 12:24:14 +0000 (25 13:24 +0100)
treebc2a16db1cad56c05f1ecd1b7c4b2d1031325b0d
parentef42057deae1aca6c3716019a3672809785f0a96
git-gui: open console when using --trace on windows

When starting a gui program on windows stdout, stderr and stdin are not
connected to the cmd console. As a workaround tk has a console window.
Lets open this when the --trace commandline option has been given.
This is helpful for debugging.

Signed-off-by: Heiko Voigt <hvoigt@hvoigt.net>
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
git-gui.sh