git-gui: fix verbose loading when git path contains spaces.
commitcdc6aba8c52af4ac4338a1e9fb1028ca3337a5e3
authorPat Thoyts <patthoyts@users.sourceforge.net>
Fri, 7 Nov 2014 00:37:28 +0000 (7 00:37 +0000)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Fri, 7 Nov 2014 00:37:28 +0000 (7 00:37 +0000)
treefb185828eded2574e7d6d1d59be40d1484a1ba56
parent3b422bc85495d93dd2e3f3ee1f7c792193393687
git-gui: fix verbose loading when git path contains spaces.

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>
git-gui.sh