RESOLVED FIXED 149351
isGitSVNDirectory() returns true when Git is not installed
https://bugs.webkit.org/show_bug.cgi?id=149351
Summary isGitSVNDirectory() returns true when Git is not installed
Daniel Bates
Reported 2015-09-18 12:47:13 PDT
If Git is not installed then VCSUtils::isGitSVNDirectory() will return true for an arbitrary directory.
Attachments
Patch (1.46 KB, patch)
2015-09-18 12:48 PDT, Daniel Bates
no flags
Daniel Bates
Comment 1 2015-09-18 12:48:47 PDT
Alexey Proskuryakov
Comment 2 2015-09-18 12:52:48 PDT
Comment on attachment 261510 [details] Patch Looks fine as a short term fix, however doesn't this leave us with an error in console? Ideally, we should build without errors or warnings, so that new important errors don't get hidden in the noise.
Daniel Bates
Comment 3 2015-09-18 12:59:48 PDT
(In reply to comment #2) > Comment on attachment 261510 [details] > Patch > > Looks fine as a short term fix, however doesn't this leave us with an error > in console? No, it does not leave an error in the console.
Daniel Bates
Comment 4 2015-09-18 13:01:02 PDT
Comment on attachment 261510 [details] Patch Clearing flags on attachment: 261510 Committed r189977: <http://trac.webkit.org/changeset/189977>
Daniel Bates
Comment 5 2015-09-18 13:01:06 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.