Bug 242963
| Summary: | [git-webkit] Handle PR commit made on alternate remote branch | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Jonathan Bedard <jbedard> |
| Component: | Tools / Tests | Assignee: | Jonathan Bedard <jbedard> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Other | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Jonathan Bedard
git-webkit does a good job handling commits made on `main` and then converted to PRs, but if a commit is made on a branch managed by an alternate remote, it won't be able to determine the remote from the branch point. In general, this is actually a somewhat difficult problem because the same branch may be owned by multiple remotes in various states of up-to-dateness. We want to make a PR agains the most up-to-date of the remotes which are tracking the branch we madde a commit on.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/97342489>
Jonathan Bedard
Pull request: https://github.com/WebKit/WebKit/pull/2598
EWS
Committed 252678@main (54f435f6ef9f): <https://commits.webkit.org/252678@main>
Reviewed commits have been landed. Closing PR #2598 and removing active labels.
Jonathan Bedard
Re-opening for pull request https://github.com/apple/WebKit/pull/23
EWS
Committed 252432.20@safari-7614-branch (37dbd2747817): <https://commits.webkit.org/252432.20@safari-7614-branch>
Reviewed commits have been landed. Closing PR #23 and removing active labels.