Stefan Reinauer <stepan@coresystems.de>


Patch Suggested
r863535 r863450

r863450 | dlr | 2007-02-11 20:07:30 +0000 (Sun, 11 Feb 2007)

* tools/hook-scripts/commit-email.pl.in
  Add a "Date: " header to all outgoing emails (rather than only when
  invoked with the --stdout option).  Change the formatting of the
  header to be "Sun, 11 Feb 2007 12:05:15 -0800", rather than
  "Sun, Feb 11 2007 12:05:15 -0800".

Suggested by: Stefan Reinauer <stepan@coresystems.de>


r863535 | dlr | 2007-02-22 00:59:53 +0000 (Thu, 22 Feb 2007)

A follow-up to r23376 correcting handling of dates included in the
output, which still resembles:

  From dlr Wed Feb 21 04:53:48 PM 2007
  Date: Wed, 21 Feb 2007 04:53:48 PM -0800
  ...

* tools/hook-scripts/commit-email.pl.in
  Include the POSIX module for the strftime() function.  Format the
  current date, rather than the date of the commit, for use in the
  mbox "From " line (when the --stdout option is used), and in the
  "Date: " header.

Patch by: Stefan Reinauer <stepan@coresystems.de>
          me