format-patch: pretty-print timestamp correctly.
authorJunio C Hamano <junkio@cox.net>
Wed, 22 Feb 2006 02:13:32 +0000 (18:13 -0800)
committerJunio C Hamano <junkio@cox.net>
Wed, 22 Feb 2006 02:13:32 +0000 (18:13 -0800)
commitfab5de7936f0cc086836a38d2de4374c3df223b4
treed07d397cd9da04a56718dbbd66b410a5f72a4aca
parent60ace8790f3cfba4fdc16e71e23c4f9c44ce9b44
format-patch: pretty-print timestamp correctly.

Perl is not C and does not truncate the division result.  Arghh!

Signed-off-by: Junio C Hamano <junkio@cox.net>
git-format-patch.sh