show-branch: use DATE_RELATIVE instead of magic number
authorJeff King <peff@peff.net>
Thu, 25 Jun 2015 16:54:31 +0000 (12:54 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 29 Jun 2015 18:39:04 +0000 (11:39 -0700)
This is more readable, and won't break if we ever change the
order of the date_mode enum.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found