[Webkit-unassigned] [Bug 248675] commit-log-editor doesn't handle a core.editor path with spaces well, complains about an invalid path

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 2 12:46:26 PST 2022


https://bugs.webkit.org/show_bug.cgi?id=248675

Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ap at webkit.org,
                   |                            |jbedard at apple.com

--- Comment #1 from Alexey Proskuryakov <ap at webkit.org> ---
Clearly, this is fixable if we start to honor backslashes.

However, another approach is to honor Sublime's own documentation, which says that the user needs to make sure that subl is in the PATH:

--------------------------------------------
v3:

To use subl, the Sublime Text bin folder needs to be added to the path. For a typical installation of Sublime Text, this will be located at /Applications/Sublime Text.app/Contents/SharedSupport/bin.

v2:

The first task is to make a symlink to subl. Assuming you've placed Sublime Text 2 in the Applications folder, and that you have a ~/bin directory in your path, you can run:

ln -s "/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl" ~/bin/subl
--------------------------------------------

With this, the fix is for git-webkit setup to simply not set core.editor to the full path.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20221202/95e9abd1/attachment.htm>


More information about the webkit-unassigned mailing list