From: Junio C Hamano Date: Tue, 19 Dec 2006 06:07:45 +0000 (-0800) Subject: reflog: fix warning message. X-Git-Tag: v1.5.0-rc1~188^2~7 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/e29cb53a8b6aa1256221207b14a1c8ef72f69d9f?hp=e29cb53a8b6aa1256221207b14a1c8ef72f69d9f reflog: fix warning message. When ref@{N} is specified on a ref that has only M entries (M < N), instead of saying the initial timestamp the reflog has, warn that there is only M entries. Signed-off-by: Junio C Hamano ---