Bug 39073

Summary: webkit-patch land --git-commit should support landing multiple patches for different bugs/reviewers
Product: WebKit Reporter: Adam Roben (:aroben) <aroben>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: abarth, dbates, eric
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
Attachments:
Description Flags
git-add-reviewer script none

Description Adam Roben (:aroben) 2010-05-13 09:56:03 PDT
Here's my current situation:

I have two local commits in my current branch. They each contain a fix for a different bug (and have different reviewers). They both need to have the reviewer's name added, and then they need to be committed.

It would be nice if I could just say "webkit-patch land --git-commit=trunk.." and all of this would happen automagically.
Comment 1 Adam Roben (:aroben) 2010-05-13 09:57:44 PDT
Created attachment 55990 [details]
git-add-reviewer script

Here's a script that I wrote for myself to add reviewers to a set of git commits. Its interactive mode is similar to git-rebase -i. Maybe some of this code will be helpful in implementing this feature.