зеркало из https://github.com/microsoft/git.git
git-gui: Handle ' within paths when creating Windows shortcuts.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
This commit is contained in:
Родитель
dbccbbda4f
Коммит
306500fc09
2
git-gui
2
git-gui
|
@ -2049,6 +2049,8 @@ proc do_windows_shortcut {} {
|
|||
--unix \
|
||||
--absolute \
|
||||
$gitdir]
|
||||
regsub -all ' $me "'\\''" me
|
||||
regsub -all ' $gd "'\\''" gd
|
||||
puts -nonewline $fd "\"$sh\" --login -c \""
|
||||
puts -nonewline $fd "GIT_DIR='$gd'"
|
||||
puts -nonewline $fd " '$me'"
|
||||
|
|
Загрузка…
Ссылка в новой задаче