git-gui: Ensure submodule path is quoted properly
commit118d938812f3fc660f43bad9b546e7dadc3571a9
authorShawn O. Pearce <spearce@spearce.org>
Thu, 27 Aug 2009 00:39:45 +0000 (26 17:39 -0700)
committerShawn O. Pearce <spearce@spearce.org>
Thu, 27 Aug 2009 00:42:50 +0000 (26 17:42 -0700)
treec6d1760bca82e27957baa3cbdb93cd98d19af56e
parentaf413de47b8b285ffa489df14023180456986c05
git-gui: Ensure submodule path is quoted properly

When quoting an arbitrary user string in Tcl, its better to use
[list ...] than to use {...}, in case the user string has spaces
or { embedded within it.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
lib/diff.tcl