]> code.ossystems Code Review - openembedded-core.git/commit
send-pull-request: allow users to select git-send-email or sendmail
authorDarren Hart <dvhart@linux.intel.com>
Tue, 21 Dec 2010 22:54:10 +0000 (14:54 -0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Thu, 23 Dec 2010 14:20:50 +0000 (14:20 +0000)
commit585c506cd8698948b9e970ebdbf96b99286fb05d
tree71d4b532963457b79b86a27de08244feba82a95b
parenteca21e63590c165c5aaf14cbd51c7f325b731aba
send-pull-request: allow users to select git-send-email or sendmail

Some users find it easier to use their git sendmail setup over a local
MTA to deliver mail with the send-pull-request script. If you would
like to do this, please read the git-send-email man page and set
the relevant entries in your git config. In particular, be sure to
set sendemail.from to avoid being asked each time.

Reported-by: Khem Raj <raj.khem@gmail.com>
CC: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
scripts/send-pull-request