Bug 233763 - [git-webkit] Handle ambiguous branch names in land
Summary: [git-webkit] Handle ambiguous branch names in land
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-12-02 08:55 PST by Jonathan Bedard
Modified: 2021-12-02 16:58 PST (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 2021-12-02 08:55:58 PST
Discovered an interesting edge case where a branch like `foo/main` will confuse `git filter-branch` when landing a pull-request.
Comment 1 Radar WebKit Bug Importer 2021-12-02 08:56:23 PST
<rdar://problem/85973434>
Comment 2 Jonathan Bedard 2021-12-02 09:10:23 PST
Pull-request: https://github.com/WebKit/WebKit/pull/52
Comment 3 Jonathan Bedard 2021-12-02 16:58:35 PST
Landed 244807@main (r286467)