]> code.ossystems Code Review - openembedded-core.git/commit
send-pull-request: send all patches as the local user
authorDarren Hart <dvhart@linux.intel.com>
Fri, 21 Jan 2011 21:24:04 +0000 (13:24 -0800)
committerSaul Wold <sgw@linux.intel.com>
Mon, 24 Jan 2011 22:09:13 +0000 (14:09 -0800)
commit94629f2521711055b412f954af19e48b9bda6e50
tree4cb990507a1bdbbdf78a14a030d1532d7f383678
parent75748b6f09f459339bec6976fbf05e1eadc00d6c
send-pull-request: send all patches as the local user

When using sendmail to send patches, patches would appear to be from the
original author as git adds a From: header in the generated patches.  This patch
changes this behavior to match that of git-send-email, where the email From:
header is that of the current sender (according to sendmail) and a "From:
Original Author <email>" line is inserted into the body of the message.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
scripts/send-pull-request