From: Jeff King Date: Tue, 24 Feb 2009 05:42:16 +0000 (-0500) Subject: never fallback relative times to absolute X-Git-Tag: v1.6.2.1~4^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/10edf37796badc58239eb3e5d1e8e608f6e1473c?hp=10edf37796badc58239eb3e5d1e8e608f6e1473c never fallback relative times to absolute Previously, for dates older than 12 months we fell back to just giving the absolute time. This can be a bit jarring when reading a list of times. Instead, let's switch to "Y years, M months" for five years, and then just "Y years" after that. No particular reason on the 5 year cutoff except that it seemed reasonable to me. Signed-off-by: Jeff King Signed-off-by: Junio C Hamano ---