Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information