lost-found: use fsck-objects --full

Signed-off-by: Junio C Hamano <junkio@cox.net>
maint
Junio C Hamano 2006-07-27 22:15:01 -07:00
parent c2c487cf3a
commit 5f468c4805
1 changed files with 1 additions and 1 deletions

View File

@ -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