[Webkit-unassigned] [Bug 170859] New: webkit-patch failed to detect git repository

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 14 14:27:40 PDT 2017


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

            Bug ID: 170859
           Summary: webkit-patch failed to detect git repository
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: PC
                OS: Windows 10
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mbbill at gmail.com
                CC: lforschler at apple.com

Following error is thrown even user.name is set.

Failed to determine ChangeLog name.
Either:
  set CHANGE_LOG_NAME in your environment
  OR pass --name= on the command line
  OR set REAL_NAME in your environment  OR git users can set 'git config user.name'

This is because in VCSUtils.pm, isGitDirectory giving a wrong path to git.exe
Having single quote on *nix systems are fine but on Windows it only accepts double quote. Therefore, using double quote should work on all platforms.

-- 
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/20170414/13ef4fdc/attachment.html>


More information about the webkit-unassigned mailing list