fsck --lost-found: refactor handling of dangling objects
commit5d821843a21a88ac0f22c909025127ee37dc45ca
authorJunio C Hamano <gitster@pobox.com>
Wed, 26 Mar 2008 06:45:47 +0000 (25 23:45 -0700)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Sun, 7 Feb 2010 19:17:11 +0000 (7 20:17 +0100)
tree07404378db2356228d84e2bf50cbd12f09c888ff
parent586f59d95e691b2410968d0440b7bb6f5460e849
fsck --lost-found: refactor handling of dangling objects

This moves a deeply nested part of the function
check_unreachable_object() into a separate function.

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