Bug 237664 - [git-webkit] Add squash command
Summary: [git-webkit] Add squash 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-03-09 10:03 PST by Jonathan Bedard
Modified: 2022-06-15 08:55 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-03-09 10:03:51 PST
We need a command in `git-webkit` that turns n commits on a branch into a single commit on that branch. There may end up being a few levels to this, because it's not obvious how to combine commit messages from multiple commits. Eventually, we would expect `git-webkit land` to run this command prior to landing.
Comment 1 Radar WebKit Bug Importer 2022-03-09 10:04:08 PST
<rdar://problem/90040109>
Comment 2 Zhifei Fang 2022-06-02 15:52:58 PDT
Pull request: https://github.com/WebKit/WebKit/pull/878
Comment 3 EWS 2022-06-08 11:14:50 PDT
Committed r295388 (251394@main): <https://commits.webkit.org/251394@main>

Reviewed commits have been landed. Closing PR #878 and removing active labels.
Comment 4 Jonathan Bedard 2022-06-14 16:57:03 PDT
Re-opening for pull request https://github.com/WebKit/WebKit/pull/1524
Comment 5 EWS 2022-06-15 08:55:48 PDT
Committed r295561 (251566@main): <https://commits.webkit.org/251566@main>

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