Bug 238877 - [Merge-Queue] Use rebase over merge when canonicalizing commit
Summary: [Merge-Queue] Use rebase over merge when canonicalizing commit
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-04-06 10:40 PDT by Jonathan Bedard
Modified: 2022-04-06 13:13 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-04-06 10:40:08 PDT
When we run `git pull origin <branch>`, we should add `--rebase` to force a rebase workflow instead of a merge workflow.
Comment 1 Radar WebKit Bug Importer 2022-04-06 10:40:24 PDT
<rdar://problem/91363334>
Comment 2 Jonathan Bedard 2022-04-06 10:49:01 PDT
Pull request: https://github.com/WebKit/WebKit/pull/248
Comment 3 Jonathan Bedard 2022-04-06 13:13:28 PDT
Landed https://commits.webkit.org/249344@main (r292496)