git-gui: Correctly handle spaces in filepaths.
commit8f6c07b902b297329e63799d5332758530ec4d99
authorShawn O. Pearce <spearce@spearce.org>
Mon, 29 Jan 2007 08:09:28 +0000 (29 03:09 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 29 Jan 2007 08:09:28 +0000 (29 03:09 -0500)
treee58b3147175750b05a4ed9b9e16be4e89a67e295
parent463ca37b61b0d12aae8949c730bd38cc2149923f
git-gui: Correctly handle spaces in filepaths.

Anytime are about to open a pipe on what may be user data we need to
make sure the value is escaped correctly into a Tcl list, so that the
executed subprocess will receive the right arguments.  For the most
part we were already doing this correctly, but a handful of locations
did not.

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