Fixed do_make_header to include From:
commitb10a3228fdeb495a2f576e1678cb53d0c6358528
authorJosef 'Jeff' Sipek <jsipek@cs.sunysb.edu>
Wed, 21 Feb 2007 17:44:24 +0000 (21 12:44 -0500)
committerJosef 'Jeff' Sipek <jsipek@cs.sunysb.edu>
Wed, 21 Feb 2007 17:44:24 +0000 (21 12:44 -0500)
tree2c5b5861c6fff301bc57b42609dc7d28bf83cb8d
parentaec863a2f55fb59071131410ce712e9eb71b4395
Fixed do_make_header to include From:

Insert "\nFrom: $GIT_AUTHOR_NAME <$GIT_AUTHOR_EMAIL>" right after the first
line of the commit message. The GIT_AUTHOR_* vars are taken from the
"author" line in the commit object.

Signed-off-by: Josef 'Jeff' Sipek <jsipek@cs.sunysb.edu>
guilt