From: Pat Thoyts Date: Fri, 7 Nov 2014 00:37:28 +0000 (+0000) Subject: git-gui: fix verbose loading when git path contains spaces. X-Git-Tag: gitgui-0.20.0~7 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/cdc6aba8c52af4ac4338a1e9fb1028ca3337a5e3?hp=cdc6aba8c52af4ac4338a1e9fb1028ca3337a5e3 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 ---