reflog: fix typo in "reflog expire" clean-up codepath
commite8e92e05ab3b9cda6ae3d5ddf1a83834dca7857b
authorJunio C Hamano <gitster@pobox.com>
Tue, 5 Mar 2013 20:44:42 +0000 (5 12:44 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 5 Mar 2013 20:49:59 +0000 (5 12:49 -0800)
tree9eaadb172c0454ff07944303144682c8aff1bc40
parente6363a4992637267ef212d7c709ede17d4122e0d
reflog: fix typo in "reflog expire" clean-up codepath

In "reflog expire" we were not clearing the REACHABLE bit from
objects reachable from the tip of refs we marked earlier.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/reflog.c