Signed-off-by: Junio C Hamano <junkio@cox.net>
@ -12,7 +12,7 @@ fi
laf="$GIT_DIR/lost-found"
rm -fr "$laf" && mkdir -p "$laf/commit" "$laf/other" || exit
git fsck-objects |
git fsck-objects --full |
while read dangling type sha1
do
case "$dangling" in