Bug 222849
Summary: | Add git-webkit create-patch | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | Hironori.Fujii, 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 | ||
Bug Depends on: | |||
Bug Blocks: | 239082 |
Ryosuke Niwa
Like ./Tools/Scripts/svn-create-patch, we should have git-webkit create-patch.
Ideally, this script should take a list of file paths to create a diff for.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/75171259>
Jonathan Bedard
Not sure this is something git-webkit should own, perhaps we should just renamed svn-create-patch to create-patch since it can already create patches for git?
Ryosuke Niwa
(In reply to Jonathan Bedard from comment #2)
> Not sure this is something git-webkit should own, perhaps we should just
> renamed svn-create-patch to create-patch since it can already create patches
> for git?
Can it? I don't think it knows how to get a single commit, against remote/main, etc... We can expand that but perhaps holding these functionalities into git-webkit isn't a bad idea either.