RESOLVED FIXED 242076
[git-webkit] Fix branch_point computation
https://bugs.webkit.org/show_bug.cgi?id=242076
Summary [git-webkit] Fix branch_point computation
Jonathan Bedard
Reported 2022-06-28 12:02:49 PDT
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
Radar WebKit Bug Importer
Comment 1 2022-06-28 12:02:58 PDT
Jonathan Bedard
Comment 2 2022-06-28 12:07:25 PDT
EWS
Comment 3 2022-06-28 16:56:41 PDT
Committed 251934@main (b571cde426fc): <https://commits.webkit.org/251934@main> Reviewed commits have been landed. Closing PR #1861 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.