author | Shawn O. Pearce <spearce@spearce.org> | |
Mon, 29 Jan 2007 08:09:28 +0000 (03:09 -0500) | ||
committer | Shawn O. Pearce <spearce@spearce.org> | |
Mon, 29 Jan 2007 08:09:28 +0000 (03:09 -0500) | ||
commit | 8f6c07b902b297329e63799d5332758530ec4d99 | |
tree | e58b3147175750b05a4ed9b9e16be4e89a67e295 | tree | snapshot |
parent | 463ca37b61b0d12aae8949c730bd38cc2149923f | commit | diff |
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>
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 | diff | blob | history |