reflog: fix warning message.
commite29cb53a8b6aa1256221207b14a1c8ef72f69d9f
authorJunio C Hamano <junkio@cox.net>
Tue, 19 Dec 2006 06:07:45 +0000 (18 22:07 -0800)
committerJunio C Hamano <junkio@cox.net>
Thu, 21 Dec 2006 01:22:10 +0000 (20 17:22 -0800)
tree35f785303cdc19faa8d5f65cd4a8de99c4421830
parent63049292e083faf80e033eba4fa43efdbac3acad
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 <junkio@cox.net>
refs.c