Add --git-patchset option
Review Request #1472 — Created March 11, 2010 and discarded
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.
- Groups:
- 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)