From: Jeff King Date: Thu, 25 Jun 2015 16:54:31 +0000 (-0400) Subject: show-branch: use DATE_RELATIVE instead of magic number X-Git-Tag: v2.6.0-rc0~90^2~3 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/b7c1e11dc43e3dbd9eb2da20476c4c55dda5e84b?hp=b7c1e11dc43e3dbd9eb2da20476c4c55dda5e84b show-branch: use DATE_RELATIVE instead of magic number This is more readable, and won't break if we ever change the order of the date_mode enum. Signed-off-by: Jeff King Signed-off-by: Junio C Hamano ---