]> code.ossystems Code Review - openembedded-core.git/commit
send-pull-request: Use current date in mail headers
authorDarren Hart <dvhart@linux.intel.com>
Mon, 20 Dec 2010 18:42:44 +0000 (10:42 -0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Tue, 21 Dec 2010 09:29:12 +0000 (09:29 +0000)
commit703148fde646ed8c207880a47be09b683b6f6303
tree4c6f755f528fabdf28541e24cb2a0fa5e9b608ad
parent2d65d832dd811083efdd13b69dbd6f5ba46161b6
send-pull-request: Use current date in mail headers

Some users experience problems viewing the pull requests as a sequential
mail series due to the script using the git commit date for the patches
and today's date for the cover letter.

Address this by renaming the email Date: header to Old-Date: and adding
a new Date: header with a current timestamp.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Reported-by: Gary Thomas <gary@mlbassoc.com>
Cc: Josh Lock <josh@linux.intel.com>
scripts/send-pull-request