webkit-patch land --git-commit should support landing multiple patches for different bugs/reviewers
https://bugs.webkit.org/show_bug.cgi?id=39073
Summary webkit-patch land --git-commit should support landing multiple patches for di...
Adam Roben (:aroben)
Reported 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.
Attachments
git-add-reviewer script (8.43 KB, text/plain)
2010-05-13 09:57 PDT, Adam Roben (:aroben)
no flags
Adam Roben (:aroben)
Comment 1 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.
Note You need to log in before you can comment on or make changes to this bug.