New issue
Advanced search Search tips

Issue 916922 link

Starred by 2 users

Issue metadata

Status: Started
Owner:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

git cl doesn't support custom editors with spaces in their path

Project Member Reported by raul.tam...@gmail.com, Dec 20

Issue description

Given the following git config:
[core]
	editor = 'C:/Program Files/Notepad++/notepad++.exe' -multiInst -notabbar -nosession -noPlugin

Running git cl upload to create a new CL results in the following error:
'C:/Program Files/Notepad++/notepad++.exe' -multiInst -notabbar -nosession -noPlugin
Der Befehl "'C:" ist entweder falsch geschrieben oder konnte nicht gefunden werden.
Running editor failed

Git requires paths with spaces to be surrounded with single quotes. We need to convert them to double quotes to treat such paths correctly.
 
Components: Infra>SDK
Owner: r...@tambre.ee
Status: Started (was: Unconfirmed)

Sign in to add a comment