Bug 222849

Summary: Add git-webkit create-patch
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: Tools / TestsAssignee: 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    

Description Ryosuke Niwa 2021-03-05 19:04:18 PST
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.
Comment 1 Radar WebKit Bug Importer 2021-03-08 08:32:42 PST
<rdar://problem/75171259>
Comment 2 Jonathan Bedard 2021-03-08 08:48:41 PST
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?
Comment 3 Ryosuke Niwa 2021-03-08 18:56:35 PST
(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.