Bug 222850 - Add git-webkit apply-patch <file-path>
Summary: Add git-webkit apply-patch <file-path>
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks: 239082
  Show dependency treegraph
 
Reported: 2021-03-05 19:05 PST by Ryosuke Niwa
Modified: 2022-08-18 21:12 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2021-03-05 19:05:40 PST
We need git-webkit apply-patch like ./Tools/Scripts/svn-apply.
Comment 1 Radar WebKit Bug Importer 2021-03-08 08:32:59 PST
<rdar://problem/75171268>
Comment 2 Jonathan Bedard 2021-03-08 08:49:26 PST
Not sure this is something git-webkit should own, perhaps we should just rename svn-apply to apply-patch?
Comment 3 Ryosuke Niwa 2021-03-08 18:55:20 PST
(In reply to Jonathan Bedard from comment #2)
> Not sure this is something git-webkit should own, perhaps we should just
> rename svn-apply to apply-patch?

Sure, that works too. FWIW, I think svn-apply doesn't work with git diff style patch so maybe we should fix that too.