send-email: try to order messages in email clients more correctly
authorEric Wong <normalperson@yhbt.net>
Sat, 25 Mar 2006 11:01:01 +0000 (03:01 -0800)
committerJunio C Hamano <junkio@cox.net>
Sun, 26 Mar 2006 01:41:22 +0000 (17:41 -0800)
commita5370b16c34993c1d0f65171d5704244901e005b
tree5bf3a3eaa12d4ec2c2882d6303979ebf1abc6d2f
parent4bc87a28be020a6bf7387161c65ea3d8e4a0228b
send-email: try to order messages in email clients more correctly

If --no-chain-reply-to is set, patches may not always be ordered
correctly in email clients.  This patch makes sure each email
sent from a different second.

I chose to start with a time (slightly) in the past because
those are probably more likely in real-world usage and spam
filters might be more tolerant of them.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-send-email.perl