Bug 222850
| Summary: | Add git-webkit apply-patch <file-path> | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | jbedard, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: |
https://bugs.webkit.org/show_bug.cgi?id=215862 https://bugs.webkit.org/show_bug.cgi?id=244115 |
||
| Bug Depends on: | |||
| Bug Blocks: | 239082 | ||
Ryosuke Niwa
We need git-webkit apply-patch like ./Tools/Scripts/svn-apply.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/75171268>
Jonathan Bedard
Not sure this is something git-webkit should own, perhaps we should just rename svn-apply to apply-patch?
Ryosuke Niwa
(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.