chiark / gitweb /
Use git-mailinfo to extract author informations from .topmsg
authorUwe Kleine-König <ukleinek@strlen.de>
Fri, 19 Sep 2008 21:27:57 +0000 (23:27 +0200)
committerPetr Baudis <pasky@suse.cz>
Mon, 22 Sep 2008 15:40:35 +0000 (17:40 +0200)
commit7a0af6f34b119a80357190bb0008e6ba5559f005
tree558a5c4c5f84411708eeb7f5791a6da64a372383
parent1f24a44ba135415f0939280beacf04c5063f2689
Use git-mailinfo to extract author informations from .topmsg

This has the benefit that the [PATCH] prefixes are stripped and so it
might help to prevent you sending mails with two prefixes.  (As happend
to me after I git-format-patch'd an exported series and sent it out with
git-send-email.)

Moreover it should make the code more robust and it allows to remove a
helper function.
And it allows you to set add a Date: line to .topmsg which is then used
as author date.

Signed-off-by: Uwe Kleine-König <ukleinek@strlen.de>
tg-export.sh