Bug 222849 - Add git-webkit create-patch
Summary: Add git-webkit create-patch
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:04 PST by Ryosuke Niwa
Modified: 2022-07-09 18:38 PDT (History)
3 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: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.