]> git.cameronkatri.com Git - cgit.git/commit
ui-shared: show full date in tooltip if longer ago than max_relative
authorJohn Keeping <john@keeping.me.uk>
Thu, 13 Aug 2015 11:24:34 +0000 (12:24 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Thu, 13 Aug 2015 13:40:27 +0000 (15:40 +0200)
commita360666df3cfcd1b384cd66b18803d72e3893b3d
tree5950113ff058451591ea83aa9939eaad5cf38e77
parentb44dd95f13f039cd9bee301655150ff765d9555e
ui-shared: show full date in tooltip if longer ago than max_relative

Commit caed6cb (ui-shared: show absolute time in tooltip for relative
dates, 2014-12-20) added a toolip when we show a relative time.

However, in some cases we show a short date (that is, the date but not
the time) if an event was sufficiently far in the past and that commit
did not update that case to add the same tooltip.

Signed-off-by: John Keeping <john@keeping.me.uk>
ui-shared.c