git-gui: fix verbose loading when git path contains spaces.
authorPat Thoyts <patthoyts@users.sourceforge.net>
Fri, 7 Nov 2014 00:37:28 +0000 (00:37 +0000)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Fri, 7 Nov 2014 00:37:28 +0000 (00:37 +0000)
After setting GITGUI_VERBOSE to enable load tracing the source command is
redefined but fails if the git installation path has spaces. Fixed quoting
by using lists to handle the arguments.

Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
No differences found