Bug 242076
| Summary: | [git-webkit] Fix branch_point computation | ||
|---|---|---|---|
| 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: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Jonathan Bedard
If we don't have anything committed, the branch_point should be HEAD. Additionally, computing the branch_point is relatively expensive, we can avoid this computation when we're rebasing because we know that the branch point is the tip of the branch we're rebasing on.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/96080523>
Jonathan Bedard
Pull request: https://github.com/WebKit/WebKit/pull/1861
EWS
Committed 251934@main (b571cde426fc): <https://commits.webkit.org/251934@main>
Reviewed commits have been landed. Closing PR #1861 and removing active labels.