State of ab/send-email-perl in next
From: Ramkumar Ramachandra <hidden>
Date: 2016-06-15 22:49:40
Hi Junio,
I just pulled in some updates from `next` and I noticed this. Thought
I should let you know incase you miss it: many of the commit messages
are malformed like this one. Notice how Ævar's s-o-b and Avery's
"Reviewed-by:" appear on the same line.
commit 529dd386dda6c6e6d0dad801785d2d943756fb3f
Author: Ævar Arnfjörð Bjarmason [off-list ref]
Date: Thu Sep 30 13:43:08 2010 +0000
send-email: make_message_id use "require" instead of "use"
Change the use of Sys::Hostname from a "use" to a "require". The
former happens in an implicit BEGIN block and is thus immune from the
if block it's contained in, so it's always loaded.
This should speed up the invocation of git-send-email by a few
milliseconds.
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.comReviewed-by: Avery Pennarun [off-list ref]
Reviewed-by: Jeff King [off-list ref]
>
Signed-off-by: Junio C Hamano [off-list ref]