Bug 259370 - [prepare-commit-msg] Automatically de-duplicate cherry-pick messages
Summary: [prepare-commit-msg] Automatically de-duplicate cherry-pick messages
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: 2023-07-20 14:50 PDT by Jonathan Bedard
Modified: 2023-08-21 10:34 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 2023-07-20 14:50:50 PDT
If we are cherry-picking a cherry-pick, we should attempt to de-duplicate the cherry-pick, so we don't have linked-lists of cherry-picks. 'git-webkit cherry-pick' already does this, although we should really have 'prepare-commit-msg' own this, because it is often the case that we would like to cherry-pick a cherry-pick but represent this action as a single cherry-pick.
Comment 1 Radar WebKit Bug Importer 2023-07-20 14:51:09 PDT
<rdar://problem/112621977>
Comment 2 Jonathan Bedard 2023-07-20 14:53:33 PDT
Pull request: https://github.com/WebKit/WebKit/pull/15955
Comment 3 EWS 2023-08-02 15:44:58 PDT
Committed 266527@main (81d929e4e8c0): <https://commits.webkit.org/266527@main>

Reviewed commits have been landed. Closing PR #15955 and removing active labels.
Comment 4 EWS 2023-08-21 10:34:21 PDT
Committed 265870.401@safari-7616-branch (7c9353a83657): <https://commits.webkit.org/265870.401@safari-7616-branch>

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