mirror of
https://github.com/git/git.git
synced 2025-12-18 12:00:25 +01:00
Reading into a time_t isn't portable, since we don't know the exact type. Instead, use an unsigned long, which is what show_date wants, anyway. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1.4 KiB
1.4 KiB