Add --git-patchset option
Review Request #1472 — Created March 11, 2010 and discarded
Information | |
---|---|
sgallagh | |
RBTools | |
Reviewers | |
rbtools | |
Add --git-patchset option This option will generate a series of review requests, one for each git commit in the current branch since the upstream merge base.
This patch was used to generate the review request for itself :) I also tested it with a five-patch series I had in my own personal git repo for another project.
DJ
-
Would also be great if you could add a test case :)
-
rbtools/postreview.py (Diff revision 1) Should probably make these into methods now that they are used in multiple places (also in guess-summary, guess-description)
-
rbtools/postreview.py (Diff revision 1) It doesn't look like this is used anywhere and I'm not sure what its purpose would be? Can you explain?
Change Summary:
Added GitClient.get_summary() and GitClient.get_description. Updated GitClient.get_patchset() and GitClient.diff() to use these routines. Removed references to --git-remote.
Diff: |
Revision 2 (+78 -8) |
---|
Change Summary:
Attaching a proper diff. The previous attempt was missing sha1 sums.
Diff: |
Revision 3 (+78 -8) |
---|