Bug 244859 - [git-webkit] Add trace command
Summary: [git-webkit] Add trace command
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: Jonathan Bedard
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-09-06 14:48 PDT by Jonathan Bedard
Modified: 2022-09-29 10:32 PDT (History)
1 user (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-09-06 14:48:37 PDT
We need a `git-webkit trace` command that, when given a hash/identifier/revision, will find the original commit of a cherry pick. This is effectively a linked list, because the commit cherry picked might also itself be cherry-picked.
Comment 1 Jonathan Bedard 2022-09-06 14:49:03 PDT
<rdar://problem/97455957>
Comment 2 Jonathan Bedard 2022-09-06 14:51:17 PDT
As I put this together, it turned out that this same idiom works for reverts and follow-up fixes, as long as we keep track of relationship type.
Comment 3 Jonathan Bedard 2022-09-06 15:14:20 PDT
Pull request: https://github.com/WebKit/WebKit/pull/4072
Comment 4 EWS 2022-09-29 08:47:05 PDT
Committed 254997@main (d3e19e632f18): <https://commits.webkit.org/254997@main>

Reviewed commits have been landed. Closing PR #4072 and removing active labels.
Comment 5 EWS 2022-09-29 10:32:03 PDT
Committed 252432.496@safari-7614-branch (57f0dd3bd58e): <https://commits.webkit.org/252432.496@safari-7614-branch>

Reviewed commits have been landed. Closing PR #90 and removing active labels.