Bug 235048
Summary: | [git-webkit] Use cwd as default path | ||
---|---|---|---|
Product: | WebKit | Reporter: | Jonathan Bedard <jbedard> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | aakash_jain, dewei_zhu, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Jonathan Bedard
Although git-webkit works generically with most git and svn checkouts, Tools/Scripts/git-webkit ties itself to it's current checkout by default. We should instead use the default behavior, which is to respect the users current working directory.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/87360213>
Jonathan Bedard
Pull-request: https://github.com/WebKit/WebKit/pull/67
Jonathan Bedard
Landed 245905@main (r287861)
dewei_zhu
*** Bug 235055 has been marked as a duplicate of this bug. ***
dewei_zhu
Temporarily reverted in https://trac.webkit.org/changeset/287865/webkit
Reopening this issue.
Jonathan Bedard
Re-landed in 246395@main