]> code.ossystems Code Review - openembedded-core.git/commit
git-pull: add send-pull-request script
authorDarren Hart <dvhart@linux.intel.com>
Sat, 6 Nov 2010 14:06:11 +0000 (10:06 -0400)
committerRichard Purdie <rpurdie@linux.intel.com>
Wed, 10 Nov 2010 13:22:27 +0000 (21:22 +0800)
commit2e0ab8c18f1869a6fd1f53140fed0b4f3a1c3274
tree1a2587e13317e5d2ee2415fcb7a239a98f2608af
parent1f0e2cf16afdc7d8e895a28d45b0d956144c56d6
git-pull: add send-pull-request script

send-pull-request facilitates sending pull requests generated by
create-pull-request. The primary role of this script is to harvest email
addresses from the patches and send them out. A working installation of sendmail
(exim, postfix, msmtp, etc.) is required to use this script.

You can explicitly specify To addresses with the -t option. As this can be
tedious, the -a option will scan all the patches for To, CC, and *-by lines and
the collected addresses to the To and CC headers for each patch.

This script uses an identical recipients list for every patch, including the
cover letter. This is by design. Existing tools will auto-generate the CC header
for individual patches, but since they don't apply it to the other patches, the
recipients can lack the necessary context to provide a meaningful review. This
is especially true of the cover letter.

The pull directory generated by the create-pull-request script is specified
using the -p option.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
CC: Nitin A Kamble <nitin.a.kamble@intel.com>
CC: Richard Purdie <rpurdie@linux.intel.com>
CC: Saul Wold <saul.wold@intel.com>
CC: Bruce Ashfield <bruce.ashfield@windriver.com>
scripts/send-pull-request [new file with mode: 0755]