reflog expire: do not punt on tags that point at non commits.
commit58748293f6fa450c6db89a78bd20aae7bf708d3b
authorJunio C Hamano <junkio@cox.net>
Sat, 23 Dec 2006 07:42:30 +0000 (22 23:42 -0800)
committerJunio C Hamano <junkio@cox.net>
Sat, 23 Dec 2006 07:42:30 +0000 (22 23:42 -0800)
tree77259b0fa4f0018fc9d4d7461553c24aa6df69c0
parent8d8b9f6252271899708b32fbce4cd2541af9545a
reflog expire: do not punt on tags that point at non commits.

It is unusual for a tag to point at a non-commit, and it is also
unusual for a tag to have reflog, but that is not an error and
we should still prune its reflog entries just as other refs.

Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-reflog.c