Bug 235048 - [git-webkit] Use cwd as default path
Summary: [git-webkit] Use cwd as default path
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
: 235055 (view as bug list)
Depends on:
Blocks:
 
Reported: 2022-01-10 13:47 PST by Jonathan Bedard
Modified: 2022-03-09 10:35 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Bedard 2022-01-10 13:47:34 PST
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.
Comment 1 Radar WebKit Bug Importer 2022-01-10 13:47:56 PST
<rdar://problem/87360213>
Comment 2 Jonathan Bedard 2022-01-10 14:09:11 PST
Pull-request: https://github.com/WebKit/WebKit/pull/67
Comment 3 Jonathan Bedard 2022-01-10 15:19:30 PST
Landed 245905@main (r287861)
Comment 4 dewei_zhu 2022-01-10 18:02:47 PST
*** Bug 235055 has been marked as a duplicate of this bug. ***
Comment 5 dewei_zhu 2022-01-10 18:04:07 PST
Temporarily reverted in https://trac.webkit.org/changeset/287865/webkit
Reopening this issue.
Comment 6 Jonathan Bedard 2022-03-09 10:35:21 PST
Re-landed in 246395@main