1
0
mirror of https://github.com/git/git.git synced 2024-09-28 04:10:41 +02:00

lost-found: use fsck-objects --full

Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Junio C Hamano 2006-07-27 22:15:01 -07:00
parent c2c487cf3a
commit 5f468c4805

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